From 4c5ab580f05d9eb3b24b18f1d3e905caa602c078 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 1 Jan 2000 17:22:26 +0000 Subject: no_comment --- perl-install/install_steps_interactive.pm | 32 +- perl-install/share/po/DrakX.pot | 753 ++++++++++++++-------------- perl-install/share/po/no.po | 782 ++++++++++++++++-------------- perl-install/share/po/sp.po | 780 +++++++++++++++-------------- 4 files changed, 1227 insertions(+), 1120 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 79809a126..7787aee7b 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -953,7 +953,9 @@ sub load_thiskind { if ($type =~ /scsi/i && cat_("/proc/cmdline") !~ /ide2=/) { log::l("HPT: looking for HPT"); my @l = grep { $_->[1] =~ /HPT/ } pci_probing::main::probe('STORAGE_OTHER', 'more'); - if (@l == 2) { + if (@l == 2 && $o->ask_yesorno('', +_("Linux does not yet fully support ultra dma 66 HPT. +As a work-around i can make a custom floppy giving access the hard drive on ide2 and ide3"))) { log::l("HPT: found"); my $ide = sprintf "ide2=0x%x,0x%x ide3=0x%x,0x%x", map { my ($a, $b) = (split ' ', $_->[0])[3,4]; @@ -972,7 +974,9 @@ sub load_thiskind { last if !$@ && -e "/floppy/syslinux.cfg"; eval { fs::umount("/floppy") }; - $o->ask_warn('', _("Enter a floppy (all data will be lost)")); + $o->ask_warn('', +_("Enter a floppy to create an HTP enabled boot +(all data on floppy will be lost)")); if (my $fd = install_any::getFile("$image.img")) { local *OUT; open OUT, ">$dev" or log::l("failed to write $dev"), return; @@ -980,15 +984,21 @@ sub load_thiskind { print OUT foreach <$fd>; } } - log::l("HTP: modifying syslinux.cfg"); - substInFile { s/(?=$)/ $ide/ if /^\s*append\s/ } "/floppy/syslinux.cfg"; - fs::umount("/floppy"); - log::l("HPT: all done"); - - $o->ask_warn('', $nb_try ? - _("It is necessary to restart installation booting on the floppy") : - _("It is necessary to restart installation with the new parameters")); - install_steps::rebootNeeded($o); + if (-e "/floppy/syslinux.cfg") { + log::l("HTP: modifying syslinux.cfg"); + substInFile { s/(?=$)/ $ide/ if /^\s*append\s/ } "/floppy/syslinux.cfg"; + fs::umount("/floppy"); + log::l("HPT: all done"); + + $o->ask_okcancel('', $nb_try ? + _("It is necessary to restart installation booting on the floppy") : + _("It is necessary to restart installation with the new parameters")) and + install_steps::rebootNeeded($o); + } else { + $o->ask_warn('', +_("Failed to create an HTP boot floppy. +You may have to restart installation and give ``%s'' at the prompt", $ide)); + } } } } diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot index 0d2311d02..2f13468d6 100644 --- a/perl-install/share/po/DrakX.pot +++ b/perl-install/share/po/DrakX.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-01-01 17:56+0100\n" +"POT-Creation-Date: 2000-01-01 19:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -155,109 +155,109 @@ msgid "" "Try with another video card or monitor" msgstr "" -#: ../Xconfigurator.pm_.c:736 +#: ../Xconfigurator.pm_.c:758 #, c-format msgid "Keyboard layout: %s\n" msgstr "" -#: ../Xconfigurator.pm_.c:737 +#: ../Xconfigurator.pm_.c:759 #, c-format msgid "Mouse type: %s\n" msgstr "" -#: ../Xconfigurator.pm_.c:738 +#: ../Xconfigurator.pm_.c:760 #, c-format msgid "Mouse device: %s\n" msgstr "" -#: ../Xconfigurator.pm_.c:739 +#: ../Xconfigurator.pm_.c:761 #, c-format msgid "Monitor: %s\n" msgstr "" -#: ../Xconfigurator.pm_.c:740 +#: ../Xconfigurator.pm_.c:762 #, c-format msgid "Monitor HorizSync: %s\n" msgstr "" -#: ../Xconfigurator.pm_.c:741 +#: ../Xconfigurator.pm_.c:763 #, c-format msgid "Monitor VertRefresh: %s\n" msgstr "" -#: ../Xconfigurator.pm_.c:742 +#: ../Xconfigurator.pm_.c:764 #, c-format msgid "Graphic card: %s\n" msgstr "" -#: ../Xconfigurator.pm_.c:743 +#: ../Xconfigurator.pm_.c:765 #, c-format msgid "Graphic memory: %s kB\n" msgstr "" -#: ../Xconfigurator.pm_.c:744 +#: ../Xconfigurator.pm_.c:766 #, c-format msgid "XFree86 server: %s\n" msgstr "" -#: ../Xconfigurator.pm_.c:758 +#: ../Xconfigurator.pm_.c:780 msgid "Preparing X-Window configuration" msgstr "" -#: ../Xconfigurator.pm_.c:772 +#: ../Xconfigurator.pm_.c:794 msgid "Change Monitor" msgstr "" -#: ../Xconfigurator.pm_.c:773 +#: ../Xconfigurator.pm_.c:795 msgid "Change Graphic card" msgstr "" -#: ../Xconfigurator.pm_.c:774 +#: ../Xconfigurator.pm_.c:796 msgid "Change Server options" msgstr "" -#: ../Xconfigurator.pm_.c:775 +#: ../Xconfigurator.pm_.c:797 msgid "Change Resolution" msgstr "" -#: ../Xconfigurator.pm_.c:776 +#: ../Xconfigurator.pm_.c:798 msgid "Automatical resolutions search" msgstr "" -#: ../Xconfigurator.pm_.c:780 +#: ../Xconfigurator.pm_.c:802 msgid "Show information" msgstr "" -#: ../Xconfigurator.pm_.c:781 +#: ../Xconfigurator.pm_.c:803 msgid "Test again" msgstr "" -#: ../Xconfigurator.pm_.c:782 +#: ../Xconfigurator.pm_.c:804 msgid "Quit" msgstr "" -#: ../Xconfigurator.pm_.c:786 +#: ../Xconfigurator.pm_.c:808 msgid "What do you want to do?" msgstr "" -#: ../Xconfigurator.pm_.c:793 +#: ../Xconfigurator.pm_.c:815 msgid "Forget the changes?" msgstr "" -#: ../Xconfigurator.pm_.c:808 +#: ../Xconfigurator.pm_.c:831 #, c-format msgid "Please relog into %s to activate the changes" msgstr "" -#: ../Xconfigurator.pm_.c:824 +#: ../Xconfigurator.pm_.c:847 msgid "Please log out and then use Ctrl-Alt-BackSpace" msgstr "" -#: ../Xconfigurator.pm_.c:827 +#: ../Xconfigurator.pm_.c:850 msgid "X at startup" msgstr "" -#: ../Xconfigurator.pm_.c:828 +#: ../Xconfigurator.pm_.c:851 msgid "" "I can set up your computer to automatically start X upon booting.\n" "Would you like X to start when you reboot?" @@ -283,79 +283,79 @@ msgstr "" msgid "4 billion colors (32 bits)" msgstr "" -#: ../Xconfigurator_consts.pm_.c:95 +#: ../Xconfigurator_consts.pm_.c:96 msgid "256 kB" msgstr "" -#: ../Xconfigurator_consts.pm_.c:96 +#: ../Xconfigurator_consts.pm_.c:97 msgid "512 kB" msgstr "" -#: ../Xconfigurator_consts.pm_.c:97 +#: ../Xconfigurator_consts.pm_.c:98 msgid "1 MB" msgstr "" -#: ../Xconfigurator_consts.pm_.c:98 +#: ../Xconfigurator_consts.pm_.c:99 msgid "2 MB" msgstr "" -#: ../Xconfigurator_consts.pm_.c:99 +#: ../Xconfigurator_consts.pm_.c:100 msgid "4 MB" msgstr "" -#: ../Xconfigurator_consts.pm_.c:100 +#: ../Xconfigurator_consts.pm_.c:101 msgid "8 MB" msgstr "" -#: ../Xconfigurator_consts.pm_.c:101 +#: ../Xconfigurator_consts.pm_.c:102 msgid "16 MB or more" msgstr "" -#: ../Xconfigurator_consts.pm_.c:105 ../Xconfigurator_consts.pm_.c:106 +#: ../Xconfigurator_consts.pm_.c:106 ../Xconfigurator_consts.pm_.c:107 msgid "Standard VGA, 640x480 at 60 Hz" msgstr "" -#: ../Xconfigurator_consts.pm_.c:107 +#: ../Xconfigurator_consts.pm_.c:108 msgid "Super VGA, 800x600 at 56 Hz" msgstr "" -#: ../Xconfigurator_consts.pm_.c:108 +#: ../Xconfigurator_consts.pm_.c:109 msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)" msgstr "" -#: ../Xconfigurator_consts.pm_.c:109 +#: ../Xconfigurator_consts.pm_.c:110 msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz" msgstr "" -#: ../Xconfigurator_consts.pm_.c:110 +#: ../Xconfigurator_consts.pm_.c:111 msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz" msgstr "" -#: ../Xconfigurator_consts.pm_.c:111 +#: ../Xconfigurator_consts.pm_.c:112 msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz" msgstr "" -#: ../Xconfigurator_consts.pm_.c:112 +#: ../Xconfigurator_consts.pm_.c:113 msgid "High Frequency SVGA, 1024x768 at 70 Hz" msgstr "" -#: ../Xconfigurator_consts.pm_.c:113 +#: ../Xconfigurator_consts.pm_.c:114 msgid "Multi-frequency that can do 1280x1024 at 60 Hz" msgstr "" -#: ../Xconfigurator_consts.pm_.c:114 +#: ../Xconfigurator_consts.pm_.c:115 msgid "Multi-frequency that can do 1280x1024 at 74 Hz" msgstr "" -#: ../Xconfigurator_consts.pm_.c:115 +#: ../Xconfigurator_consts.pm_.c:116 msgid "Multi-frequency that can do 1280x1024 at 76 Hz" msgstr "" -#: ../Xconfigurator_consts.pm_.c:116 +#: ../Xconfigurator_consts.pm_.c:117 msgid "Monitor that can do 1600x1200 at 70 Hz" msgstr "" -#: ../Xconfigurator_consts.pm_.c:117 +#: ../Xconfigurator_consts.pm_.c:118 msgid "Monitor that can do 1600x1200 at 76 Hz" msgstr "" @@ -415,8 +415,8 @@ msgstr "" msgid "Save on floppy" msgstr "" -#: ../diskdrake.pm_.c:40 ../install_steps_interactive.pm_.c:561 -#: ../install_steps_interactive.pm_.c:685 ../standalone/adduserdrake_.c:27 +#: ../diskdrake.pm_.c:40 ../install_steps_interactive.pm_.c:563 +#: ../install_steps_interactive.pm_.c:687 ../standalone/adduserdrake_.c:34 msgid "Done" msgstr "" @@ -446,6 +446,10 @@ msgid "" "partition" msgstr "" +#: ../diskdrake.pm_.c:51 +msgid "Rescue partition table" +msgstr "" + #: ../diskdrake.pm_.c:52 msgid "Undo" msgstr "" @@ -512,8 +516,8 @@ msgstr "" msgid "all data on this partition will be lost" msgstr "" -#: ../diskdrake.pm_.c:165 ../install_any.pm_.c:184 ../install_steps.pm_.c:67 -#: ../install_steps_interactive.pm_.c:36 ../standalone/diskdrake_.c:60 +#: ../diskdrake.pm_.c:165 ../install_any.pm_.c:185 ../install_steps.pm_.c:67 +#: ../install_steps_interactive.pm_.c:37 ../standalone/diskdrake_.c:60 msgid "Error" msgstr "" @@ -697,7 +701,7 @@ msgstr "" msgid "Formatting" msgstr "" -#: ../diskdrake.pm_.c:453 ../install_steps_interactive.pm_.c:213 +#: ../diskdrake.pm_.c:453 ../install_steps_interactive.pm_.c:214 #, c-format msgid "Formatting partition %s" msgstr "" @@ -743,12 +747,12 @@ msgstr "" msgid "You'll need to reboot before the modification can take place" msgstr "" -#: ../diskdrake.pm_.c:510 ../install_steps_gtk.pm_.c:254 +#: ../diskdrake.pm_.c:510 ../install_steps_gtk.pm_.c:255 msgid "Computing fat filesystem bounds" msgstr "" #: ../diskdrake.pm_.c:510 ../diskdrake.pm_.c:555 -#: ../install_steps_gtk.pm_.c:254 +#: ../install_steps_gtk.pm_.c:255 msgid "Resizing" msgstr "" @@ -760,9 +764,8 @@ msgstr "" msgid "Choose the new size" msgstr "" -#: ../diskdrake.pm_.c:534 ../install_steps_graphical.pm_.c:287 -#: ../install_steps_graphical.pm_.c:334 ../install_steps_gtk.pm_.c:328 -#: ../install_steps_gtk.pm_.c:377 +#: ../diskdrake.pm_.c:534 ../install_steps_gtk.pm_.c:329 +#: ../install_steps_gtk.pm_.c:378 ../unused/install_steps_graphical.pm_.c:314 msgid "MB" msgstr "" @@ -1338,156 +1341,156 @@ msgid "" "the additional instructions." msgstr "" -#: ../install2.pm_.c:42 +#: ../install2.pm_.c:43 msgid "Choose your language" msgstr "" -#: ../install2.pm_.c:43 +#: ../install2.pm_.c:44 msgid "Select installation class" msgstr "" -#: ../install2.pm_.c:44 +#: ../install2.pm_.c:45 msgid "Setup SCSI" msgstr "" -#: ../install2.pm_.c:45 +#: ../install2.pm_.c:46 msgid "Choose install or upgrade" msgstr "" -#: ../install2.pm_.c:46 +#: ../install2.pm_.c:47 msgid "Configure mouse" msgstr "" -#: ../install2.pm_.c:47 +#: ../install2.pm_.c:48 msgid "Choose your keyboard" msgstr "" -#: ../install2.pm_.c:48 +#: ../install2.pm_.c:49 msgid "Miscellaneous" msgstr "" -#: ../install2.pm_.c:49 +#: ../install2.pm_.c:50 msgid "Setup filesystems" msgstr "" -#: ../install2.pm_.c:50 +#: ../install2.pm_.c:51 msgid "Format partitions" msgstr "" -#: ../install2.pm_.c:51 +#: ../install2.pm_.c:52 msgid "Choose packages to install" msgstr "" -#: ../install2.pm_.c:52 +#: ../install2.pm_.c:53 msgid "Install system" msgstr "" -#: ../install2.pm_.c:53 +#: ../install2.pm_.c:54 msgid "Configure networking" msgstr "" -#: ../install2.pm_.c:54 +#: ../install2.pm_.c:55 msgid "Cryptographic" msgstr "" -#: ../install2.pm_.c:55 +#: ../install2.pm_.c:56 msgid "Configure timezone" msgstr "" -#: ../install2.pm_.c:57 +#: ../install2.pm_.c:58 msgid "Configure printer" msgstr "" -#: ../install2.pm_.c:58 ../install_steps_interactive.pm_.c:519 -#: ../install_steps_interactive.pm_.c:520 +#: ../install2.pm_.c:59 ../install_steps_interactive.pm_.c:521 +#: ../install_steps_interactive.pm_.c:522 msgid "Set root password" msgstr "" -#: ../install2.pm_.c:59 +#: ../install2.pm_.c:60 msgid "Add a user" msgstr "" -#: ../install2.pm_.c:60 +#: ../install2.pm_.c:61 msgid "Create a bootdisk" msgstr "" -#: ../install2.pm_.c:61 +#: ../install2.pm_.c:62 msgid "Install bootloader" msgstr "" -#: ../install2.pm_.c:62 +#: ../install2.pm_.c:63 msgid "Configure X" msgstr "" -#: ../install2.pm_.c:63 +#: ../install2.pm_.c:64 msgid "Exit install" msgstr "" -#: ../install2.pm_.c:82 +#: ../install2.pm_.c:83 msgid "beginner" msgstr "" -#: ../install2.pm_.c:82 +#: ../install2.pm_.c:83 msgid "developer" msgstr "" -#: ../install2.pm_.c:82 +#: ../install2.pm_.c:83 msgid "expert" msgstr "" -#: ../install2.pm_.c:82 +#: ../install2.pm_.c:83 msgid "server" msgstr "" -#: ../install2.pm_.c:308 +#: ../install2.pm_.c:309 msgid "" "You must have a root partition.\n" "For this, create a partition (or click on an existing one).\n" "Then choose action ``Mount point'' and set it to `/'" msgstr "" -#: ../install2.pm_.c:324 +#: ../install2.pm_.c:325 msgid "Not enough swap to fulfill installation, please add some" msgstr "" -#: ../install_any.pm_.c:185 ../standalone/diskdrake_.c:61 +#: ../install_any.pm_.c:186 ../standalone/diskdrake_.c:61 msgid "" "I can't read your partition table, it's too corrupted for me :(\n" "I'll try to go on blanking bad partitions" msgstr "" -#: ../install_any.pm_.c:201 +#: ../install_any.pm_.c:202 msgid "" "DiskDrake failed to read correctly the partition table.\n" "Continue at your own risk!" msgstr "" -#: ../install_any.pm_.c:211 +#: ../install_any.pm_.c:212 msgid "Searching root partition." msgstr "" -#: ../install_any.pm_.c:240 +#: ../install_any.pm_.c:241 msgid "Information" msgstr "" -#: ../install_any.pm_.c:241 +#: ../install_any.pm_.c:242 #, c-format msgid "%s: This is not a root partition, please select another one." msgstr "" -#: ../install_any.pm_.c:243 +#: ../install_any.pm_.c:244 msgid "No root partition found" msgstr "" -#: ../install_any.pm_.c:280 +#: ../install_any.pm_.c:281 msgid "Can't use broadcast with no NIS domain" msgstr "" -#: ../install_any.pm_.c:455 +#: ../install_any.pm_.c:456 msgid "Error reading file $f" msgstr "" -#: ../install_any.pm_.c:461 +#: ../install_any.pm_.c:462 #, c-format msgid "Bad kickstart file %s (failed %s)" msgstr "" @@ -1503,7 +1506,7 @@ msgstr "" msgid "Duplicate mount point %s" msgstr "" -#: ../install_steps.pm_.c:503 +#: ../install_steps.pm_.c:504 msgid "No floppy drive available" msgstr "" @@ -1512,336 +1515,333 @@ msgstr "" msgid "Entering step `%s'\n" msgstr "" -#: ../install_steps_graphical.pm_.c:259 ../install_steps_gtk.pm_.c:292 +#: ../install_steps_gtk.pm_.c:259 +msgid "" +"WARNING!\n" +"\n" +"DrakX now needs to resize your Windows partition. Be careful: this operation " +"is\n" +"dangerous. If you have not already done so, you should first run scandisk " +"(and\n" +"optionally run defrag) on this partition and backup your data.\n" +"When sure, press Ok." +msgstr "" + +#: ../install_steps_gtk.pm_.c:277 +msgid "Automatic resizing failed" +msgstr "" + +#: ../install_steps_gtk.pm_.c:293 ../unused/install_steps_graphical.pm_.c:255 msgid "You must have a swap partition" msgstr "" -#: ../install_steps_graphical.pm_.c:261 ../install_steps_gtk.pm_.c:294 +#: ../install_steps_gtk.pm_.c:295 ../unused/install_steps_graphical.pm_.c:258 msgid "" "You don't have a swap partition\n" "\n" "Continue anyway?" msgstr "" -#: ../install_steps_graphical.pm_.c:287 ../install_steps_gtk.pm_.c:328 +#: ../install_steps_gtk.pm_.c:326 +#, c-format +msgid "Going to install %d MB. You can choose to install more programs" +msgstr "" + +#: ../install_steps_gtk.pm_.c:327 +msgid "You will be able to choose more precisely in next step" +msgstr "" + +#: ../install_steps_gtk.pm_.c:329 msgid "Choose the size you want to install" msgstr "" -#: ../install_steps_graphical.pm_.c:334 ../install_steps_gtk.pm_.c:377 +#: ../install_steps_gtk.pm_.c:378 ../unused/install_steps_graphical.pm_.c:314 msgid "Total size: " msgstr "" -#: ../install_steps_graphical.pm_.c:346 ../install_steps_gtk.pm_.c:389 +#: ../install_steps_gtk.pm_.c:389 +msgid "Bad package" +msgstr "" + +#: ../install_steps_gtk.pm_.c:390 ../unused/install_steps_graphical.pm_.c:284 #, c-format msgid "Version: %s\n" msgstr "" -#: ../install_steps_graphical.pm_.c:347 ../install_steps_gtk.pm_.c:390 +#: ../install_steps_gtk.pm_.c:391 ../unused/install_steps_graphical.pm_.c:285 #, c-format msgid "Size: %d KB\n" msgstr "" -#: ../install_steps_graphical.pm_.c:462 ../install_steps_gtk.pm_.c:505 +#: ../install_steps_gtk.pm_.c:506 ../unused/install_steps_graphical.pm_.c:421 msgid "Choose the packages you want to install" msgstr "" -#: ../install_steps_graphical.pm_.c:465 ../install_steps_gtk.pm_.c:508 +#: ../install_steps_gtk.pm_.c:509 ../unused/install_steps_graphical.pm_.c:424 msgid "Info" msgstr "" -#: ../install_steps_graphical.pm_.c:473 ../install_steps_gtk.pm_.c:516 -#: ../install_steps_interactive.pm_.c:80 +#: ../install_steps_gtk.pm_.c:517 ../install_steps_interactive.pm_.c:81 +#: ../unused/install_steps_graphical.pm_.c:432 msgid "Install" msgstr "" -#: ../install_steps_graphical.pm_.c:492 ../install_steps_gtk.pm_.c:535 -#: ../install_steps_interactive.pm_.c:256 +#: ../install_steps_gtk.pm_.c:536 ../install_steps_interactive.pm_.c:257 +#: ../unused/install_steps_graphical.pm_.c:451 msgid "Installing" msgstr "" -#: ../install_steps_graphical.pm_.c:499 ../install_steps_gtk.pm_.c:542 +#: ../install_steps_gtk.pm_.c:539 +msgid "Estimating" +msgstr "" + +#: ../install_steps_gtk.pm_.c:543 ../unused/install_steps_graphical.pm_.c:457 msgid "Please wait, " msgstr "" -#: ../install_steps_graphical.pm_.c:501 ../install_steps_gtk.pm_.c:544 +#: ../install_steps_gtk.pm_.c:545 ../unused/install_steps_graphical.pm_.c:459 msgid "Time remaining " msgstr "" -#: ../install_steps_graphical.pm_.c:502 ../install_steps_gtk.pm_.c:545 +#: ../install_steps_gtk.pm_.c:546 ../unused/install_steps_graphical.pm_.c:460 msgid "Total time " msgstr "" -#: ../install_steps_graphical.pm_.c:507 ../install_steps_gtk.pm_.c:550 -#: ../install_steps_interactive.pm_.c:256 +#: ../install_steps_gtk.pm_.c:551 ../install_steps_interactive.pm_.c:257 +#: ../unused/install_steps_graphical.pm_.c:465 msgid "Preparing installation" msgstr "" -#: ../install_steps_graphical.pm_.c:528 ../install_steps_gtk.pm_.c:565 +#: ../install_steps_gtk.pm_.c:561 #, c-format -msgid "Installing package %s" -msgstr "" - -#: ../install_steps_graphical.pm_.c:553 ../install_steps_gtk.pm_.c:590 -msgid "Go on anyway?" -msgstr "" - -#: ../install_steps_graphical.pm_.c:553 ../install_steps_gtk.pm_.c:590 -msgid "There was an error ordering packages:" -msgstr "" - -#: ../install_steps_graphical.pm_.c:577 ../install_steps_interactive.pm_.c:830 -msgid "Use existing configuration for X11?" -msgstr "" - -#: ../install_steps_gtk.pm_.c:258 -msgid "" -"WARNING!\n" -"\n" -"DrakX now needs to resize your Windows partition. Be careful: this operation " -"is\n" -"dangerous. If you have not already done so, you should first run scandisk " -"(and\n" -"optionally run defrag) on this partition and backup your data.\n" -"When sure, press Ok." +msgid "%d packages" msgstr "" -#: ../install_steps_gtk.pm_.c:276 -msgid "Automatic resizing failed" +#: ../install_steps_gtk.pm_.c:561 +msgid ", %U MB" msgstr "" -#: ../install_steps_gtk.pm_.c:325 +#: ../install_steps_gtk.pm_.c:566 ../unused/install_steps_graphical.pm_.c:486 #, c-format -msgid "Going to install %d MB. You can choose to install more programs" -msgstr "" - -#: ../install_steps_gtk.pm_.c:326 -msgid "You will be able to choose more precisely in next step" -msgstr "" - -#: ../install_steps_gtk.pm_.c:388 -msgid "Bad package" -msgstr "" - -#: ../install_steps_gtk.pm_.c:538 -msgid "Estimating" +msgid "Installing package %s" msgstr "" -#: ../install_steps_gtk.pm_.c:560 -#, c-format -msgid "%d packages" +#: ../install_steps_gtk.pm_.c:591 ../unused/install_steps_graphical.pm_.c:511 +msgid "Go on anyway?" msgstr "" -#: ../install_steps_gtk.pm_.c:560 -msgid ", %U MB" +#: ../install_steps_gtk.pm_.c:591 ../unused/install_steps_graphical.pm_.c:511 +msgid "There was an error ordering packages:" msgstr "" -#: ../install_steps_interactive.pm_.c:36 +#: ../install_steps_interactive.pm_.c:37 msgid "An error occurred" msgstr "" -#: ../install_steps_interactive.pm_.c:53 +#: ../install_steps_interactive.pm_.c:54 msgid "Which language do you want?" msgstr "" -#: ../install_steps_interactive.pm_.c:67 ../standalone/keyboarddrake_.c:22 +#: ../install_steps_interactive.pm_.c:68 ../standalone/keyboarddrake_.c:22 msgid "Keyboard" msgstr "" -#: ../install_steps_interactive.pm_.c:68 ../standalone/keyboarddrake_.c:23 +#: ../install_steps_interactive.pm_.c:69 ../standalone/keyboarddrake_.c:23 msgid "What is your keyboard layout?" msgstr "" -#: ../install_steps_interactive.pm_.c:78 +#: ../install_steps_interactive.pm_.c:79 msgid "Install/Upgrade" msgstr "" -#: ../install_steps_interactive.pm_.c:79 +#: ../install_steps_interactive.pm_.c:80 msgid "Is this an install or an upgrade?" msgstr "" -#: ../install_steps_interactive.pm_.c:80 +#: ../install_steps_interactive.pm_.c:81 msgid "Upgrade" msgstr "" -#: ../install_steps_interactive.pm_.c:88 +#: ../install_steps_interactive.pm_.c:89 msgid "Root Partition" msgstr "" -#: ../install_steps_interactive.pm_.c:89 +#: ../install_steps_interactive.pm_.c:90 msgid "What is the root partition (/) of your system?" msgstr "" -#: ../install_steps_interactive.pm_.c:99 +#: ../install_steps_interactive.pm_.c:100 msgid "Recommended" msgstr "" -#: ../install_steps_interactive.pm_.c:100 +#: ../install_steps_interactive.pm_.c:101 msgid "Customized" msgstr "" -#: ../install_steps_interactive.pm_.c:101 +#: ../install_steps_interactive.pm_.c:102 msgid "Expert" msgstr "" -#: ../install_steps_interactive.pm_.c:103 -#: ../install_steps_interactive.pm_.c:117 +#: ../install_steps_interactive.pm_.c:104 +#: ../install_steps_interactive.pm_.c:118 msgid "Install Class" msgstr "" -#: ../install_steps_interactive.pm_.c:104 +#: ../install_steps_interactive.pm_.c:105 msgid "What installation class do you want?" msgstr "" -#: ../install_steps_interactive.pm_.c:113 +#: ../install_steps_interactive.pm_.c:114 msgid "Normal" msgstr "" -#: ../install_steps_interactive.pm_.c:114 +#: ../install_steps_interactive.pm_.c:115 msgid "Development" msgstr "" -#: ../install_steps_interactive.pm_.c:115 +#: ../install_steps_interactive.pm_.c:116 msgid "Server" msgstr "" -#: ../install_steps_interactive.pm_.c:118 +#: ../install_steps_interactive.pm_.c:119 msgid "What usage do you want?" msgstr "" -#: ../install_steps_interactive.pm_.c:131 ../standalone/mousedrake_.c:25 +#: ../install_steps_interactive.pm_.c:132 ../standalone/mousedrake_.c:25 msgid "What is the type of your mouse?" msgstr "" -#: ../install_steps_interactive.pm_.c:139 ../standalone/mousedrake_.c:38 +#: ../install_steps_interactive.pm_.c:140 ../standalone/mousedrake_.c:38 msgid "Mouse Port" msgstr "" -#: ../install_steps_interactive.pm_.c:140 ../standalone/mousedrake_.c:39 +#: ../install_steps_interactive.pm_.c:141 ../standalone/mousedrake_.c:39 msgid "Which serial port is your mouse connected to?" msgstr "" -#: ../install_steps_interactive.pm_.c:156 +#: ../install_steps_interactive.pm_.c:157 msgid "no available partitions" msgstr "" -#: ../install_steps_interactive.pm_.c:158 +#: ../install_steps_interactive.pm_.c:159 #, c-format msgid "(%dMb)" msgstr "" -#: ../install_steps_interactive.pm_.c:165 +#: ../install_steps_interactive.pm_.c:166 msgid "Which partition do you want to use as your root partition" msgstr "" -#: ../install_steps_interactive.pm_.c:172 +#: ../install_steps_interactive.pm_.c:173 msgid "Choose the mount points" msgstr "" -#: ../install_steps_interactive.pm_.c:184 +#: ../install_steps_interactive.pm_.c:185 msgid "You need to reboot for the partition table modifications to take place" msgstr "" -#: ../install_steps_interactive.pm_.c:203 +#: ../install_steps_interactive.pm_.c:204 msgid "Choose the partitions you want to format" msgstr "" -#: ../install_steps_interactive.pm_.c:222 +#: ../install_steps_interactive.pm_.c:223 msgid "Looking for available packages" msgstr "" -#: ../install_steps_interactive.pm_.c:228 +#: ../install_steps_interactive.pm_.c:229 msgid "Finding packages to upgrade" msgstr "" -#: ../install_steps_interactive.pm_.c:237 +#: ../install_steps_interactive.pm_.c:238 msgid "Package Group Selection" msgstr "" -#: ../install_steps_interactive.pm_.c:265 +#: ../install_steps_interactive.pm_.c:266 msgid "" "Installing package %s\n" "%d%%" msgstr "" -#: ../install_steps_interactive.pm_.c:274 +#: ../install_steps_interactive.pm_.c:275 msgid "Post install configuration" msgstr "" -#: ../install_steps_interactive.pm_.c:285 +#: ../install_steps_interactive.pm_.c:286 msgid "Keep the current IP configuration" msgstr "" -#: ../install_steps_interactive.pm_.c:286 +#: ../install_steps_interactive.pm_.c:287 msgid "Reconfigure network now" msgstr "" -#: ../install_steps_interactive.pm_.c:287 -#: ../install_steps_interactive.pm_.c:299 +#: ../install_steps_interactive.pm_.c:288 +#: ../install_steps_interactive.pm_.c:300 msgid "Do not set up networking" msgstr "" -#: ../install_steps_interactive.pm_.c:289 -#: ../install_steps_interactive.pm_.c:297 +#: ../install_steps_interactive.pm_.c:290 +#: ../install_steps_interactive.pm_.c:298 msgid "Network Configuration" msgstr "" -#: ../install_steps_interactive.pm_.c:290 +#: ../install_steps_interactive.pm_.c:291 msgid "Local networking has already been configured. Do you want to:" msgstr "" -#: ../install_steps_interactive.pm_.c:298 +#: ../install_steps_interactive.pm_.c:299 msgid "Do you want to configure networking for your system?" msgstr "" -#: ../install_steps_interactive.pm_.c:299 +#: ../install_steps_interactive.pm_.c:300 msgid "Dialup with modem" msgstr "" -#: ../install_steps_interactive.pm_.c:299 +#: ../install_steps_interactive.pm_.c:300 msgid "Local LAN" msgstr "" -#: ../install_steps_interactive.pm_.c:308 +#: ../install_steps_interactive.pm_.c:309 msgid "no network card found" msgstr "" -#: ../install_steps_interactive.pm_.c:338 +#: ../install_steps_interactive.pm_.c:339 +#: ../install_steps_interactive.pm_.c:340 #, c-format msgid "Configuring network device %s" msgstr "" -#: ../install_steps_interactive.pm_.c:339 +#: ../install_steps_interactive.pm_.c:341 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 "" -#: ../install_steps_interactive.pm_.c:342 +#: ../install_steps_interactive.pm_.c:344 msgid "Automatic IP" msgstr "" -#: ../install_steps_interactive.pm_.c:342 +#: ../install_steps_interactive.pm_.c:344 msgid "IP address:" msgstr "" -#: ../install_steps_interactive.pm_.c:342 +#: ../install_steps_interactive.pm_.c:344 msgid "Netmask:" msgstr "" -#: ../install_steps_interactive.pm_.c:343 +#: ../install_steps_interactive.pm_.c:345 msgid "(bootp/dhcp)" msgstr "" -#: ../install_steps_interactive.pm_.c:349 ../printerdrake.pm_.c:149 +#: ../install_steps_interactive.pm_.c:351 ../printerdrake.pm_.c:149 msgid "IP address should be in format 1.2.3.4" msgstr "" -#: ../install_steps_interactive.pm_.c:367 +#: ../install_steps_interactive.pm_.c:369 msgid "Configuring network" msgstr "" -#: ../install_steps_interactive.pm_.c:368 +#: ../install_steps_interactive.pm_.c:370 msgid "" "Please enter your host name.\n" "Your host name should be a fully-qualified host name,\n" @@ -1849,90 +1849,90 @@ msgid "" "You may also enter the IP address of the gateway if you have one" msgstr "" -#: ../install_steps_interactive.pm_.c:372 +#: ../install_steps_interactive.pm_.c:374 msgid "DNS server:" msgstr "" -#: ../install_steps_interactive.pm_.c:372 +#: ../install_steps_interactive.pm_.c:374 msgid "Gateway device:" msgstr "" -#: ../install_steps_interactive.pm_.c:372 +#: ../install_steps_interactive.pm_.c:374 msgid "Gateway:" msgstr "" -#: ../install_steps_interactive.pm_.c:372 +#: ../install_steps_interactive.pm_.c:374 msgid "Host name:" msgstr "" -#: ../install_steps_interactive.pm_.c:385 +#: ../install_steps_interactive.pm_.c:387 msgid "Try to find a modem?" msgstr "" -#: ../install_steps_interactive.pm_.c:395 +#: ../install_steps_interactive.pm_.c:397 msgid "Which serial port is your modem connected to?" msgstr "" -#: ../install_steps_interactive.pm_.c:400 +#: ../install_steps_interactive.pm_.c:402 msgid "Dialup options" msgstr "" -#: ../install_steps_interactive.pm_.c:401 +#: ../install_steps_interactive.pm_.c:403 msgid "Connection name" msgstr "" -#: ../install_steps_interactive.pm_.c:402 +#: ../install_steps_interactive.pm_.c:404 msgid "Phone number" msgstr "" -#: ../install_steps_interactive.pm_.c:403 +#: ../install_steps_interactive.pm_.c:405 msgid "Login ID" msgstr "" -#: ../install_steps_interactive.pm_.c:404 -#: ../install_steps_interactive.pm_.c:521 -#: ../install_steps_interactive.pm_.c:567 -#: ../install_steps_interactive.pm_.c:661 ../standalone/adduserdrake_.c:33 +#: ../install_steps_interactive.pm_.c:406 +#: ../install_steps_interactive.pm_.c:523 +#: ../install_steps_interactive.pm_.c:569 +#: ../install_steps_interactive.pm_.c:663 ../standalone/adduserdrake_.c:40 msgid "Password" msgstr "" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "Authentication" msgstr "" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "CHAP" msgstr "" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "PAP" msgstr "" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "Script-based" msgstr "" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "Terminal-based" msgstr "" -#: ../install_steps_interactive.pm_.c:406 +#: ../install_steps_interactive.pm_.c:408 msgid "Domain name" msgstr "" -#: ../install_steps_interactive.pm_.c:407 +#: ../install_steps_interactive.pm_.c:409 msgid "First DNS Server" msgstr "" -#: ../install_steps_interactive.pm_.c:408 +#: ../install_steps_interactive.pm_.c:410 msgid "Second DNS Server" msgstr "" -#: ../install_steps_interactive.pm_.c:421 +#: ../install_steps_interactive.pm_.c:423 msgid "Bringing up the network" msgstr "" -#: ../install_steps_interactive.pm_.c:430 +#: ../install_steps_interactive.pm_.c:432 msgid "" "You have now the possibility to download software aimed for encryption.\n" "\n" @@ -1980,156 +1980,160 @@ msgid "" "FRANCE" msgstr "" -#: ../install_steps_interactive.pm_.c:466 +#: ../install_steps_interactive.pm_.c:468 msgid "Choose a mirror from which to get the packages" msgstr "" -#: ../install_steps_interactive.pm_.c:471 +#: ../install_steps_interactive.pm_.c:473 msgid "Contacting the mirror to get the list of available packages" msgstr "" -#: ../install_steps_interactive.pm_.c:475 +#: ../install_steps_interactive.pm_.c:477 msgid "Which packages do you want to install" msgstr "" -#: ../install_steps_interactive.pm_.c:477 +#: ../install_steps_interactive.pm_.c:479 msgid "Downloading cryptographic packages" msgstr "" -#: ../install_steps_interactive.pm_.c:487 +#: ../install_steps_interactive.pm_.c:489 msgid "Which is your timezone?" msgstr "" -#: ../install_steps_interactive.pm_.c:488 +#: ../install_steps_interactive.pm_.c:490 msgid "Is your hardware clock set to GMT?" msgstr "" -#: ../install_steps_interactive.pm_.c:498 +#: ../install_steps_interactive.pm_.c:500 msgid "Printer" msgstr "" -#: ../install_steps_interactive.pm_.c:499 +#: ../install_steps_interactive.pm_.c:501 msgid "Would you like to configure a printer?" msgstr "" -#: ../install_steps_interactive.pm_.c:519 +#: ../install_steps_interactive.pm_.c:521 msgid "No password" msgstr "" -#: ../install_steps_interactive.pm_.c:519 -#: ../install_steps_interactive.pm_.c:735 ../interactive.pm_.c:74 +#: ../install_steps_interactive.pm_.c:521 +#: ../install_steps_interactive.pm_.c:737 ../interactive.pm_.c:74 #: ../interactive.pm_.c:84 ../interactive.pm_.c:163 #: ../interactive_newt.pm_.c:50 ../interactive_newt.pm_.c:94 #: ../interactive_stdio.pm_.c:27 ../my_gtk.pm_.c:192 ../my_gtk.pm_.c:425 -#: ../my_gtk.pm_.c:525 +#: ../my_gtk.pm_.c:525 ../unused/install_steps_graphical.pm_.c:608 msgid "Ok" msgstr "" -#: ../install_steps_interactive.pm_.c:522 -#: ../install_steps_interactive.pm_.c:568 -#: ../install_steps_interactive.pm_.c:662 ../standalone/adduserdrake_.c:34 +#: ../install_steps_interactive.pm_.c:524 +#: ../install_steps_interactive.pm_.c:570 +#: ../install_steps_interactive.pm_.c:664 ../standalone/adduserdrake_.c:41 msgid "Password (again)" msgstr "" -#: ../install_steps_interactive.pm_.c:524 +#: ../install_steps_interactive.pm_.c:526 msgid "Use shadow file" msgstr "" -#: ../install_steps_interactive.pm_.c:524 +#: ../install_steps_interactive.pm_.c:526 msgid "shadow" msgstr "" -#: ../install_steps_interactive.pm_.c:525 +#: ../install_steps_interactive.pm_.c:527 msgid "MD5" msgstr "" -#: ../install_steps_interactive.pm_.c:525 +#: ../install_steps_interactive.pm_.c:527 msgid "Use MD5 passwords" msgstr "" -#: ../install_steps_interactive.pm_.c:527 +#: ../install_steps_interactive.pm_.c:529 msgid "Use NIS" msgstr "" -#: ../install_steps_interactive.pm_.c:527 +#: ../install_steps_interactive.pm_.c:529 msgid "yellow pages" msgstr "" -#: ../install_steps_interactive.pm_.c:531 -#: ../install_steps_interactive.pm_.c:579 -#: ../install_steps_interactive.pm_.c:673 ../standalone/adduserdrake_.c:45 +#: ../install_steps_interactive.pm_.c:533 +#: ../install_steps_interactive.pm_.c:581 +#: ../install_steps_interactive.pm_.c:675 ../standalone/adduserdrake_.c:52 msgid "Please try again" msgstr "" -#: ../install_steps_interactive.pm_.c:531 -#: ../install_steps_interactive.pm_.c:579 -#: ../install_steps_interactive.pm_.c:673 ../standalone/adduserdrake_.c:45 +#: ../install_steps_interactive.pm_.c:533 +#: ../install_steps_interactive.pm_.c:581 +#: ../install_steps_interactive.pm_.c:675 ../standalone/adduserdrake_.c:52 msgid "The passwords do not match" msgstr "" -#: ../install_steps_interactive.pm_.c:533 -#: ../install_steps_interactive.pm_.c:580 ../standalone/adduserdrake_.c:46 -msgid "This password is too simple" +#: ../install_steps_interactive.pm_.c:535 +#, c-format +msgid "This password is too simple (must be at least %d characters long)" msgstr "" -#: ../install_steps_interactive.pm_.c:540 +#: ../install_steps_interactive.pm_.c:542 msgid "Authentification NIS" msgstr "" -#: ../install_steps_interactive.pm_.c:541 +#: ../install_steps_interactive.pm_.c:543 msgid "NIS Domain" msgstr "" -#: ../install_steps_interactive.pm_.c:541 +#: ../install_steps_interactive.pm_.c:543 msgid "NIS Server" msgstr "" -#: ../install_steps_interactive.pm_.c:561 ../standalone/adduserdrake_.c:27 +#: ../install_steps_interactive.pm_.c:563 ../standalone/adduserdrake_.c:34 msgid "Accept user" msgstr "" -#: ../install_steps_interactive.pm_.c:561 ../standalone/adduserdrake_.c:27 +#: ../install_steps_interactive.pm_.c:563 ../standalone/adduserdrake_.c:34 msgid "Add user" msgstr "" -#: ../install_steps_interactive.pm_.c:562 ../standalone/adduserdrake_.c:28 +#: ../install_steps_interactive.pm_.c:564 ../standalone/adduserdrake_.c:35 #, c-format msgid "(already added %s)" msgstr "" -#: ../install_steps_interactive.pm_.c:562 ../standalone/adduserdrake_.c:28 +#: ../install_steps_interactive.pm_.c:564 ../standalone/adduserdrake_.c:35 #, c-format msgid "" "Enter a user\n" "%s" msgstr "" -#: ../install_steps_interactive.pm_.c:564 ../standalone/adduserdrake_.c:30 +#: ../install_steps_interactive.pm_.c:566 ../standalone/adduserdrake_.c:37 msgid "Real name" msgstr "" -#: ../install_steps_interactive.pm_.c:565 ../standalone/adduserdrake_.c:31 +#: ../install_steps_interactive.pm_.c:567 ../standalone/adduserdrake_.c:38 msgid "User name" msgstr "" -#: ../install_steps_interactive.pm_.c:570 ../standalone/adduserdrake_.c:36 +#: ../install_steps_interactive.pm_.c:572 ../standalone/adduserdrake_.c:43 msgid "Shell" msgstr "" -#: ../install_steps_interactive.pm_.c:581 ../standalone/adduserdrake_.c:47 +#: ../install_steps_interactive.pm_.c:582 ../standalone/adduserdrake_.c:53 +msgid "This password is too simple" +msgstr "" + +#: ../install_steps_interactive.pm_.c:583 ../standalone/adduserdrake_.c:54 msgid "Please give a user name" msgstr "" -#: ../install_steps_interactive.pm_.c:582 ../standalone/adduserdrake_.c:48 +#: ../install_steps_interactive.pm_.c:584 ../standalone/adduserdrake_.c:55 msgid "" "The user name must contain only lower cased letters, numbers, `-' and `_'" msgstr "" -#: ../install_steps_interactive.pm_.c:583 ../standalone/adduserdrake_.c:49 +#: ../install_steps_interactive.pm_.c:585 ../standalone/adduserdrake_.c:56 msgid "This user name is already added" msgstr "" -#: ../install_steps_interactive.pm_.c:604 +#: ../install_steps_interactive.pm_.c:606 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 " @@ -2143,266 +2147,271 @@ msgid "" "failures. Would you like to create a bootdisk for your system?" msgstr "" -#: ../install_steps_interactive.pm_.c:613 +#: ../install_steps_interactive.pm_.c:615 msgid "Sorry, no floppy drive available" msgstr "" -#: ../install_steps_interactive.pm_.c:616 +#: ../install_steps_interactive.pm_.c:618 msgid "Choose the floppy drive you want to use to make the bootdisk" msgstr "" -#: ../install_steps_interactive.pm_.c:617 +#: ../install_steps_interactive.pm_.c:619 msgid "Skip" msgstr "" -#: ../install_steps_interactive.pm_.c:621 +#: ../install_steps_interactive.pm_.c:623 #, c-format msgid "Insert a floppy in drive %s" msgstr "" -#: ../install_steps_interactive.pm_.c:622 +#: ../install_steps_interactive.pm_.c:624 msgid "Creating bootdisk" msgstr "" -#: ../install_steps_interactive.pm_.c:629 +#: ../install_steps_interactive.pm_.c:631 msgid "Preparing bootloader" msgstr "" -#: ../install_steps_interactive.pm_.c:641 +#: ../install_steps_interactive.pm_.c:643 msgid "First sector of boot partition" msgstr "" -#: ../install_steps_interactive.pm_.c:641 +#: ../install_steps_interactive.pm_.c:643 msgid "First sector of drive (MBR)" msgstr "" -#: ../install_steps_interactive.pm_.c:646 +#: ../install_steps_interactive.pm_.c:648 msgid "LILO Installation" msgstr "" -#: ../install_steps_interactive.pm_.c:647 +#: ../install_steps_interactive.pm_.c:649 msgid "Where do you want to install the bootloader?" msgstr "" -#: ../install_steps_interactive.pm_.c:652 +#: ../install_steps_interactive.pm_.c:654 msgid "Do you want to use LILO?" msgstr "" -#: ../install_steps_interactive.pm_.c:655 +#: ../install_steps_interactive.pm_.c:657 msgid "Boot device" msgstr "" -#: ../install_steps_interactive.pm_.c:656 +#: ../install_steps_interactive.pm_.c:658 msgid "Linear (needed for some SCSI drives)" msgstr "" -#: ../install_steps_interactive.pm_.c:656 +#: ../install_steps_interactive.pm_.c:658 msgid "linear" msgstr "" -#: ../install_steps_interactive.pm_.c:657 +#: ../install_steps_interactive.pm_.c:659 msgid "Compact" msgstr "" -#: ../install_steps_interactive.pm_.c:657 +#: ../install_steps_interactive.pm_.c:659 msgid "compact" msgstr "" -#: ../install_steps_interactive.pm_.c:658 +#: ../install_steps_interactive.pm_.c:660 msgid "Delay before booting default image" msgstr "" -#: ../install_steps_interactive.pm_.c:659 +#: ../install_steps_interactive.pm_.c:661 msgid "Video mode" msgstr "" -#: ../install_steps_interactive.pm_.c:663 +#: ../install_steps_interactive.pm_.c:665 msgid "Restrict command line options" msgstr "" -#: ../install_steps_interactive.pm_.c:663 +#: ../install_steps_interactive.pm_.c:665 msgid "restrict" msgstr "" -#: ../install_steps_interactive.pm_.c:669 +#: ../install_steps_interactive.pm_.c:671 msgid "LILO main options" msgstr "" -#: ../install_steps_interactive.pm_.c:672 +#: ../install_steps_interactive.pm_.c:674 msgid "" "Option ``Restrict command line options'' is of no use without a password" msgstr "" -#: ../install_steps_interactive.pm_.c:683 +#: ../install_steps_interactive.pm_.c:685 msgid "" "Here are the following entries in LILO.\n" "You can add some more or change the existing ones." msgstr "" -#: ../install_steps_interactive.pm_.c:685 +#: ../install_steps_interactive.pm_.c:687 msgid "Add" msgstr "" -#: ../install_steps_interactive.pm_.c:694 +#: ../install_steps_interactive.pm_.c:696 msgid "Linux" msgstr "" -#: ../install_steps_interactive.pm_.c:694 +#: ../install_steps_interactive.pm_.c:696 msgid "Other OS (windows...)" msgstr "" -#: ../install_steps_interactive.pm_.c:694 +#: ../install_steps_interactive.pm_.c:696 msgid "Which type of entry do you want to add" msgstr "" -#: ../install_steps_interactive.pm_.c:714 +#: ../install_steps_interactive.pm_.c:716 msgid "Image" msgstr "" -#: ../install_steps_interactive.pm_.c:715 -#: ../install_steps_interactive.pm_.c:723 +#: ../install_steps_interactive.pm_.c:717 +#: ../install_steps_interactive.pm_.c:725 msgid "Root" msgstr "" -#: ../install_steps_interactive.pm_.c:716 +#: ../install_steps_interactive.pm_.c:718 msgid "Append" msgstr "" -#: ../install_steps_interactive.pm_.c:717 +#: ../install_steps_interactive.pm_.c:719 msgid "Initrd" msgstr "" -#: ../install_steps_interactive.pm_.c:718 +#: ../install_steps_interactive.pm_.c:720 msgid "Read-write" msgstr "" -#: ../install_steps_interactive.pm_.c:724 +#: ../install_steps_interactive.pm_.c:726 msgid "Table" msgstr "" -#: ../install_steps_interactive.pm_.c:725 +#: ../install_steps_interactive.pm_.c:727 msgid "Unsafe" msgstr "" -#: ../install_steps_interactive.pm_.c:730 +#: ../install_steps_interactive.pm_.c:732 msgid "Label" msgstr "" -#: ../install_steps_interactive.pm_.c:732 +#: ../install_steps_interactive.pm_.c:734 msgid "Default" msgstr "" -#: ../install_steps_interactive.pm_.c:735 +#: ../install_steps_interactive.pm_.c:737 msgid "Remove entry" msgstr "" -#: ../install_steps_interactive.pm_.c:738 +#: ../install_steps_interactive.pm_.c:740 msgid "Empty label not allowed" msgstr "" -#: ../install_steps_interactive.pm_.c:739 +#: ../install_steps_interactive.pm_.c:741 msgid "This label is already in use" msgstr "" -#: ../install_steps_interactive.pm_.c:740 +#: ../install_steps_interactive.pm_.c:742 #, c-format msgid "A entry %s already exists" msgstr "" -#: ../install_steps_interactive.pm_.c:754 +#: ../install_steps_interactive.pm_.c:756 msgid "Installation of LILO failed. The following error occured:" msgstr "" -#: ../install_steps_interactive.pm_.c:768 +#: ../install_steps_interactive.pm_.c:770 msgid "Proxies configuration" msgstr "" -#: ../install_steps_interactive.pm_.c:769 +#: ../install_steps_interactive.pm_.c:771 msgid "HTTP proxy" msgstr "" -#: ../install_steps_interactive.pm_.c:770 +#: ../install_steps_interactive.pm_.c:772 msgid "FTP proxy" msgstr "" -#: ../install_steps_interactive.pm_.c:776 +#: ../install_steps_interactive.pm_.c:778 msgid "Proxy should be http://..." msgstr "" -#: ../install_steps_interactive.pm_.c:777 +#: ../install_steps_interactive.pm_.c:779 msgid "Proxy should be ftp://..." msgstr "" -#: ../install_steps_interactive.pm_.c:787 ../standalone/draksec_.c:20 +#: ../install_steps_interactive.pm_.c:789 ../standalone/draksec_.c:20 msgid "Welcome To Crackers" msgstr "" -#: ../install_steps_interactive.pm_.c:788 ../standalone/draksec_.c:21 +#: ../install_steps_interactive.pm_.c:790 ../standalone/draksec_.c:21 msgid "Poor" msgstr "" -#: ../install_steps_interactive.pm_.c:789 ../standalone/draksec_.c:22 +#: ../install_steps_interactive.pm_.c:791 ../standalone/draksec_.c:22 msgid "Low" msgstr "" -#: ../install_steps_interactive.pm_.c:790 ../standalone/draksec_.c:23 +#: ../install_steps_interactive.pm_.c:792 ../standalone/draksec_.c:23 msgid "Medium" msgstr "" -#: ../install_steps_interactive.pm_.c:791 ../standalone/draksec_.c:24 +#: ../install_steps_interactive.pm_.c:793 ../standalone/draksec_.c:24 msgid "High" msgstr "" -#: ../install_steps_interactive.pm_.c:792 ../standalone/draksec_.c:25 +#: ../install_steps_interactive.pm_.c:794 ../standalone/draksec_.c:25 msgid "Paranoid" msgstr "" -#: ../install_steps_interactive.pm_.c:805 +#: ../install_steps_interactive.pm_.c:807 msgid "Miscellaneous questions" msgstr "" -#: ../install_steps_interactive.pm_.c:806 +#: ../install_steps_interactive.pm_.c:808 msgid "(may cause data corruption)" msgstr "" -#: ../install_steps_interactive.pm_.c:806 +#: ../install_steps_interactive.pm_.c:808 msgid "Use hard drive optimisations?" msgstr "" -#: ../install_steps_interactive.pm_.c:807 ../standalone/draksec_.c:46 +#: ../install_steps_interactive.pm_.c:809 ../standalone/draksec_.c:46 msgid "Choose security level" msgstr "" -#: ../install_steps_interactive.pm_.c:808 +#: ../install_steps_interactive.pm_.c:810 #, c-format msgid "Precise RAM size if needed (found %d MB)" msgstr "" -#: ../install_steps_interactive.pm_.c:809 +#: ../install_steps_interactive.pm_.c:811 msgid "Removable media automounting" msgstr "" -#: ../install_steps_interactive.pm_.c:811 +#: ../install_steps_interactive.pm_.c:813 msgid "Enable num lock at startup" msgstr "" -#: ../install_steps_interactive.pm_.c:814 +#: ../install_steps_interactive.pm_.c:816 msgid "Give the ram size in Mb" msgstr "" -#: ../install_steps_interactive.pm_.c:842 -#: ../install_steps_interactive.pm_.c:955 +#: ../install_steps_interactive.pm_.c:832 +#: ../unused/install_steps_graphical.pm_.c:535 +msgid "Use existing configuration for X11?" +msgstr "" + +#: ../install_steps_interactive.pm_.c:844 +#: ../install_steps_interactive.pm_.c:999 msgid "Try to find PCI devices?" msgstr "" -#: ../install_steps_interactive.pm_.c:857 +#: ../install_steps_interactive.pm_.c:859 msgid "" "Some steps are not completed.\n" "\n" "Do you really want to quit now?" msgstr "" -#: ../install_steps_interactive.pm_.c:864 +#: ../install_steps_interactive.pm_.c:866 msgid "" "Congratulations, installation is complete.\n" "Remove the boot media and press return to reboot.\n" @@ -2415,26 +2424,26 @@ msgid "" "install chapter of the Official Linux-Mandrake User's Guide." msgstr "" -#: ../install_steps_interactive.pm_.c:873 +#: ../install_steps_interactive.pm_.c:875 msgid "Shutting down" msgstr "" -#: ../install_steps_interactive.pm_.c:887 +#: ../install_steps_interactive.pm_.c:889 #, c-format msgid "Installing driver for %s card %s" msgstr "" -#: ../install_steps_interactive.pm_.c:888 +#: ../install_steps_interactive.pm_.c:890 #, c-format msgid "(module %s)" msgstr "" -#: ../install_steps_interactive.pm_.c:898 +#: ../install_steps_interactive.pm_.c:900 #, c-format msgid "Which %s driver should I try?" msgstr "" -#: ../install_steps_interactive.pm_.c:906 +#: ../install_steps_interactive.pm_.c:908 #, c-format msgid "" "In some cases, the %s driver needs to have extra information to work\n" @@ -2446,20 +2455,20 @@ msgid "" "not cause any damage." msgstr "" -#: ../install_steps_interactive.pm_.c:911 +#: ../install_steps_interactive.pm_.c:913 msgid "Autoprobe" msgstr "" -#: ../install_steps_interactive.pm_.c:911 +#: ../install_steps_interactive.pm_.c:913 msgid "Specify options" msgstr "" -#: ../install_steps_interactive.pm_.c:915 +#: ../install_steps_interactive.pm_.c:917 #, c-format msgid "You may now provide its options to module %s." msgstr "" -#: ../install_steps_interactive.pm_.c:921 +#: ../install_steps_interactive.pm_.c:923 #, c-format msgid "" "You may now provide its options to module %s.\n" @@ -2467,54 +2476,66 @@ msgid "" "For instance, ``io=0x300 irq=7''" msgstr "" -#: ../install_steps_interactive.pm_.c:924 +#: ../install_steps_interactive.pm_.c:926 msgid "Module options:" msgstr "" -#: ../install_steps_interactive.pm_.c:934 +#: ../install_steps_interactive.pm_.c:936 #, c-format msgid "" "Loading module %s failed.\n" "Do you want to try again with other parameters?" msgstr "" -#: ../install_steps_interactive.pm_.c:947 +#: ../install_steps_interactive.pm_.c:949 msgid "Try to find PCMCIA cards?" msgstr "" -#: ../install_steps_interactive.pm_.c:948 +#: ../install_steps_interactive.pm_.c:950 msgid "Configuring PCMCIA cards..." msgstr "" -#: ../install_steps_interactive.pm_.c:948 +#: ../install_steps_interactive.pm_.c:950 msgid "PCMCIA" msgstr "" -#: ../install_steps_interactive.pm_.c:959 +#: ../install_steps_interactive.pm_.c:975 +msgid "Enter a floppy (all data will be lost)" +msgstr "" + +#: ../install_steps_interactive.pm_.c:989 +msgid "It is necessary to restart installation booting on the floppy" +msgstr "" + +#: ../install_steps_interactive.pm_.c:990 +msgid "It is necessary to restart installation with the new parameters" +msgstr "" + +#: ../install_steps_interactive.pm_.c:1003 #, c-format msgid "Found %s %s interfaces" msgstr "" -#: ../install_steps_interactive.pm_.c:960 +#: ../install_steps_interactive.pm_.c:1004 msgid "Do you have another one?" msgstr "" -#: ../install_steps_interactive.pm_.c:961 +#: ../install_steps_interactive.pm_.c:1005 #, c-format msgid "Do you have any %s interface?" msgstr "" -#: ../install_steps_interactive.pm_.c:963 ../interactive.pm_.c:79 +#: ../install_steps_interactive.pm_.c:1007 ../interactive.pm_.c:79 #: ../my_gtk.pm_.c:424 ../printerdrake.pm_.c:176 msgid "No" msgstr "" -#: ../install_steps_interactive.pm_.c:963 ../interactive.pm_.c:79 +#: ../install_steps_interactive.pm_.c:1007 ../interactive.pm_.c:79 #: ../my_gtk.pm_.c:424 msgid "Yes" msgstr "" -#: ../install_steps_interactive.pm_.c:964 +#: ../install_steps_interactive.pm_.c:1008 msgid "See hardware info" msgstr "" @@ -3189,3 +3210,11 @@ msgstr "" #: ../standalone/mousedrake_.c:35 msgid "Emulate third button?" msgstr "" + +#: ../unused/install_steps_graphical.pm_.c:433 +msgid "Show less" +msgstr "" + +#: ../unused/install_steps_graphical.pm_.c:434 +msgid "Show more" +msgstr "" diff --git a/perl-install/share/po/no.po b/perl-install/share/po/no.po index 3f577d622..ec6453c6d 100644 --- a/perl-install/share/po/no.po +++ b/perl-install/share/po/no.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: DrakX VERSION\n" -"POT-Creation-Date: 2000-01-01 17:56+0100\n" +"POT-Creation-Date: 2000-01-01 19:31+0100\n" "PO-Revision-Date: 1999-08-25 11:07+0200\n" "Last-Translator: Terje Bjerkelia \n" "Language-Team: norwegian\n" @@ -174,109 +174,109 @@ msgstr "" "Ingen gyldige modus funnet\n" "Prјv med et annet skjermkort eller monitor" -#: ../Xconfigurator.pm_.c:736 +#: ../Xconfigurator.pm_.c:758 #, c-format msgid "Keyboard layout: %s\n" msgstr "Tastatur-oppsett: %s\n" -#: ../Xconfigurator.pm_.c:737 +#: ../Xconfigurator.pm_.c:759 #, c-format msgid "Mouse type: %s\n" msgstr "Type mus: %s\n" -#: ../Xconfigurator.pm_.c:738 +#: ../Xconfigurator.pm_.c:760 #, c-format msgid "Mouse device: %s\n" msgstr "Enhet mus: %s\n" -#: ../Xconfigurator.pm_.c:739 +#: ../Xconfigurator.pm_.c:761 #, c-format msgid "Monitor: %s\n" msgstr "Monitor: %s\n" -#: ../Xconfigurator.pm_.c:740 +#: ../Xconfigurator.pm_.c:762 #, c-format msgid "Monitor HorizSync: %s\n" msgstr "Monitor HorizSync: %s\n" -#: ../Xconfigurator.pm_.c:741 +#: ../Xconfigurator.pm_.c:763 #, c-format msgid "Monitor VertRefresh: %s\n" msgstr "Monitor VertRefresh: %s\n" -#: ../Xconfigurator.pm_.c:742 +#: ../Xconfigurator.pm_.c:764 #, c-format msgid "Graphic card: %s\n" msgstr "Grafikk-kort: %s\n" -#: ../Xconfigurator.pm_.c:743 +#: ../Xconfigurator.pm_.c:765 #, c-format msgid "Graphic memory: %s kB\n" msgstr "Minne grafikk: %s kB\n" -#: ../Xconfigurator.pm_.c:744 +#: ../Xconfigurator.pm_.c:766 #, c-format msgid "XFree86 server: %s\n" msgstr "XFree86-tjener: %s\n" -#: ../Xconfigurator.pm_.c:758 +#: ../Xconfigurator.pm_.c:780 msgid "Preparing X-Window configuration" msgstr "Forbereder X-Window konfigurasjon" -#: ../Xconfigurator.pm_.c:772 +#: ../Xconfigurator.pm_.c:794 msgid "Change Monitor" msgstr "Endre monitor" -#: ../Xconfigurator.pm_.c:773 +#: ../Xconfigurator.pm_.c:795 msgid "Change Graphic card" msgstr "Endre grafikk-kort" -#: ../Xconfigurator.pm_.c:774 +#: ../Xconfigurator.pm_.c:796 msgid "Change Server options" msgstr "Endre opsjoner for tjener" -#: ../Xconfigurator.pm_.c:775 +#: ../Xconfigurator.pm_.c:797 msgid "Change Resolution" msgstr "Endre opplјsning" -#: ../Xconfigurator.pm_.c:776 +#: ../Xconfigurator.pm_.c:798 msgid "Automatical resolutions search" msgstr "Automatisk opplјsningssјk" -#: ../Xconfigurator.pm_.c:780 +#: ../Xconfigurator.pm_.c:802 msgid "Show information" msgstr "Vis informasjon" -#: ../Xconfigurator.pm_.c:781 +#: ../Xconfigurator.pm_.c:803 msgid "Test again" msgstr "Test igjen" -#: ../Xconfigurator.pm_.c:782 +#: ../Xconfigurator.pm_.c:804 msgid "Quit" msgstr "Avslutt" -#: ../Xconfigurator.pm_.c:786 +#: ../Xconfigurator.pm_.c:808 msgid "What do you want to do?" msgstr "Hva јnsker du х gjјre?" -#: ../Xconfigurator.pm_.c:793 +#: ../Xconfigurator.pm_.c:815 msgid "Forget the changes?" msgstr "Glem endringene?" -#: ../Xconfigurator.pm_.c:808 +#: ../Xconfigurator.pm_.c:831 #, c-format msgid "Please relog into %s to activate the changes" msgstr "Vennligst logg inn i %s pх nytt for х aktivere endringene" -#: ../Xconfigurator.pm_.c:824 +#: ../Xconfigurator.pm_.c:847 msgid "Please log out and then use Ctrl-Alt-BackSpace" msgstr "Vennligst logg ut og bruk sх Ctrl-Alt-BackSpace" -#: ../Xconfigurator.pm_.c:827 +#: ../Xconfigurator.pm_.c:850 msgid "X at startup" msgstr "X ved oppstart" -#: ../Xconfigurator.pm_.c:828 +#: ../Xconfigurator.pm_.c:851 msgid "" "I can set up your computer to automatically start X upon booting.\n" "Would you like X to start when you reboot?" @@ -304,79 +304,79 @@ msgstr "16 millioner farger (24 bits)" msgid "4 billion colors (32 bits)" msgstr "4 milliarder farger (32 bits)" -#: ../Xconfigurator_consts.pm_.c:95 +#: ../Xconfigurator_consts.pm_.c:96 msgid "256 kB" msgstr "256 kB" -#: ../Xconfigurator_consts.pm_.c:96 +#: ../Xconfigurator_consts.pm_.c:97 msgid "512 kB" msgstr "512 kB" -#: ../Xconfigurator_consts.pm_.c:97 +#: ../Xconfigurator_consts.pm_.c:98 msgid "1 MB" msgstr "1 MB" -#: ../Xconfigurator_consts.pm_.c:98 +#: ../Xconfigurator_consts.pm_.c:99 msgid "2 MB" msgstr "2 MB" -#: ../Xconfigurator_consts.pm_.c:99 +#: ../Xconfigurator_consts.pm_.c:100 msgid "4 MB" msgstr "4 MB" -#: ../Xconfigurator_consts.pm_.c:100 +#: ../Xconfigurator_consts.pm_.c:101 msgid "8 MB" msgstr "8 MB" -#: ../Xconfigurator_consts.pm_.c:101 +#: ../Xconfigurator_consts.pm_.c:102 msgid "16 MB or more" msgstr "16 MB eller mer" -#: ../Xconfigurator_consts.pm_.c:105 ../Xconfigurator_consts.pm_.c:106 +#: ../Xconfigurator_consts.pm_.c:106 ../Xconfigurator_consts.pm_.c:107 msgid "Standard VGA, 640x480 at 60 Hz" msgstr "Standard VGA, 640x480 ved 60 Hz" -#: ../Xconfigurator_consts.pm_.c:107 +#: ../Xconfigurator_consts.pm_.c:108 msgid "Super VGA, 800x600 at 56 Hz" msgstr "Super VGA 800x600 ved 56 Hz" -#: ../Xconfigurator_consts.pm_.c:108 +#: ../Xconfigurator_consts.pm_.c:109 msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)" msgstr "8514 kompatibel, 1024x768 ved 87 Hz interlaced (ikke 800x600)" -#: ../Xconfigurator_consts.pm_.c:109 +#: ../Xconfigurator_consts.pm_.c:110 msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz" msgstr "Super VGA, 1024x768 ved 87 Hz interlaced, 800x600 ved 56 Hz" -#: ../Xconfigurator_consts.pm_.c:110 +#: ../Xconfigurator_consts.pm_.c:111 msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz" msgstr "Utvidet Super VGA, 800x600 ved 60 Hz, 640x480 ved 72 Hz" -#: ../Xconfigurator_consts.pm_.c:111 +#: ../Xconfigurator_consts.pm_.c:112 msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz" msgstr "Ikke-interlaced SVGA, 1024x768 ved 60 Hz, 800x600 ved 72 Hz" -#: ../Xconfigurator_consts.pm_.c:112 +#: ../Xconfigurator_consts.pm_.c:113 msgid "High Frequency SVGA, 1024x768 at 70 Hz" msgstr "Hјyfrekvens SVGA, 1024x768 ved 70 Hz" -#: ../Xconfigurator_consts.pm_.c:113 +#: ../Xconfigurator_consts.pm_.c:114 msgid "Multi-frequency that can do 1280x1024 at 60 Hz" msgstr "Flerfrekvens som kan klare 1280x1024 ved 60 Hz" -#: ../Xconfigurator_consts.pm_.c:114 +#: ../Xconfigurator_consts.pm_.c:115 msgid "Multi-frequency that can do 1280x1024 at 74 Hz" msgstr "Flerfrekvens som kan klare 1280x1024 ved 74 Hz" -#: ../Xconfigurator_consts.pm_.c:115 +#: ../Xconfigurator_consts.pm_.c:116 msgid "Multi-frequency that can do 1280x1024 at 76 Hz" msgstr "Flerfrekvens som kan klare 1280x1024 ved 76 Hz" -#: ../Xconfigurator_consts.pm_.c:116 +#: ../Xconfigurator_consts.pm_.c:117 msgid "Monitor that can do 1600x1200 at 70 Hz" msgstr "Monitor som kan klare 1600x1200 ved 70 Hz" -#: ../Xconfigurator_consts.pm_.c:117 +#: ../Xconfigurator_consts.pm_.c:118 msgid "Monitor that can do 1600x1200 at 76 Hz" msgstr "Monitor som kan klare 1600x1200 ved 76 Hz" @@ -436,8 +436,8 @@ msgstr "Gjenopprett fra diskett" msgid "Save on floppy" msgstr "Lagre pх diskett" -#: ../diskdrake.pm_.c:40 ../install_steps_interactive.pm_.c:561 -#: ../install_steps_interactive.pm_.c:685 ../standalone/adduserdrake_.c:27 +#: ../diskdrake.pm_.c:40 ../install_steps_interactive.pm_.c:563 +#: ../install_steps_interactive.pm_.c:687 ../standalone/adduserdrake_.c:34 msgid "Done" msgstr "Ferdig" @@ -469,6 +469,11 @@ msgstr "" "For х ha flere partisjoner vennligst slett en for х kunne opprette en " "utvidet partisjon" +#: ../diskdrake.pm_.c:51 +#, fuzzy +msgid "Rescue partition table" +msgstr "Skriv partisjonstabell" + #: ../diskdrake.pm_.c:52 msgid "Undo" msgstr "Angre" @@ -540,8 +545,8 @@ msgid "all data on this partition will be lost" msgstr "alle data pх denne partisjonen vil gх tapt" # #: ../install_steps_interactive.pm_.c:37 -#: ../diskdrake.pm_.c:165 ../install_any.pm_.c:184 ../install_steps.pm_.c:67 -#: ../install_steps_interactive.pm_.c:36 ../standalone/diskdrake_.c:60 +#: ../diskdrake.pm_.c:165 ../install_any.pm_.c:185 ../install_steps.pm_.c:67 +#: ../install_steps_interactive.pm_.c:37 ../standalone/diskdrake_.c:60 msgid "Error" msgstr "Feil" @@ -736,7 +741,7 @@ msgstr "formatering" msgid "Formatting" msgstr "Formatering" -#: ../diskdrake.pm_.c:453 ../install_steps_interactive.pm_.c:213 +#: ../diskdrake.pm_.c:453 ../install_steps_interactive.pm_.c:214 #, c-format msgid "Formatting partition %s" msgstr "Formaterer partisjon %s" @@ -782,12 +787,12 @@ msgstr "Partisjonstabellen p msgid "You'll need to reboot before the modification can take place" msgstr "Du mх starte maskinen pх nytt for at modifiseringene skal tre i kraft" -#: ../diskdrake.pm_.c:510 ../install_steps_gtk.pm_.c:254 +#: ../diskdrake.pm_.c:510 ../install_steps_gtk.pm_.c:255 msgid "Computing fat filesystem bounds" msgstr "Beregner fat filsystemgrense" #: ../diskdrake.pm_.c:510 ../diskdrake.pm_.c:555 -#: ../install_steps_gtk.pm_.c:254 +#: ../install_steps_gtk.pm_.c:255 msgid "Resizing" msgstr "Endrer stјrrelse" @@ -799,9 +804,8 @@ msgstr "endrer st msgid "Choose the new size" msgstr "Velg den nye stјrrelsen" -#: ../diskdrake.pm_.c:534 ../install_steps_graphical.pm_.c:287 -#: ../install_steps_graphical.pm_.c:334 ../install_steps_gtk.pm_.c:328 -#: ../install_steps_gtk.pm_.c:377 +#: ../diskdrake.pm_.c:534 ../install_steps_gtk.pm_.c:329 +#: ../install_steps_gtk.pm_.c:378 ../unused/install_steps_graphical.pm_.c:314 msgid "MB" msgstr "MB" @@ -1715,108 +1719,108 @@ msgstr "" "Hvis du јnsker х starte et annet eksisterende operativsystem, vennligst\n" "les ytterligere instruksjoner." -#: ../install2.pm_.c:42 +#: ../install2.pm_.c:43 msgid "Choose your language" msgstr "Velg sprхk" -#: ../install2.pm_.c:43 +#: ../install2.pm_.c:44 msgid "Select installation class" msgstr "Velg installasjonsklasse" -#: ../install2.pm_.c:44 +#: ../install2.pm_.c:45 msgid "Setup SCSI" msgstr "Oppsett SCSI" -#: ../install2.pm_.c:45 +#: ../install2.pm_.c:46 msgid "Choose install or upgrade" msgstr "Installer eller oppgrader" -#: ../install2.pm_.c:46 +#: ../install2.pm_.c:47 msgid "Configure mouse" msgstr "Konfigurer mus" -#: ../install2.pm_.c:47 +#: ../install2.pm_.c:48 msgid "Choose your keyboard" msgstr "Velg tastatur" -#: ../install2.pm_.c:48 +#: ../install2.pm_.c:49 msgid "Miscellaneous" msgstr "Forskjellig" -#: ../install2.pm_.c:49 +#: ../install2.pm_.c:50 msgid "Setup filesystems" msgstr "Oppsett filsystemer" -#: ../install2.pm_.c:50 +#: ../install2.pm_.c:51 msgid "Format partitions" msgstr "Formater partisjoner" -#: ../install2.pm_.c:51 +#: ../install2.pm_.c:52 msgid "Choose packages to install" msgstr "Velg pakker for installering" -#: ../install2.pm_.c:52 +#: ../install2.pm_.c:53 msgid "Install system" msgstr "Installer systemet" -#: ../install2.pm_.c:53 +#: ../install2.pm_.c:54 msgid "Configure networking" msgstr "Konfigurer nettverk" -#: ../install2.pm_.c:54 +#: ../install2.pm_.c:55 msgid "Cryptographic" msgstr "Kryptografikk" -#: ../install2.pm_.c:55 +#: ../install2.pm_.c:56 msgid "Configure timezone" msgstr "Konfigurer tidssone" -#: ../install2.pm_.c:57 +#: ../install2.pm_.c:58 msgid "Configure printer" msgstr "Konfigurer skriver" -#: ../install2.pm_.c:58 ../install_steps_interactive.pm_.c:519 -#: ../install_steps_interactive.pm_.c:520 +#: ../install2.pm_.c:59 ../install_steps_interactive.pm_.c:521 +#: ../install_steps_interactive.pm_.c:522 msgid "Set root password" msgstr "Sett root-passord" -#: ../install2.pm_.c:59 +#: ../install2.pm_.c:60 msgid "Add a user" msgstr "Legg til en bruker" -#: ../install2.pm_.c:60 +#: ../install2.pm_.c:61 msgid "Create a bootdisk" msgstr "Opprett en oppstartdiskett" -#: ../install2.pm_.c:61 +#: ../install2.pm_.c:62 msgid "Install bootloader" msgstr "Installer oppstartslaster" -#: ../install2.pm_.c:62 +#: ../install2.pm_.c:63 msgid "Configure X" msgstr "Konfigurer X" -#: ../install2.pm_.c:63 +#: ../install2.pm_.c:64 msgid "Exit install" msgstr "Avslutt installering" -#: ../install2.pm_.c:82 +#: ../install2.pm_.c:83 msgid "beginner" msgstr "nybegynner" -#: ../install2.pm_.c:82 +#: ../install2.pm_.c:83 msgid "developer" msgstr "utvikler" -#: ../install2.pm_.c:82 +#: ../install2.pm_.c:83 msgid "expert" msgstr "ekspert" -#: ../install2.pm_.c:82 +#: ../install2.pm_.c:83 msgid "server" msgstr "tjener" -#: ../install2.pm_.c:308 +#: ../install2.pm_.c:309 msgid "" "You must have a root partition.\n" "For this, create a partition (or click on an existing one).\n" @@ -1826,12 +1830,12 @@ msgstr "" "Opprett en partisjon for dette (eller klikk pх en eksisterende).\n" "Velg sх ``Monteringspunkt'' og sett dette til `/'" -#: ../install2.pm_.c:324 +#: ../install2.pm_.c:325 msgid "Not enough swap to fulfill installation, please add some" msgstr "" "Ikke nok vekslingsplass til х fullfјre installasjonen, vennligst legg til mer" -#: ../install_any.pm_.c:185 ../standalone/diskdrake_.c:61 +#: ../install_any.pm_.c:186 ../standalone/diskdrake_.c:61 msgid "" "I can't read your partition table, it's too corrupted for me :(\n" "I'll try to go on blanking bad partitions" @@ -1839,7 +1843,7 @@ msgstr "" "Jeg kan ikke lese partisjonstabellen din, den er for јdelagt for meg :(\n" "Jeg vil fјrsјke х blanke ut dхrlige partisjoner" -#: ../install_any.pm_.c:201 +#: ../install_any.pm_.c:202 msgid "" "DiskDrake failed to read correctly the partition table.\n" "Continue at your own risk!" @@ -1847,32 +1851,32 @@ msgstr "" "DiskDrake klarte ikke х lese partisjonstabellen korrekt.\n" "Fortsett pх eget ansvar!" -#: ../install_any.pm_.c:211 +#: ../install_any.pm_.c:212 msgid "Searching root partition." msgstr "Sјker root-partisjon." -#: ../install_any.pm_.c:240 +#: ../install_any.pm_.c:241 msgid "Information" msgstr "Informasjon" -#: ../install_any.pm_.c:241 +#: ../install_any.pm_.c:242 #, c-format msgid "%s: This is not a root partition, please select another one." msgstr "%s: Dette er ikke en root-partisjon, vennligst velg en annen." -#: ../install_any.pm_.c:243 +#: ../install_any.pm_.c:244 msgid "No root partition found" msgstr "Ingen root-partisjon funnet" -#: ../install_any.pm_.c:280 +#: ../install_any.pm_.c:281 msgid "Can't use broadcast with no NIS domain" msgstr "Kan ikke bruke broadcast uten NIS-domene" -#: ../install_any.pm_.c:455 +#: ../install_any.pm_.c:456 msgid "Error reading file $f" msgstr "Feil ved lesing av fil $f" -#: ../install_any.pm_.c:461 +#: ../install_any.pm_.c:462 #, c-format msgid "Bad kickstart file %s (failed %s)" msgstr "Dхrlig kickstart-fil %s (mislykket %s)" @@ -1891,7 +1895,7 @@ msgstr "" msgid "Duplicate mount point %s" msgstr "Dupliser monteringspunkt %s" -#: ../install_steps.pm_.c:503 +#: ../install_steps.pm_.c:504 msgid "No floppy drive available" msgstr "Ingen diskettstasjon tilgjengelig" @@ -1900,11 +1904,36 @@ msgstr "Ingen diskettstasjon tilgjengelig" msgid "Entering step `%s'\n" msgstr "Entrer trinn `%s'\n" -#: ../install_steps_graphical.pm_.c:259 ../install_steps_gtk.pm_.c:292 +#: ../install_steps_gtk.pm_.c:259 +msgid "" +"WARNING!\n" +"\n" +"DrakX now needs to resize your Windows partition. Be careful: this operation " +"is\n" +"dangerous. If you have not already done so, you should first run scandisk " +"(and\n" +"optionally run defrag) on this partition and backup your data.\n" +"When sure, press Ok." +msgstr "" +"ADVARSEL!\n" +"\n" +"DrakX trenger nх х endre stјrrelsen pх Windows partisjonen din. Vцr " +"forsiktig: denne operasjonen er\n" +"farlig. Hvis du ikke allerede har gjort det burde du kjјre scandisk fјrst " +"(og\n" +"som en opsjon kjјre defrag) pх denne partisjonen og ta sikkerhetskopi av " +"dine data.\n" +"Nхr du er sikker, trykk Ok." + +#: ../install_steps_gtk.pm_.c:277 +msgid "Automatic resizing failed" +msgstr "Automatisk endring av stјrrelse mislykket" + +#: ../install_steps_gtk.pm_.c:293 ../unused/install_steps_graphical.pm_.c:255 msgid "You must have a swap partition" msgstr "Du mх ha en vekslingspartisjon" -#: ../install_steps_graphical.pm_.c:261 ../install_steps_gtk.pm_.c:294 +#: ../install_steps_gtk.pm_.c:295 ../unused/install_steps_graphical.pm_.c:258 msgid "" "You don't have a swap partition\n" "\n" @@ -1914,252 +1943,223 @@ msgstr "" "\n" "Fortsette likevel?" -#: ../install_steps_graphical.pm_.c:287 ../install_steps_gtk.pm_.c:328 +#: ../install_steps_gtk.pm_.c:326 +#, c-format +msgid "Going to install %d MB. You can choose to install more programs" +msgstr "%d MB vil bli installert. Du kan velge х installere flere programmer" + +#: ../install_steps_gtk.pm_.c:327 +msgid "You will be able to choose more precisely in next step" +msgstr "Du vil kunne velge mere presist i neste trinn" + +#: ../install_steps_gtk.pm_.c:329 msgid "Choose the size you want to install" msgstr "Velg stјrrelsen du јnsker х installere" -#: ../install_steps_graphical.pm_.c:334 ../install_steps_gtk.pm_.c:377 +#: ../install_steps_gtk.pm_.c:378 ../unused/install_steps_graphical.pm_.c:314 msgid "Total size: " msgstr "Total stјrrelse: " -#: ../install_steps_graphical.pm_.c:346 ../install_steps_gtk.pm_.c:389 +#: ../install_steps_gtk.pm_.c:389 +msgid "Bad package" +msgstr "D†rlig pakke" + +#: ../install_steps_gtk.pm_.c:390 ../unused/install_steps_graphical.pm_.c:284 #, c-format msgid "Version: %s\n" msgstr "Versjon: %s\n" -#: ../install_steps_graphical.pm_.c:347 ../install_steps_gtk.pm_.c:390 +#: ../install_steps_gtk.pm_.c:391 ../unused/install_steps_graphical.pm_.c:285 #, c-format msgid "Size: %d KB\n" msgstr "Stјrrelse: %d KB\n" -#: ../install_steps_graphical.pm_.c:462 ../install_steps_gtk.pm_.c:505 +#: ../install_steps_gtk.pm_.c:506 ../unused/install_steps_graphical.pm_.c:421 msgid "Choose the packages you want to install" msgstr "Velg pakkene du јnsker х installere" -#: ../install_steps_graphical.pm_.c:465 ../install_steps_gtk.pm_.c:508 +#: ../install_steps_gtk.pm_.c:509 ../unused/install_steps_graphical.pm_.c:424 msgid "Info" msgstr "Info" -#: ../install_steps_graphical.pm_.c:473 ../install_steps_gtk.pm_.c:516 -#: ../install_steps_interactive.pm_.c:80 +#: ../install_steps_gtk.pm_.c:517 ../install_steps_interactive.pm_.c:81 +#: ../unused/install_steps_graphical.pm_.c:432 msgid "Install" msgstr "Installer" -#: ../install_steps_graphical.pm_.c:492 ../install_steps_gtk.pm_.c:535 -#: ../install_steps_interactive.pm_.c:256 +#: ../install_steps_gtk.pm_.c:536 ../install_steps_interactive.pm_.c:257 +#: ../unused/install_steps_graphical.pm_.c:451 msgid "Installing" msgstr "Installerer" -#: ../install_steps_graphical.pm_.c:499 ../install_steps_gtk.pm_.c:542 +#: ../install_steps_gtk.pm_.c:539 +msgid "Estimating" +msgstr "Beregner" + +#: ../install_steps_gtk.pm_.c:543 ../unused/install_steps_graphical.pm_.c:457 msgid "Please wait, " msgstr "Vennligst vent, " -#: ../install_steps_graphical.pm_.c:501 ../install_steps_gtk.pm_.c:544 +#: ../install_steps_gtk.pm_.c:545 ../unused/install_steps_graphical.pm_.c:459 msgid "Time remaining " msgstr "Tid som gjenstхr " -#: ../install_steps_graphical.pm_.c:502 ../install_steps_gtk.pm_.c:545 +#: ../install_steps_gtk.pm_.c:546 ../unused/install_steps_graphical.pm_.c:460 msgid "Total time " msgstr "Total tid " -#: ../install_steps_graphical.pm_.c:507 ../install_steps_gtk.pm_.c:550 -#: ../install_steps_interactive.pm_.c:256 +#: ../install_steps_gtk.pm_.c:551 ../install_steps_interactive.pm_.c:257 +#: ../unused/install_steps_graphical.pm_.c:465 msgid "Preparing installation" msgstr "Forbereder installasjon" -#: ../install_steps_graphical.pm_.c:528 ../install_steps_gtk.pm_.c:565 +#: ../install_steps_gtk.pm_.c:561 +#, c-format +msgid "%d packages" +msgstr "%d pakker" + +#: ../install_steps_gtk.pm_.c:561 +msgid ", %U MB" +msgstr ", %U MB" + +#: ../install_steps_gtk.pm_.c:566 ../unused/install_steps_graphical.pm_.c:486 #, c-format msgid "Installing package %s" msgstr "Installerer pakke %s" -#: ../install_steps_graphical.pm_.c:553 ../install_steps_gtk.pm_.c:590 +#: ../install_steps_gtk.pm_.c:591 ../unused/install_steps_graphical.pm_.c:511 msgid "Go on anyway?" msgstr "Fortsette uansett?" -#: ../install_steps_graphical.pm_.c:553 ../install_steps_gtk.pm_.c:590 +#: ../install_steps_gtk.pm_.c:591 ../unused/install_steps_graphical.pm_.c:511 msgid "There was an error ordering packages:" msgstr "Det var en feil ved endring av pakkenes rekkefјlge:" -#: ../install_steps_graphical.pm_.c:577 ../install_steps_interactive.pm_.c:830 -msgid "Use existing configuration for X11?" -msgstr "Bruke eksisterende konfigurasjon for X11?" - -#: ../install_steps_gtk.pm_.c:258 -msgid "" -"WARNING!\n" -"\n" -"DrakX now needs to resize your Windows partition. Be careful: this operation " -"is\n" -"dangerous. If you have not already done so, you should first run scandisk " -"(and\n" -"optionally run defrag) on this partition and backup your data.\n" -"When sure, press Ok." -msgstr "" -"ADVARSEL!\n" -"\n" -"DrakX trenger nх х endre stјrrelsen pх Windows partisjonen din. Vцr " -"forsiktig: denne operasjonen er\n" -"farlig. Hvis du ikke allerede har gjort det burde du kjјre scandisk fјrst " -"(og\n" -"som en opsjon kjјre defrag) pх denne partisjonen og ta sikkerhetskopi av " -"dine data.\n" -"Nхr du er sikker, trykk Ok." - -#: ../install_steps_gtk.pm_.c:276 -msgid "Automatic resizing failed" -msgstr "Automatisk endring av stјrrelse mislykket" - -#: ../install_steps_gtk.pm_.c:325 -#, c-format -msgid "Going to install %d MB. You can choose to install more programs" -msgstr "%d MB vil bli installert. Du kan velge х installere flere programmer" - -#: ../install_steps_gtk.pm_.c:326 -msgid "You will be able to choose more precisely in next step" -msgstr "Du vil kunne velge mere presist i neste trinn" - -#: ../install_steps_gtk.pm_.c:388 -msgid "Bad package" -msgstr "D†rlig pakke" - -#: ../install_steps_gtk.pm_.c:538 -msgid "Estimating" -msgstr "Beregner" - -#: ../install_steps_gtk.pm_.c:560 -#, c-format -msgid "%d packages" -msgstr "%d pakker" - -#: ../install_steps_gtk.pm_.c:560 -msgid ", %U MB" -msgstr ", %U MB" - -#: ../install_steps_interactive.pm_.c:36 +#: ../install_steps_interactive.pm_.c:37 msgid "An error occurred" msgstr "En feil oppsto" -#: ../install_steps_interactive.pm_.c:53 +#: ../install_steps_interactive.pm_.c:54 msgid "Which language do you want?" msgstr "Hvilket sprхk јnsker du?" -#: ../install_steps_interactive.pm_.c:67 ../standalone/keyboarddrake_.c:22 +#: ../install_steps_interactive.pm_.c:68 ../standalone/keyboarddrake_.c:22 msgid "Keyboard" msgstr "Tastatur" -#: ../install_steps_interactive.pm_.c:68 ../standalone/keyboarddrake_.c:23 +#: ../install_steps_interactive.pm_.c:69 ../standalone/keyboarddrake_.c:23 msgid "What is your keyboard layout?" msgstr "Hva er tastatur-oppsettet ditt?" -#: ../install_steps_interactive.pm_.c:78 +#: ../install_steps_interactive.pm_.c:79 msgid "Install/Upgrade" msgstr "Installer/Oppgrader" -#: ../install_steps_interactive.pm_.c:79 +#: ../install_steps_interactive.pm_.c:80 msgid "Is this an install or an upgrade?" msgstr "Er dette en installasjon eller en oppgradering?" -#: ../install_steps_interactive.pm_.c:80 +#: ../install_steps_interactive.pm_.c:81 msgid "Upgrade" msgstr "Oppgrader" -#: ../install_steps_interactive.pm_.c:88 +#: ../install_steps_interactive.pm_.c:89 msgid "Root Partition" msgstr "Root-partisjon" -#: ../install_steps_interactive.pm_.c:89 +#: ../install_steps_interactive.pm_.c:90 msgid "What is the root partition (/) of your system?" msgstr "Hva er root-partisjonen (/) pх systemet ditt?" -#: ../install_steps_interactive.pm_.c:99 +#: ../install_steps_interactive.pm_.c:100 msgid "Recommended" msgstr "Anbefalt" -#: ../install_steps_interactive.pm_.c:100 +#: ../install_steps_interactive.pm_.c:101 msgid "Customized" msgstr "Egendefinert" -#: ../install_steps_interactive.pm_.c:101 +#: ../install_steps_interactive.pm_.c:102 msgid "Expert" msgstr "Ekspert" -#: ../install_steps_interactive.pm_.c:103 -#: ../install_steps_interactive.pm_.c:117 +#: ../install_steps_interactive.pm_.c:104 +#: ../install_steps_interactive.pm_.c:118 msgid "Install Class" msgstr "Installeringsklasse" -#: ../install_steps_interactive.pm_.c:104 +#: ../install_steps_interactive.pm_.c:105 msgid "What installation class do you want?" msgstr "Hvilken installasjonsklasse јnsker du?" -#: ../install_steps_interactive.pm_.c:113 +#: ../install_steps_interactive.pm_.c:114 msgid "Normal" msgstr "Normal" -#: ../install_steps_interactive.pm_.c:114 +#: ../install_steps_interactive.pm_.c:115 msgid "Development" msgstr "Utvikling" -#: ../install_steps_interactive.pm_.c:115 +#: ../install_steps_interactive.pm_.c:116 msgid "Server" msgstr "Tjener" -#: ../install_steps_interactive.pm_.c:118 +#: ../install_steps_interactive.pm_.c:119 msgid "What usage do you want?" msgstr "Hva slags bruk јnsker du?" -#: ../install_steps_interactive.pm_.c:131 ../standalone/mousedrake_.c:25 +#: ../install_steps_interactive.pm_.c:132 ../standalone/mousedrake_.c:25 msgid "What is the type of your mouse?" msgstr "Hva slags type er musen din?" -#: ../install_steps_interactive.pm_.c:139 ../standalone/mousedrake_.c:38 +#: ../install_steps_interactive.pm_.c:140 ../standalone/mousedrake_.c:38 msgid "Mouse Port" msgstr "Museport" -#: ../install_steps_interactive.pm_.c:140 ../standalone/mousedrake_.c:39 +#: ../install_steps_interactive.pm_.c:141 ../standalone/mousedrake_.c:39 msgid "Which serial port is your mouse connected to?" msgstr "Hvilken serieport er musen din koblet til?" -#: ../install_steps_interactive.pm_.c:156 +#: ../install_steps_interactive.pm_.c:157 msgid "no available partitions" msgstr "ingen tilgjengelige partisjoner" -#: ../install_steps_interactive.pm_.c:158 +#: ../install_steps_interactive.pm_.c:159 #, c-format msgid "(%dMb)" msgstr "(%dMb)" -#: ../install_steps_interactive.pm_.c:165 +#: ../install_steps_interactive.pm_.c:166 msgid "Which partition do you want to use as your root partition" msgstr "Hvilken partisjon vil du bruke som din root-partisjon" -#: ../install_steps_interactive.pm_.c:172 +#: ../install_steps_interactive.pm_.c:173 msgid "Choose the mount points" msgstr "Velg monteringspunktene" -#: ../install_steps_interactive.pm_.c:184 +#: ../install_steps_interactive.pm_.c:185 msgid "You need to reboot for the partition table modifications to take place" msgstr "" "Du mх starte maskinen pх nytt for at modifiseringene av partisjonstabellen\n" "skal tre i kraft" -#: ../install_steps_interactive.pm_.c:203 +#: ../install_steps_interactive.pm_.c:204 msgid "Choose the partitions you want to format" msgstr "Velg de partisjonene du јnsker х formatere" -#: ../install_steps_interactive.pm_.c:222 +#: ../install_steps_interactive.pm_.c:223 msgid "Looking for available packages" msgstr "Ser etter tilgjengelige pakker" -#: ../install_steps_interactive.pm_.c:228 +#: ../install_steps_interactive.pm_.c:229 msgid "Finding packages to upgrade" msgstr "Finner pakker х oppgradere" -#: ../install_steps_interactive.pm_.c:237 +#: ../install_steps_interactive.pm_.c:238 msgid "Package Group Selection" msgstr "Valg pakkegruppe" -#: ../install_steps_interactive.pm_.c:265 +#: ../install_steps_interactive.pm_.c:266 msgid "" "Installing package %s\n" "%d%%" @@ -2167,54 +2167,55 @@ msgstr "" "Installerer pakke %s\n" "%d%%" -#: ../install_steps_interactive.pm_.c:274 +#: ../install_steps_interactive.pm_.c:275 msgid "Post install configuration" msgstr "Konfigurasjon postinstallering" -#: ../install_steps_interactive.pm_.c:285 +#: ../install_steps_interactive.pm_.c:286 msgid "Keep the current IP configuration" msgstr "Behold nхvцrende IP-konfigurasjon" -#: ../install_steps_interactive.pm_.c:286 +#: ../install_steps_interactive.pm_.c:287 msgid "Reconfigure network now" msgstr "Rekonfigurer nettverket nх" -#: ../install_steps_interactive.pm_.c:287 -#: ../install_steps_interactive.pm_.c:299 +#: ../install_steps_interactive.pm_.c:288 +#: ../install_steps_interactive.pm_.c:300 msgid "Do not set up networking" msgstr "Ikke sett opp nettverk" -#: ../install_steps_interactive.pm_.c:289 -#: ../install_steps_interactive.pm_.c:297 +#: ../install_steps_interactive.pm_.c:290 +#: ../install_steps_interactive.pm_.c:298 msgid "Network Configuration" msgstr "Nettverkskonfigurasjon" -#: ../install_steps_interactive.pm_.c:290 +#: ../install_steps_interactive.pm_.c:291 msgid "Local networking has already been configured. Do you want to:" msgstr "Lokalt nettverk har allerede blitt konfigurert. Vil du:" -#: ../install_steps_interactive.pm_.c:298 +#: ../install_steps_interactive.pm_.c:299 msgid "Do you want to configure networking for your system?" msgstr "Vil du konfigurere nettverk for systemet ditt?" -#: ../install_steps_interactive.pm_.c:299 +#: ../install_steps_interactive.pm_.c:300 msgid "Dialup with modem" msgstr "Oppringt med modem" -#: ../install_steps_interactive.pm_.c:299 +#: ../install_steps_interactive.pm_.c:300 msgid "Local LAN" msgstr "Lokalt LAN" -#: ../install_steps_interactive.pm_.c:308 +#: ../install_steps_interactive.pm_.c:309 msgid "no network card found" msgstr "ingen nettverkskort funnet" -#: ../install_steps_interactive.pm_.c:338 +#: ../install_steps_interactive.pm_.c:339 +#: ../install_steps_interactive.pm_.c:340 #, c-format msgid "Configuring network device %s" msgstr "Konfigurerer nettverksenhet %s" -#: ../install_steps_interactive.pm_.c:339 +#: ../install_steps_interactive.pm_.c:341 msgid "" "Please enter the IP configuration for this machine.\n" "Each item should be entered as an IP address in dotted-decimal\n" @@ -2224,31 +2225,31 @@ msgstr "" "Hvert element bјr entres som en IP-adresse i punkt-desimal\n" "notasjon (f.eks, 1.2.3.4)." -#: ../install_steps_interactive.pm_.c:342 +#: ../install_steps_interactive.pm_.c:344 msgid "Automatic IP" msgstr "Automatisk IP" -#: ../install_steps_interactive.pm_.c:342 +#: ../install_steps_interactive.pm_.c:344 msgid "IP address:" msgstr "IP-adresse:" -#: ../install_steps_interactive.pm_.c:342 +#: ../install_steps_interactive.pm_.c:344 msgid "Netmask:" msgstr "Nettmaske:" -#: ../install_steps_interactive.pm_.c:343 +#: ../install_steps_interactive.pm_.c:345 msgid "(bootp/dhcp)" msgstr "(bootp/dhcp)" -#: ../install_steps_interactive.pm_.c:349 ../printerdrake.pm_.c:149 +#: ../install_steps_interactive.pm_.c:351 ../printerdrake.pm_.c:149 msgid "IP address should be in format 1.2.3.4" msgstr "IP-adresse bјr vцre i format 1.2.3.4" -#: ../install_steps_interactive.pm_.c:367 +#: ../install_steps_interactive.pm_.c:369 msgid "Configuring network" msgstr "Konfigurerer nettverk" -#: ../install_steps_interactive.pm_.c:368 +#: ../install_steps_interactive.pm_.c:370 msgid "" "Please enter your host name.\n" "Your host name should be a fully-qualified host name,\n" @@ -2260,90 +2261,90 @@ msgstr "" "sх som ``minboks.mittlab.mittfirma.no''.\n" "Du kan ogsх entre IP-adressen til gateway'en hvis du har en" -#: ../install_steps_interactive.pm_.c:372 +#: ../install_steps_interactive.pm_.c:374 msgid "DNS server:" msgstr "DNS-tjener:" -#: ../install_steps_interactive.pm_.c:372 +#: ../install_steps_interactive.pm_.c:374 msgid "Gateway device:" msgstr "Gateway-enhet:" -#: ../install_steps_interactive.pm_.c:372 +#: ../install_steps_interactive.pm_.c:374 msgid "Gateway:" msgstr "Gateway:" -#: ../install_steps_interactive.pm_.c:372 +#: ../install_steps_interactive.pm_.c:374 msgid "Host name:" msgstr "Vertsnavn:" -#: ../install_steps_interactive.pm_.c:385 +#: ../install_steps_interactive.pm_.c:387 msgid "Try to find a modem?" msgstr "Prјve х finne et modem?" -#: ../install_steps_interactive.pm_.c:395 +#: ../install_steps_interactive.pm_.c:397 msgid "Which serial port is your modem connected to?" msgstr "Hvilken serieport er modemet ditt koblet til?" -#: ../install_steps_interactive.pm_.c:400 +#: ../install_steps_interactive.pm_.c:402 msgid "Dialup options" msgstr "Opsjoner oppringt" -#: ../install_steps_interactive.pm_.c:401 +#: ../install_steps_interactive.pm_.c:403 msgid "Connection name" msgstr "Navn tilknytning" -#: ../install_steps_interactive.pm_.c:402 +#: ../install_steps_interactive.pm_.c:404 msgid "Phone number" msgstr "Telefonnummer" -#: ../install_steps_interactive.pm_.c:403 +#: ../install_steps_interactive.pm_.c:405 msgid "Login ID" msgstr "Login ID" -#: ../install_steps_interactive.pm_.c:404 -#: ../install_steps_interactive.pm_.c:521 -#: ../install_steps_interactive.pm_.c:567 -#: ../install_steps_interactive.pm_.c:661 ../standalone/adduserdrake_.c:33 +#: ../install_steps_interactive.pm_.c:406 +#: ../install_steps_interactive.pm_.c:523 +#: ../install_steps_interactive.pm_.c:569 +#: ../install_steps_interactive.pm_.c:663 ../standalone/adduserdrake_.c:40 msgid "Password" msgstr "Passord" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "Authentication" msgstr "Autentifikasjon" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "CHAP" msgstr "CHAP" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "PAP" msgstr "PAP" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "Script-based" msgstr "Scriptbasert" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "Terminal-based" msgstr "Terminalbasert" -#: ../install_steps_interactive.pm_.c:406 +#: ../install_steps_interactive.pm_.c:408 msgid "Domain name" msgstr "Domenenavn" -#: ../install_steps_interactive.pm_.c:407 +#: ../install_steps_interactive.pm_.c:409 msgid "First DNS Server" msgstr "Fјrste DNS-tjener" -#: ../install_steps_interactive.pm_.c:408 +#: ../install_steps_interactive.pm_.c:410 msgid "Second DNS Server" msgstr "Andre DNS-tjener" -#: ../install_steps_interactive.pm_.c:421 +#: ../install_steps_interactive.pm_.c:423 msgid "Bringing up the network" msgstr "Henter opp nettverket" -#: ../install_steps_interactive.pm_.c:430 +#: ../install_steps_interactive.pm_.c:432 msgid "" "You have now the possibility to download software aimed for encryption.\n" "\n" @@ -2427,124 +2428,124 @@ msgstr "" "75002 Paris\n" "FRANCE" -#: ../install_steps_interactive.pm_.c:466 +#: ../install_steps_interactive.pm_.c:468 msgid "Choose a mirror from which to get the packages" msgstr "Velg et speil som pakkene kan hentes fra" -#: ../install_steps_interactive.pm_.c:471 +#: ../install_steps_interactive.pm_.c:473 msgid "Contacting the mirror to get the list of available packages" msgstr "Kontakter speilet for х fх en liste over tilgjengelige pakker" -#: ../install_steps_interactive.pm_.c:475 +#: ../install_steps_interactive.pm_.c:477 msgid "Which packages do you want to install" msgstr "Hvilke pakker јnsker du х installere" -#: ../install_steps_interactive.pm_.c:477 +#: ../install_steps_interactive.pm_.c:479 msgid "Downloading cryptographic packages" msgstr "Laster ned kryptografiske pakker" -#: ../install_steps_interactive.pm_.c:487 +#: ../install_steps_interactive.pm_.c:489 msgid "Which is your timezone?" msgstr "Hvilken er tidsonen din?" -#: ../install_steps_interactive.pm_.c:488 +#: ../install_steps_interactive.pm_.c:490 msgid "Is your hardware clock set to GMT?" msgstr "Er maskinvareklokken din satt til GMT?" -#: ../install_steps_interactive.pm_.c:498 +#: ../install_steps_interactive.pm_.c:500 msgid "Printer" msgstr "Skriver" -#: ../install_steps_interactive.pm_.c:499 +#: ../install_steps_interactive.pm_.c:501 msgid "Would you like to configure a printer?" msgstr "иnsker du х konfigurere en skriver?" -#: ../install_steps_interactive.pm_.c:519 +#: ../install_steps_interactive.pm_.c:521 msgid "No password" msgstr "Intet passord" -#: ../install_steps_interactive.pm_.c:519 -#: ../install_steps_interactive.pm_.c:735 ../interactive.pm_.c:74 +#: ../install_steps_interactive.pm_.c:521 +#: ../install_steps_interactive.pm_.c:737 ../interactive.pm_.c:74 #: ../interactive.pm_.c:84 ../interactive.pm_.c:163 #: ../interactive_newt.pm_.c:50 ../interactive_newt.pm_.c:94 #: ../interactive_stdio.pm_.c:27 ../my_gtk.pm_.c:192 ../my_gtk.pm_.c:425 -#: ../my_gtk.pm_.c:525 +#: ../my_gtk.pm_.c:525 ../unused/install_steps_graphical.pm_.c:608 msgid "Ok" msgstr "Ok" -#: ../install_steps_interactive.pm_.c:522 -#: ../install_steps_interactive.pm_.c:568 -#: ../install_steps_interactive.pm_.c:662 ../standalone/adduserdrake_.c:34 +#: ../install_steps_interactive.pm_.c:524 +#: ../install_steps_interactive.pm_.c:570 +#: ../install_steps_interactive.pm_.c:664 ../standalone/adduserdrake_.c:41 msgid "Password (again)" msgstr "Passord (igjen)" -#: ../install_steps_interactive.pm_.c:524 +#: ../install_steps_interactive.pm_.c:526 msgid "Use shadow file" msgstr "Bruk skyggefil" -#: ../install_steps_interactive.pm_.c:524 +#: ../install_steps_interactive.pm_.c:526 msgid "shadow" msgstr "skygge" -#: ../install_steps_interactive.pm_.c:525 +#: ../install_steps_interactive.pm_.c:527 msgid "MD5" msgstr "MD5" -#: ../install_steps_interactive.pm_.c:525 +#: ../install_steps_interactive.pm_.c:527 msgid "Use MD5 passwords" msgstr "Bruk MD5 passord" -#: ../install_steps_interactive.pm_.c:527 +#: ../install_steps_interactive.pm_.c:529 msgid "Use NIS" msgstr "Bruk NIS" -#: ../install_steps_interactive.pm_.c:527 +#: ../install_steps_interactive.pm_.c:529 msgid "yellow pages" msgstr "gule sider" -#: ../install_steps_interactive.pm_.c:531 -#: ../install_steps_interactive.pm_.c:579 -#: ../install_steps_interactive.pm_.c:673 ../standalone/adduserdrake_.c:45 +#: ../install_steps_interactive.pm_.c:533 +#: ../install_steps_interactive.pm_.c:581 +#: ../install_steps_interactive.pm_.c:675 ../standalone/adduserdrake_.c:52 msgid "Please try again" msgstr "Vennligst prјv igjen" -#: ../install_steps_interactive.pm_.c:531 -#: ../install_steps_interactive.pm_.c:579 -#: ../install_steps_interactive.pm_.c:673 ../standalone/adduserdrake_.c:45 +#: ../install_steps_interactive.pm_.c:533 +#: ../install_steps_interactive.pm_.c:581 +#: ../install_steps_interactive.pm_.c:675 ../standalone/adduserdrake_.c:52 msgid "The passwords do not match" msgstr "Passordene stemmer ikke overens" -#: ../install_steps_interactive.pm_.c:533 -#: ../install_steps_interactive.pm_.c:580 ../standalone/adduserdrake_.c:46 -msgid "This password is too simple" -msgstr "Dette passordet er for enkelt" +#: ../install_steps_interactive.pm_.c:535 +#, c-format +msgid "This password is too simple (must be at least %d characters long)" +msgstr "" -#: ../install_steps_interactive.pm_.c:540 +#: ../install_steps_interactive.pm_.c:542 msgid "Authentification NIS" msgstr "Autentifikasjon NIS" -#: ../install_steps_interactive.pm_.c:541 +#: ../install_steps_interactive.pm_.c:543 msgid "NIS Domain" msgstr "NIS-domene" -#: ../install_steps_interactive.pm_.c:541 +#: ../install_steps_interactive.pm_.c:543 msgid "NIS Server" msgstr "NIS-tjener" -#: ../install_steps_interactive.pm_.c:561 ../standalone/adduserdrake_.c:27 +#: ../install_steps_interactive.pm_.c:563 ../standalone/adduserdrake_.c:34 msgid "Accept user" msgstr "Godta bruker" -#: ../install_steps_interactive.pm_.c:561 ../standalone/adduserdrake_.c:27 +#: ../install_steps_interactive.pm_.c:563 ../standalone/adduserdrake_.c:34 msgid "Add user" msgstr "Legg til bruker" -#: ../install_steps_interactive.pm_.c:562 ../standalone/adduserdrake_.c:28 +#: ../install_steps_interactive.pm_.c:564 ../standalone/adduserdrake_.c:35 #, c-format msgid "(already added %s)" msgstr "(allerede lagt til %s)" -#: ../install_steps_interactive.pm_.c:562 ../standalone/adduserdrake_.c:28 +#: ../install_steps_interactive.pm_.c:564 ../standalone/adduserdrake_.c:35 #, c-format msgid "" "Enter a user\n" @@ -2553,32 +2554,36 @@ msgstr "" "Entre en bruker\n" "%s" -#: ../install_steps_interactive.pm_.c:564 ../standalone/adduserdrake_.c:30 +#: ../install_steps_interactive.pm_.c:566 ../standalone/adduserdrake_.c:37 msgid "Real name" msgstr "Virkelig navn" -#: ../install_steps_interactive.pm_.c:565 ../standalone/adduserdrake_.c:31 +#: ../install_steps_interactive.pm_.c:567 ../standalone/adduserdrake_.c:38 msgid "User name" msgstr "Brukernavn" -#: ../install_steps_interactive.pm_.c:570 ../standalone/adduserdrake_.c:36 +#: ../install_steps_interactive.pm_.c:572 ../standalone/adduserdrake_.c:43 msgid "Shell" msgstr "Skall" -#: ../install_steps_interactive.pm_.c:581 ../standalone/adduserdrake_.c:47 +#: ../install_steps_interactive.pm_.c:582 ../standalone/adduserdrake_.c:53 +msgid "This password is too simple" +msgstr "Dette passordet er for enkelt" + +#: ../install_steps_interactive.pm_.c:583 ../standalone/adduserdrake_.c:54 msgid "Please give a user name" msgstr "Vennligst oppgi et brukernavn" -#: ../install_steps_interactive.pm_.c:582 ../standalone/adduserdrake_.c:48 +#: ../install_steps_interactive.pm_.c:584 ../standalone/adduserdrake_.c:55 msgid "" "The user name must contain only lower cased letters, numbers, `-' and `_'" msgstr "Brukernavnet kan kun inneholde smх bokstaver, tall, `-' og `_'" -#: ../install_steps_interactive.pm_.c:583 ../standalone/adduserdrake_.c:49 +#: ../install_steps_interactive.pm_.c:585 ../standalone/adduserdrake_.c:56 msgid "This user name is already added" msgstr "Denne brukeren er allerede lagt til" -#: ../install_steps_interactive.pm_.c:604 +#: ../install_steps_interactive.pm_.c:606 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 " @@ -2602,98 +2607,98 @@ msgstr "" "systemsvikt.\n" "иnsker du х opprette en oppstartsdiskett for systemet ditt?" -#: ../install_steps_interactive.pm_.c:613 +#: ../install_steps_interactive.pm_.c:615 msgid "Sorry, no floppy drive available" msgstr "Beklager, ingen diskettstasjon tilgjengelig" -#: ../install_steps_interactive.pm_.c:616 +#: ../install_steps_interactive.pm_.c:618 msgid "Choose the floppy drive you want to use to make the bootdisk" msgstr "Velg diskettstasjonen du јnsker х bruke for х lage oppstartsdisketten" -#: ../install_steps_interactive.pm_.c:617 +#: ../install_steps_interactive.pm_.c:619 msgid "Skip" msgstr "Dropp" -#: ../install_steps_interactive.pm_.c:621 +#: ../install_steps_interactive.pm_.c:623 #, c-format msgid "Insert a floppy in drive %s" msgstr "Sett inn en diskett i stasjon %s" -#: ../install_steps_interactive.pm_.c:622 +#: ../install_steps_interactive.pm_.c:624 msgid "Creating bootdisk" msgstr "Oppretter oppstartdiskett" -#: ../install_steps_interactive.pm_.c:629 +#: ../install_steps_interactive.pm_.c:631 msgid "Preparing bootloader" msgstr "Klargjјr oppstartslaster" -#: ../install_steps_interactive.pm_.c:641 +#: ../install_steps_interactive.pm_.c:643 msgid "First sector of boot partition" msgstr "Fјrste sektor av oppstartspartisjon" -#: ../install_steps_interactive.pm_.c:641 +#: ../install_steps_interactive.pm_.c:643 msgid "First sector of drive (MBR)" msgstr "Fјrste sektor av disk (MBR)" -#: ../install_steps_interactive.pm_.c:646 +#: ../install_steps_interactive.pm_.c:648 msgid "LILO Installation" msgstr "LILO-installasjon" -#: ../install_steps_interactive.pm_.c:647 +#: ../install_steps_interactive.pm_.c:649 msgid "Where do you want to install the bootloader?" msgstr "Hvor vil du installere oppstartslasteren?" -#: ../install_steps_interactive.pm_.c:652 +#: ../install_steps_interactive.pm_.c:654 msgid "Do you want to use LILO?" msgstr "иnsker du х bruke LILO?" -#: ../install_steps_interactive.pm_.c:655 +#: ../install_steps_interactive.pm_.c:657 msgid "Boot device" msgstr "Oppstartsenhet" -#: ../install_steps_interactive.pm_.c:656 +#: ../install_steps_interactive.pm_.c:658 msgid "Linear (needed for some SCSI drives)" msgstr "Lineцr (behјves av noen SCSI-disker)" -#: ../install_steps_interactive.pm_.c:656 +#: ../install_steps_interactive.pm_.c:658 msgid "linear" msgstr "lineцr" -#: ../install_steps_interactive.pm_.c:657 +#: ../install_steps_interactive.pm_.c:659 msgid "Compact" msgstr "Kompakt" -#: ../install_steps_interactive.pm_.c:657 +#: ../install_steps_interactive.pm_.c:659 msgid "compact" msgstr "kompakt" -#: ../install_steps_interactive.pm_.c:658 +#: ../install_steps_interactive.pm_.c:660 msgid "Delay before booting default image" msgstr "Forsinkelse fјr oppstart av standard bilde" -#: ../install_steps_interactive.pm_.c:659 +#: ../install_steps_interactive.pm_.c:661 msgid "Video mode" msgstr "Skjermmodus" -#: ../install_steps_interactive.pm_.c:663 +#: ../install_steps_interactive.pm_.c:665 msgid "Restrict command line options" msgstr "Begrense kommandolinje-opsjoner" -#: ../install_steps_interactive.pm_.c:663 +#: ../install_steps_interactive.pm_.c:665 msgid "restrict" msgstr "begrense" -#: ../install_steps_interactive.pm_.c:669 +#: ../install_steps_interactive.pm_.c:671 msgid "LILO main options" msgstr "LILO hovedopsjoner" -#: ../install_steps_interactive.pm_.c:672 +#: ../install_steps_interactive.pm_.c:674 msgid "" "Option ``Restrict command line options'' is of no use without a password" msgstr "" "Opsjon ``Begrense kommandolinje-opsjoner'' kan ikke brukes uten et passord" -#: ../install_steps_interactive.pm_.c:683 +#: ../install_steps_interactive.pm_.c:685 msgid "" "Here are the following entries in LILO.\n" "You can add some more or change the existing ones." @@ -2701,163 +2706,168 @@ msgstr "" "Her er fјlgende oppfјringer i LILO.\n" "Du kan legge til noen flere eller endre de eksisterende." -#: ../install_steps_interactive.pm_.c:685 +#: ../install_steps_interactive.pm_.c:687 msgid "Add" msgstr "Legg til" -#: ../install_steps_interactive.pm_.c:694 +#: ../install_steps_interactive.pm_.c:696 msgid "Linux" msgstr "Linux" -#: ../install_steps_interactive.pm_.c:694 +#: ../install_steps_interactive.pm_.c:696 msgid "Other OS (windows...)" msgstr "Andre OS (windows...)" -#: ../install_steps_interactive.pm_.c:694 +#: ../install_steps_interactive.pm_.c:696 msgid "Which type of entry do you want to add" msgstr "Hvilken inngangstype vil du legge til" -#: ../install_steps_interactive.pm_.c:714 +#: ../install_steps_interactive.pm_.c:716 msgid "Image" msgstr "Bilde" -#: ../install_steps_interactive.pm_.c:715 -#: ../install_steps_interactive.pm_.c:723 +#: ../install_steps_interactive.pm_.c:717 +#: ../install_steps_interactive.pm_.c:725 msgid "Root" msgstr "Root" -#: ../install_steps_interactive.pm_.c:716 +#: ../install_steps_interactive.pm_.c:718 msgid "Append" msgstr "Tilfјye" -#: ../install_steps_interactive.pm_.c:717 +#: ../install_steps_interactive.pm_.c:719 msgid "Initrd" msgstr "Initrd" -#: ../install_steps_interactive.pm_.c:718 +#: ../install_steps_interactive.pm_.c:720 msgid "Read-write" msgstr "Les-skriv" -#: ../install_steps_interactive.pm_.c:724 +#: ../install_steps_interactive.pm_.c:726 msgid "Table" msgstr "Tabell" -#: ../install_steps_interactive.pm_.c:725 +#: ../install_steps_interactive.pm_.c:727 msgid "Unsafe" msgstr "Usikker" -#: ../install_steps_interactive.pm_.c:730 +#: ../install_steps_interactive.pm_.c:732 msgid "Label" msgstr "Etikett" -#: ../install_steps_interactive.pm_.c:732 +#: ../install_steps_interactive.pm_.c:734 msgid "Default" msgstr "Standard" -#: ../install_steps_interactive.pm_.c:735 +#: ../install_steps_interactive.pm_.c:737 msgid "Remove entry" msgstr "Fjern inngang" -#: ../install_steps_interactive.pm_.c:738 +#: ../install_steps_interactive.pm_.c:740 msgid "Empty label not allowed" msgstr "Tom etikett er ikke tillatt" -#: ../install_steps_interactive.pm_.c:739 +#: ../install_steps_interactive.pm_.c:741 msgid "This label is already in use" msgstr "Denne etiketten er allerede i bruk" -#: ../install_steps_interactive.pm_.c:740 +#: ../install_steps_interactive.pm_.c:742 #, c-format msgid "A entry %s already exists" msgstr "En inngang %s eksisterer ellerede" -#: ../install_steps_interactive.pm_.c:754 +#: ../install_steps_interactive.pm_.c:756 msgid "Installation of LILO failed. The following error occured:" msgstr "Installasjon av LILO mislykket. Fјlgende feil oppsto:" -#: ../install_steps_interactive.pm_.c:768 +#: ../install_steps_interactive.pm_.c:770 msgid "Proxies configuration" msgstr "Proxy-konfigurasjon" -#: ../install_steps_interactive.pm_.c:769 +#: ../install_steps_interactive.pm_.c:771 msgid "HTTP proxy" msgstr "HTTP-proxy" -#: ../install_steps_interactive.pm_.c:770 +#: ../install_steps_interactive.pm_.c:772 msgid "FTP proxy" msgstr "FTP-proxy" -#: ../install_steps_interactive.pm_.c:776 +#: ../install_steps_interactive.pm_.c:778 msgid "Proxy should be http://..." msgstr "Proxy burde vцre http://..." -#: ../install_steps_interactive.pm_.c:777 +#: ../install_steps_interactive.pm_.c:779 msgid "Proxy should be ftp://..." msgstr "Proxy burde vцre ftp://..." -#: ../install_steps_interactive.pm_.c:787 ../standalone/draksec_.c:20 +#: ../install_steps_interactive.pm_.c:789 ../standalone/draksec_.c:20 msgid "Welcome To Crackers" msgstr "Velkommen til Crackers" -#: ../install_steps_interactive.pm_.c:788 ../standalone/draksec_.c:21 +#: ../install_steps_interactive.pm_.c:790 ../standalone/draksec_.c:21 msgid "Poor" msgstr "Dхrlig" -#: ../install_steps_interactive.pm_.c:789 ../standalone/draksec_.c:22 +#: ../install_steps_interactive.pm_.c:791 ../standalone/draksec_.c:22 msgid "Low" msgstr "Lav" -#: ../install_steps_interactive.pm_.c:790 ../standalone/draksec_.c:23 +#: ../install_steps_interactive.pm_.c:792 ../standalone/draksec_.c:23 msgid "Medium" msgstr "Medium" -#: ../install_steps_interactive.pm_.c:791 ../standalone/draksec_.c:24 +#: ../install_steps_interactive.pm_.c:793 ../standalone/draksec_.c:24 msgid "High" msgstr "Hјy" -#: ../install_steps_interactive.pm_.c:792 ../standalone/draksec_.c:25 +#: ../install_steps_interactive.pm_.c:794 ../standalone/draksec_.c:25 msgid "Paranoid" msgstr "Paranoid" -#: ../install_steps_interactive.pm_.c:805 +#: ../install_steps_interactive.pm_.c:807 msgid "Miscellaneous questions" msgstr "Forskjellige spјrsmхl" -#: ../install_steps_interactive.pm_.c:806 +#: ../install_steps_interactive.pm_.c:808 msgid "(may cause data corruption)" msgstr "(kan forхrsake korrupsjon av data)" -#: ../install_steps_interactive.pm_.c:806 +#: ../install_steps_interactive.pm_.c:808 msgid "Use hard drive optimisations?" msgstr "Bruk harddisk-optimisering?" -#: ../install_steps_interactive.pm_.c:807 ../standalone/draksec_.c:46 +#: ../install_steps_interactive.pm_.c:809 ../standalone/draksec_.c:46 msgid "Choose security level" msgstr "Velg sikkerhetsnivх" -#: ../install_steps_interactive.pm_.c:808 +#: ../install_steps_interactive.pm_.c:810 #, c-format msgid "Precise RAM size if needed (found %d MB)" msgstr "Presiser RAM-stјrrelse hvis det trengs (funnet %d MB)" -#: ../install_steps_interactive.pm_.c:809 +#: ../install_steps_interactive.pm_.c:811 msgid "Removable media automounting" msgstr "Fjernbart media automontering" -#: ../install_steps_interactive.pm_.c:811 +#: ../install_steps_interactive.pm_.c:813 msgid "Enable num lock at startup" msgstr "Slх pх num lock ved oppstart" -#: ../install_steps_interactive.pm_.c:814 +#: ../install_steps_interactive.pm_.c:816 msgid "Give the ram size in Mb" msgstr "Oppgi ram-stјrrelsen i Mb" -#: ../install_steps_interactive.pm_.c:842 -#: ../install_steps_interactive.pm_.c:955 +#: ../install_steps_interactive.pm_.c:832 +#: ../unused/install_steps_graphical.pm_.c:535 +msgid "Use existing configuration for X11?" +msgstr "Bruke eksisterende konfigurasjon for X11?" + +#: ../install_steps_interactive.pm_.c:844 +#: ../install_steps_interactive.pm_.c:999 msgid "Try to find PCI devices?" msgstr "Prјve х finne PCI-enheter?" -#: ../install_steps_interactive.pm_.c:857 +#: ../install_steps_interactive.pm_.c:859 msgid "" "Some steps are not completed.\n" "\n" @@ -2867,7 +2877,7 @@ msgstr "" "\n" "иnsker du virkelig х slutte nх?" -#: ../install_steps_interactive.pm_.c:864 +#: ../install_steps_interactive.pm_.c:866 msgid "" "Congratulations, installation is complete.\n" "Remove the boot media and press return to reboot.\n" @@ -2889,26 +2899,26 @@ msgstr "" "Informasjon om konfigurering av systemet ditt finnes i post\n" "install-kapittelet i Official Linux Mandrake User's Guide." -#: ../install_steps_interactive.pm_.c:873 +#: ../install_steps_interactive.pm_.c:875 msgid "Shutting down" msgstr "Stenger av" -#: ../install_steps_interactive.pm_.c:887 +#: ../install_steps_interactive.pm_.c:889 #, c-format msgid "Installing driver for %s card %s" msgstr "Installerer driver for %s kort %s" -#: ../install_steps_interactive.pm_.c:888 +#: ../install_steps_interactive.pm_.c:890 #, c-format msgid "(module %s)" msgstr "(modul %s)" -#: ../install_steps_interactive.pm_.c:898 +#: ../install_steps_interactive.pm_.c:900 #, c-format msgid "Which %s driver should I try?" msgstr "Hvilken %s driver skal jeg prјve?" -#: ../install_steps_interactive.pm_.c:906 +#: ../install_steps_interactive.pm_.c:908 #, c-format msgid "" "In some cases, the %s driver needs to have extra information to work\n" @@ -2927,20 +2937,20 @@ msgstr "" "burde\n" "ikke forхrsake noen skade." -#: ../install_steps_interactive.pm_.c:911 +#: ../install_steps_interactive.pm_.c:913 msgid "Autoprobe" msgstr "Automatisk sondering" -#: ../install_steps_interactive.pm_.c:911 +#: ../install_steps_interactive.pm_.c:913 msgid "Specify options" msgstr "Spesifiser opsjoner" -#: ../install_steps_interactive.pm_.c:915 +#: ../install_steps_interactive.pm_.c:917 #, c-format msgid "You may now provide its options to module %s." msgstr "Du kan nх gi dens opsjoner til modul %s." -#: ../install_steps_interactive.pm_.c:921 +#: ../install_steps_interactive.pm_.c:923 #, c-format msgid "" "You may now provide its options to module %s.\n" @@ -2951,11 +2961,11 @@ msgstr "" "Opsjonene er i format ``name=value name2=value2 ...''.\n" "F.eks., ``io=0x300 irq=7''" -#: ../install_steps_interactive.pm_.c:924 +#: ../install_steps_interactive.pm_.c:926 msgid "Module options:" msgstr "Modulopsjoner:" -#: ../install_steps_interactive.pm_.c:934 +#: ../install_steps_interactive.pm_.c:936 #, c-format msgid "" "Loading module %s failed.\n" @@ -2964,43 +2974,58 @@ msgstr "" "Lasting av modul %s feilet.\n" "иnsker du х prјve igjen med andre parametere?" -#: ../install_steps_interactive.pm_.c:947 +#: ../install_steps_interactive.pm_.c:949 msgid "Try to find PCMCIA cards?" msgstr "Prјve х finne PCMCIA-kort?" -#: ../install_steps_interactive.pm_.c:948 +#: ../install_steps_interactive.pm_.c:950 msgid "Configuring PCMCIA cards..." msgstr "Konfigurerer PCMCIA-kort..." -#: ../install_steps_interactive.pm_.c:948 +#: ../install_steps_interactive.pm_.c:950 msgid "PCMCIA" msgstr "PCMCIA" -#: ../install_steps_interactive.pm_.c:959 +#: ../install_steps_interactive.pm_.c:975 +#, fuzzy +msgid "Enter a floppy (all data will be lost)" +msgstr "" +"Sett inn en diskett i stasjonen\n" +"Alle data pх denne disketten vil gх tapt" + +#: ../install_steps_interactive.pm_.c:989 +msgid "It is necessary to restart installation booting on the floppy" +msgstr "" + +#: ../install_steps_interactive.pm_.c:990 +msgid "It is necessary to restart installation with the new parameters" +msgstr "" + +#: ../install_steps_interactive.pm_.c:1003 #, c-format msgid "Found %s %s interfaces" msgstr "Fant %s %s grensesnitt" -#: ../install_steps_interactive.pm_.c:960 +#: ../install_steps_interactive.pm_.c:1004 msgid "Do you have another one?" msgstr "Har du enda ett?" -#: ../install_steps_interactive.pm_.c:961 +#: ../install_steps_interactive.pm_.c:1005 #, c-format msgid "Do you have any %s interface?" msgstr "Har du noen %s grensesnitt?" -#: ../install_steps_interactive.pm_.c:963 ../interactive.pm_.c:79 +#: ../install_steps_interactive.pm_.c:1007 ../interactive.pm_.c:79 #: ../my_gtk.pm_.c:424 ../printerdrake.pm_.c:176 msgid "No" msgstr "Nei" -#: ../install_steps_interactive.pm_.c:963 ../interactive.pm_.c:79 +#: ../install_steps_interactive.pm_.c:1007 ../interactive.pm_.c:79 #: ../my_gtk.pm_.c:424 msgid "Yes" msgstr "Ja" -#: ../install_steps_interactive.pm_.c:964 +#: ../install_steps_interactive.pm_.c:1008 msgid "See hardware info" msgstr "Se maskinvareinfo" @@ -3726,3 +3751,12 @@ msgstr "ingen serie_usb funnet\n" #: ../standalone/mousedrake_.c:35 msgid "Emulate third button?" msgstr "Emulere tredje knapp?" + +#: ../unused/install_steps_graphical.pm_.c:433 +#, fuzzy +msgid "Show less" +msgstr "Vis alle" + +#: ../unused/install_steps_graphical.pm_.c:434 +msgid "Show more" +msgstr "" diff --git a/perl-install/share/po/sp.po b/perl-install/share/po/sp.po index f0a09c6f8..7f56e4fcc 100644 --- a/perl-install/share/po/sp.po +++ b/perl-install/share/po/sp.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: DrakX VERSION\n" -"POT-Creation-Date: 2000-01-01 17:56+0100\n" +"POT-Creation-Date: 2000-01-01 19:31+0100\n" "PO-Revision-Date: 1999-08-09 16:39+0200\n" "Last-Translator: Jankovic Tomislav \n" "Language-Team: Serbian (cyrillic)\n" @@ -172,109 +172,109 @@ msgstr "" "Није пронађен одговарајући мод\n" "Покушајте са другом графичком картицом или монитором" -#: ../Xconfigurator.pm_.c:736 +#: ../Xconfigurator.pm_.c:758 #, c-format msgid "Keyboard layout: %s\n" msgstr "Тип тастатуре: %s\n" -#: ../Xconfigurator.pm_.c:737 +#: ../Xconfigurator.pm_.c:759 #, c-format msgid "Mouse type: %s\n" msgstr "Тип миша: %s\n" -#: ../Xconfigurator.pm_.c:738 +#: ../Xconfigurator.pm_.c:760 #, c-format msgid "Mouse device: %s\n" msgstr "Миш је постављен на уређај: %s\n" -#: ../Xconfigurator.pm_.c:739 +#: ../Xconfigurator.pm_.c:761 #, c-format msgid "Monitor: %s\n" msgstr "Монитор: %s\n" -#: ../Xconfigurator.pm_.c:740 +#: ../Xconfigurator.pm_.c:762 #, c-format msgid "Monitor HorizSync: %s\n" msgstr "Монитор - хоризонтално фреквенция: %s\n" -#: ../Xconfigurator.pm_.c:741 +#: ../Xconfigurator.pm_.c:763 #, c-format msgid "Monitor VertRefresh: %s\n" msgstr "Монитор - вертикално освежавање: %s\n" -#: ../Xconfigurator.pm_.c:742 +#: ../Xconfigurator.pm_.c:764 #, c-format msgid "Graphic card: %s\n" msgstr "Графичка картица: %s\n" -#: ../Xconfigurator.pm_.c:743 +#: ../Xconfigurator.pm_.c:765 #, c-format msgid "Graphic memory: %s kB\n" msgstr "Мемория на графичкој картици: %s kB\n" -#: ../Xconfigurator.pm_.c:744 +#: ../Xconfigurator.pm_.c:766 #, c-format msgid "XFree86 server: %s\n" msgstr "XFree86 сервер: %s\n" -#: ../Xconfigurator.pm_.c:758 +#: ../Xconfigurator.pm_.c:780 msgid "Preparing X-Window configuration" msgstr "Провера конфигурације за X-Window систем" -#: ../Xconfigurator.pm_.c:772 +#: ../Xconfigurator.pm_.c:794 msgid "Change Monitor" msgstr "Промена монитора" -#: ../Xconfigurator.pm_.c:773 +#: ../Xconfigurator.pm_.c:795 msgid "Change Graphic card" msgstr "Промена графичке картице" -#: ../Xconfigurator.pm_.c:774 +#: ../Xconfigurator.pm_.c:796 msgid "Change Server options" msgstr "Промена Сервер опция" -#: ../Xconfigurator.pm_.c:775 +#: ../Xconfigurator.pm_.c:797 msgid "Change Resolution" msgstr "Промена резолуције" -#: ../Xconfigurator.pm_.c:776 +#: ../Xconfigurator.pm_.c:798 msgid "Automatical resolutions search" msgstr "Аутоматско тражење резолуције" -#: ../Xconfigurator.pm_.c:780 +#: ../Xconfigurator.pm_.c:802 msgid "Show information" msgstr "Прикажи информације" -#: ../Xconfigurator.pm_.c:781 +#: ../Xconfigurator.pm_.c:803 msgid "Test again" msgstr "Тестирај поново" -#: ../Xconfigurator.pm_.c:782 +#: ../Xconfigurator.pm_.c:804 msgid "Quit" msgstr "Крај" -#: ../Xconfigurator.pm_.c:786 +#: ../Xconfigurator.pm_.c:808 msgid "What do you want to do?" msgstr "Шта желите да урадите?" -#: ../Xconfigurator.pm_.c:793 +#: ../Xconfigurator.pm_.c:815 msgid "Forget the changes?" msgstr "Не памтити промене?" -#: ../Xconfigurator.pm_.c:808 +#: ../Xconfigurator.pm_.c:831 #, c-format msgid "Please relog into %s to activate the changes" msgstr "Молим, поново унесите %s ради активирања промена" -#: ../Xconfigurator.pm_.c:824 +#: ../Xconfigurator.pm_.c:847 msgid "Please log out and then use Ctrl-Alt-BackSpace" msgstr "Молим ваш излогујте се и рестартујте (Ctrl-Alt-BackSpace) рачунар" -#: ../Xconfigurator.pm_.c:827 +#: ../Xconfigurator.pm_.c:850 msgid "X at startup" msgstr "X окружење на стартупу" -#: ../Xconfigurator.pm_.c:828 +#: ../Xconfigurator.pm_.c:851 msgid "" "I can set up your computer to automatically start X upon booting.\n" "Would you like X to start when you reboot?" @@ -302,79 +302,79 @@ msgstr "16 msgid "4 billion colors (32 bits)" msgstr "4 милиярде боя (32-битна палета)" -#: ../Xconfigurator_consts.pm_.c:95 +#: ../Xconfigurator_consts.pm_.c:96 msgid "256 kB" msgstr "256 kB" -#: ../Xconfigurator_consts.pm_.c:96 +#: ../Xconfigurator_consts.pm_.c:97 msgid "512 kB" msgstr "512 kB" -#: ../Xconfigurator_consts.pm_.c:97 +#: ../Xconfigurator_consts.pm_.c:98 msgid "1 MB" msgstr "1 MB" -#: ../Xconfigurator_consts.pm_.c:98 +#: ../Xconfigurator_consts.pm_.c:99 msgid "2 MB" msgstr "2 MB" -#: ../Xconfigurator_consts.pm_.c:99 +#: ../Xconfigurator_consts.pm_.c:100 msgid "4 MB" msgstr "4 MB" -#: ../Xconfigurator_consts.pm_.c:100 +#: ../Xconfigurator_consts.pm_.c:101 msgid "8 MB" msgstr "8 MB" -#: ../Xconfigurator_consts.pm_.c:101 +#: ../Xconfigurator_consts.pm_.c:102 msgid "16 MB or more" msgstr "16 MB или више" -#: ../Xconfigurator_consts.pm_.c:105 ../Xconfigurator_consts.pm_.c:106 +#: ../Xconfigurator_consts.pm_.c:106 ../Xconfigurator_consts.pm_.c:107 msgid "Standard VGA, 640x480 at 60 Hz" msgstr "Стандардни VGA, 640x480 на 60 Hz" -#: ../Xconfigurator_consts.pm_.c:107 +#: ../Xconfigurator_consts.pm_.c:108 msgid "Super VGA, 800x600 at 56 Hz" msgstr "Супер VGA, 800x600 на 56 Hz" -#: ../Xconfigurator_consts.pm_.c:108 +#: ../Xconfigurator_consts.pm_.c:109 msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)" msgstr "8514 компат., 1024x768 на 87 Hz са преплитањем (не 800x600)" -#: ../Xconfigurator_consts.pm_.c:109 +#: ../Xconfigurator_consts.pm_.c:110 msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz" msgstr "Супер VGA, 1024x768 на 87 Hz са преплитањем, 800x600 на 56 Hz" -#: ../Xconfigurator_consts.pm_.c:110 +#: ../Xconfigurator_consts.pm_.c:111 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:111 +#: ../Xconfigurator_consts.pm_.c:112 msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz" msgstr "SVGA без преплитања, 1024x768 на 60 Hz, 800x600 на 72 Hz" -#: ../Xconfigurator_consts.pm_.c:112 +#: ../Xconfigurator_consts.pm_.c:113 msgid "High Frequency SVGA, 1024x768 at 70 Hz" msgstr "Високофреквентни SVGA, 1024x768 на 70 Hz" -#: ../Xconfigurator_consts.pm_.c:113 +#: ../Xconfigurator_consts.pm_.c:114 msgid "Multi-frequency that can do 1280x1024 at 60 Hz" msgstr "Монитор који ради са 1280x1024 на 60 Hz" -#: ../Xconfigurator_consts.pm_.c:114 +#: ../Xconfigurator_consts.pm_.c:115 msgid "Multi-frequency that can do 1280x1024 at 74 Hz" msgstr "Монитор који ради са 1280x1024 на 74 Hz" -#: ../Xconfigurator_consts.pm_.c:115 +#: ../Xconfigurator_consts.pm_.c:116 msgid "Multi-frequency that can do 1280x1024 at 76 Hz" msgstr "Монитор који ради са 1280x1024 на 76 Hz" -#: ../Xconfigurator_consts.pm_.c:116 +#: ../Xconfigurator_consts.pm_.c:117 msgid "Monitor that can do 1600x1200 at 70 Hz" msgstr "Монитор који ради са 1600x1200 на 70 Hz" -#: ../Xconfigurator_consts.pm_.c:117 +#: ../Xconfigurator_consts.pm_.c:118 msgid "Monitor that can do 1600x1200 at 76 Hz" msgstr "Монитор који ради са 1600x1200 на 76 Hz" @@ -434,8 +434,8 @@ msgstr " msgid "Save on floppy" msgstr "Сними на дискету" -#: ../diskdrake.pm_.c:40 ../install_steps_interactive.pm_.c:561 -#: ../install_steps_interactive.pm_.c:685 ../standalone/adduserdrake_.c:27 +#: ../diskdrake.pm_.c:40 ../install_steps_interactive.pm_.c:563 +#: ../install_steps_interactive.pm_.c:687 ../standalone/adduserdrake_.c:34 msgid "Done" msgstr "Урађено" @@ -467,6 +467,11 @@ msgstr "" "Да би омогућили креирање још (extended) партиция избришите једну од " "постојећих" +#: ../diskdrake.pm_.c:51 +#, fuzzy +msgid "Rescue partition table" +msgstr "Упиши табелу партиция" + #: ../diskdrake.pm_.c:52 msgid "Undo" msgstr "Поништи радњу" @@ -537,8 +542,8 @@ msgstr " msgid "all data on this partition will be lost" msgstr "сви подаци на овој партицији ће бити избрисани" -#: ../diskdrake.pm_.c:165 ../install_any.pm_.c:184 ../install_steps.pm_.c:67 -#: ../install_steps_interactive.pm_.c:36 ../standalone/diskdrake_.c:60 +#: ../diskdrake.pm_.c:165 ../install_any.pm_.c:185 ../install_steps.pm_.c:67 +#: ../install_steps_interactive.pm_.c:37 ../standalone/diskdrake_.c:60 msgid "Error" msgstr "Грешка" @@ -730,7 +735,7 @@ msgstr " msgid "Formatting" msgstr "Форматирање" -#: ../diskdrake.pm_.c:453 ../install_steps_interactive.pm_.c:213 +#: ../diskdrake.pm_.c:453 ../install_steps_interactive.pm_.c:214 #, c-format msgid "Formatting partition %s" msgstr "Форматирање партиције %s" @@ -776,12 +781,12 @@ msgstr " msgid "You'll need to reboot before the modification can take place" msgstr "Морате рестартовати рачунар да би се измене извршиле" -#: ../diskdrake.pm_.c:510 ../install_steps_gtk.pm_.c:254 +#: ../diskdrake.pm_.c:510 ../install_steps_gtk.pm_.c:255 msgid "Computing fat filesystem bounds" msgstr "Прорачунавам границе FAT фајл-система" #: ../diskdrake.pm_.c:510 ../diskdrake.pm_.c:555 -#: ../install_steps_gtk.pm_.c:254 +#: ../install_steps_gtk.pm_.c:255 msgid "Resizing" msgstr "Промена величине (resizing)" @@ -793,9 +798,8 @@ msgstr " msgid "Choose the new size" msgstr "Изаберите нову величину" -#: ../diskdrake.pm_.c:534 ../install_steps_graphical.pm_.c:287 -#: ../install_steps_graphical.pm_.c:334 ../install_steps_gtk.pm_.c:328 -#: ../install_steps_gtk.pm_.c:377 +#: ../diskdrake.pm_.c:534 ../install_steps_gtk.pm_.c:329 +#: ../install_steps_gtk.pm_.c:378 ../unused/install_steps_graphical.pm_.c:314 msgid "MB" msgstr "MB" @@ -1665,108 +1669,108 @@ msgstr "" "Уколико желите да подигнете неки други инсталирани оперативни систем,\n" "прочитате упуство или посетите неки од Linux chat канала." -#: ../install2.pm_.c:42 +#: ../install2.pm_.c:43 msgid "Choose your language" msgstr "Изаберите језик" -#: ../install2.pm_.c:43 +#: ../install2.pm_.c:44 msgid "Select installation class" msgstr "Инсталационе класе" -#: ../install2.pm_.c:44 +#: ../install2.pm_.c:45 msgid "Setup SCSI" msgstr "Подеси SCSI" -#: ../install2.pm_.c:45 +#: ../install2.pm_.c:46 msgid "Choose install or upgrade" msgstr "Инсталация или ажурирање" -#: ../install2.pm_.c:46 +#: ../install2.pm_.c:47 msgid "Configure mouse" msgstr "Подешавање миша" -#: ../install2.pm_.c:47 +#: ../install2.pm_.c:48 msgid "Choose your keyboard" msgstr "Изабери тастатуру" -#: ../install2.pm_.c:48 +#: ../install2.pm_.c:49 msgid "Miscellaneous" msgstr "Разне опције" -#: ../install2.pm_.c:49 +#: ../install2.pm_.c:50 msgid "Setup filesystems" msgstr "Подеси фајл-системе" -#: ../install2.pm_.c:50 +#: ../install2.pm_.c:51 msgid "Format partitions" msgstr "" -#: ../install2.pm_.c:51 +#: ../install2.pm_.c:52 msgid "Choose packages to install" msgstr "Пакети за инсталацију" -#: ../install2.pm_.c:52 +#: ../install2.pm_.c:53 msgid "Install system" msgstr "Инсталирај систем" -#: ../install2.pm_.c:53 +#: ../install2.pm_.c:54 msgid "Configure networking" msgstr "Подеси мрежу" -#: ../install2.pm_.c:54 +#: ../install2.pm_.c:55 msgid "Cryptographic" msgstr "Криптографски" -#: ../install2.pm_.c:55 +#: ../install2.pm_.c:56 msgid "Configure timezone" msgstr "Подеси временску зону" -#: ../install2.pm_.c:57 +#: ../install2.pm_.c:58 msgid "Configure printer" msgstr "Подеси штампач" -#: ../install2.pm_.c:58 ../install_steps_interactive.pm_.c:519 -#: ../install_steps_interactive.pm_.c:520 +#: ../install2.pm_.c:59 ../install_steps_interactive.pm_.c:521 +#: ../install_steps_interactive.pm_.c:522 msgid "Set root password" msgstr "Унеси root лозинку" -#: ../install2.pm_.c:59 +#: ../install2.pm_.c:60 msgid "Add a user" msgstr "Додај корисника" -#: ../install2.pm_.c:60 +#: ../install2.pm_.c:61 msgid "Create a bootdisk" msgstr "Направи стартни диск" -#: ../install2.pm_.c:61 +#: ../install2.pm_.c:62 msgid "Install bootloader" msgstr "Инсталирај стартер" -#: ../install2.pm_.c:62 +#: ../install2.pm_.c:63 msgid "Configure X" msgstr "Конфигурисање X окружења" -#: ../install2.pm_.c:63 +#: ../install2.pm_.c:64 msgid "Exit install" msgstr "Излаз из инсталације" -#: ../install2.pm_.c:82 +#: ../install2.pm_.c:83 msgid "beginner" msgstr "почетник" -#: ../install2.pm_.c:82 +#: ../install2.pm_.c:83 msgid "developer" msgstr "девелопер" -#: ../install2.pm_.c:82 +#: ../install2.pm_.c:83 msgid "expert" msgstr "експерт" -#: ../install2.pm_.c:82 +#: ../install2.pm_.c:83 msgid "server" msgstr "сервер" -#: ../install2.pm_.c:308 +#: ../install2.pm_.c:309 #, fuzzy msgid "" "You must have a root partition.\n" @@ -1776,11 +1780,11 @@ msgstr "" "За ово, креирајте партицију (или кликните на постојећу).\n" "Затим изаберите \"Тачка монтирања\" и подесите на `/'" -#: ../install2.pm_.c:324 +#: ../install2.pm_.c:325 msgid "Not enough swap to fulfill installation, please add some" msgstr "Нема довољно swap-а да заврши инсталацију, додајте јос swap-а" -#: ../install_any.pm_.c:185 ../standalone/diskdrake_.c:61 +#: ../install_any.pm_.c:186 ../standalone/diskdrake_.c:61 msgid "" "I can't read your partition table, it's too corrupted for me :(\n" "I'll try to go on blanking bad partitions" @@ -1788,7 +1792,7 @@ msgstr "" "Не могу прочитати табелу партиция, много је искварена за мене :(\n" "Покушаћу даље заобилазећи лоше партиције" -#: ../install_any.pm_.c:201 +#: ../install_any.pm_.c:202 msgid "" "DiskDrake failed to read correctly the partition table.\n" "Continue at your own risk!" @@ -1796,32 +1800,32 @@ msgstr "" "DiskDrake не може да исправно прочита табелу партиция.\n" "Даљи наставак иде на ваш ризик !" -#: ../install_any.pm_.c:211 +#: ../install_any.pm_.c:212 msgid "Searching root partition." msgstr "Тражим root партицију." -#: ../install_any.pm_.c:240 +#: ../install_any.pm_.c:241 msgid "Information" msgstr "Информације" -#: ../install_any.pm_.c:241 +#: ../install_any.pm_.c:242 #, c-format msgid "%s: This is not a root partition, please select another one." msgstr "%s: Ово није root партиция, изаберите неку другу." -#: ../install_any.pm_.c:243 +#: ../install_any.pm_.c:244 msgid "No root partition found" msgstr "Нема root партиције" -#: ../install_any.pm_.c:280 +#: ../install_any.pm_.c:281 msgid "Can't use broadcast with no NIS domain" msgstr "Није могућ пренос без NIS домена" -#: ../install_any.pm_.c:455 +#: ../install_any.pm_.c:456 msgid "Error reading file $f" msgstr "Грешка код отварања фајла $f" -#: ../install_any.pm_.c:461 +#: ../install_any.pm_.c:462 #, c-format msgid "Bad kickstart file %s (failed %s)" msgstr "Погрешан kickstart фајл %s (није успео %s)" @@ -1839,7 +1843,7 @@ msgstr "" msgid "Duplicate mount point %s" msgstr "Дупла тачка монтирања %s" -#: ../install_steps.pm_.c:503 +#: ../install_steps.pm_.c:504 msgid "No floppy drive available" msgstr "Неприступачан floppy уређај" @@ -1848,12 +1852,35 @@ msgstr " msgid "Entering step `%s'\n" msgstr "Покрећем корак `%s'\n" -#: ../install_steps_graphical.pm_.c:259 ../install_steps_gtk.pm_.c:292 +#: ../install_steps_gtk.pm_.c:259 +msgid "" +"WARNING!\n" +"\n" +"DrakX now needs to resize your Windows partition. Be careful: this operation " +"is\n" +"dangerous. If you have not already done so, you should first run scandisk " +"(and\n" +"optionally run defrag) on this partition and backup your data.\n" +"When sure, press Ok." +msgstr "" +"ПАЖЊА, ПАЖЊА !\n" +"\n" +"DrakX треба да измени величину Windows партиције. Будите пажљиви: ова\n" +"операция је опасна. Уколико то досада нисте радили, прво треба да покренете\n" +"scandisk (евентуално и defrag) на овој партицији и направите backup " +"података.\n" +"Ако сте сигурни, притисните \"У реду\"." + +#: ../install_steps_gtk.pm_.c:277 +msgid "Automatic resizing failed" +msgstr "Аутоматска измена величине неуспела" + +#: ../install_steps_gtk.pm_.c:293 ../unused/install_steps_graphical.pm_.c:255 #, fuzzy msgid "You must have a swap partition" msgstr "Морате имати swap партицију да бисте наставили са инсталацијом." -#: ../install_steps_graphical.pm_.c:261 ../install_steps_gtk.pm_.c:294 +#: ../install_steps_gtk.pm_.c:295 ../unused/install_steps_graphical.pm_.c:258 msgid "" "You don't have a swap partition\n" "\n" @@ -1863,250 +1890,223 @@ msgstr "" "\n" "Свеједно наставити даље ?" -#: ../install_steps_graphical.pm_.c:287 ../install_steps_gtk.pm_.c:328 +#: ../install_steps_gtk.pm_.c:326 +#, c-format +msgid "Going to install %d MB. You can choose to install more programs" +msgstr "Инсталираћу %d MB. Можете изабрати да инсталирате још програма" + +#: ../install_steps_gtk.pm_.c:327 +msgid "You will be able to choose more precisely in next step" +msgstr "Моћи ћете да прецизније бирате у следецем кораку" + +#: ../install_steps_gtk.pm_.c:329 msgid "Choose the size you want to install" msgstr "Изаберите величину компоненти за инсталацију" -#: ../install_steps_graphical.pm_.c:334 ../install_steps_gtk.pm_.c:377 +#: ../install_steps_gtk.pm_.c:378 ../unused/install_steps_graphical.pm_.c:314 msgid "Total size: " msgstr "Укупна величина: " -#: ../install_steps_graphical.pm_.c:346 ../install_steps_gtk.pm_.c:389 +#: ../install_steps_gtk.pm_.c:389 +#, fuzzy +msgid "Bad package" +msgstr "%d пакета" + +#: ../install_steps_gtk.pm_.c:390 ../unused/install_steps_graphical.pm_.c:284 #, c-format msgid "Version: %s\n" msgstr "Верзия: %s\n" -#: ../install_steps_graphical.pm_.c:347 ../install_steps_gtk.pm_.c:390 +#: ../install_steps_gtk.pm_.c:391 ../unused/install_steps_graphical.pm_.c:285 #, c-format msgid "Size: %d KB\n" msgstr "Величина: %d KB\n" -#: ../install_steps_graphical.pm_.c:462 ../install_steps_gtk.pm_.c:505 +#: ../install_steps_gtk.pm_.c:506 ../unused/install_steps_graphical.pm_.c:421 msgid "Choose the packages you want to install" msgstr "Изабери пакете за инсталацију" -#: ../install_steps_graphical.pm_.c:465 ../install_steps_gtk.pm_.c:508 +#: ../install_steps_gtk.pm_.c:509 ../unused/install_steps_graphical.pm_.c:424 msgid "Info" msgstr "Инфо" -#: ../install_steps_graphical.pm_.c:473 ../install_steps_gtk.pm_.c:516 -#: ../install_steps_interactive.pm_.c:80 +#: ../install_steps_gtk.pm_.c:517 ../install_steps_interactive.pm_.c:81 +#: ../unused/install_steps_graphical.pm_.c:432 msgid "Install" msgstr "Инсталирај" -#: ../install_steps_graphical.pm_.c:492 ../install_steps_gtk.pm_.c:535 -#: ../install_steps_interactive.pm_.c:256 +#: ../install_steps_gtk.pm_.c:536 ../install_steps_interactive.pm_.c:257 +#: ../unused/install_steps_graphical.pm_.c:451 msgid "Installing" msgstr "Инсталирам" -#: ../install_steps_graphical.pm_.c:499 ../install_steps_gtk.pm_.c:542 +#: ../install_steps_gtk.pm_.c:539 +msgid "Estimating" +msgstr "Процењујем" + +#: ../install_steps_gtk.pm_.c:543 ../unused/install_steps_graphical.pm_.c:457 msgid "Please wait, " msgstr "Молим сачекајте" -#: ../install_steps_graphical.pm_.c:501 ../install_steps_gtk.pm_.c:544 +#: ../install_steps_gtk.pm_.c:545 ../unused/install_steps_graphical.pm_.c:459 msgid "Time remaining " msgstr "Преостало време" -#: ../install_steps_graphical.pm_.c:502 ../install_steps_gtk.pm_.c:545 +#: ../install_steps_gtk.pm_.c:546 ../unused/install_steps_graphical.pm_.c:460 msgid "Total time " msgstr "Укупно време" -#: ../install_steps_graphical.pm_.c:507 ../install_steps_gtk.pm_.c:550 -#: ../install_steps_interactive.pm_.c:256 +#: ../install_steps_gtk.pm_.c:551 ../install_steps_interactive.pm_.c:257 +#: ../unused/install_steps_graphical.pm_.c:465 msgid "Preparing installation" msgstr "Припремам инсталацију" -#: ../install_steps_graphical.pm_.c:528 ../install_steps_gtk.pm_.c:565 +#: ../install_steps_gtk.pm_.c:561 +#, c-format +msgid "%d packages" +msgstr "%d пакета" + +#: ../install_steps_gtk.pm_.c:561 +msgid ", %U MB" +msgstr ", %U MB" + +#: ../install_steps_gtk.pm_.c:566 ../unused/install_steps_graphical.pm_.c:486 #, c-format msgid "Installing package %s" msgstr "Инсталирам пакет %s" -#: ../install_steps_graphical.pm_.c:553 ../install_steps_gtk.pm_.c:590 +#: ../install_steps_gtk.pm_.c:591 ../unused/install_steps_graphical.pm_.c:511 msgid "Go on anyway?" msgstr "Свеједно наставити даље ?" -#: ../install_steps_graphical.pm_.c:553 ../install_steps_gtk.pm_.c:590 +#: ../install_steps_gtk.pm_.c:591 ../unused/install_steps_graphical.pm_.c:511 msgid "There was an error ordering packages:" msgstr "Грешка у листи пакета:" -#: ../install_steps_graphical.pm_.c:577 ../install_steps_interactive.pm_.c:830 -msgid "Use existing configuration for X11?" -msgstr "Да користим постојећу конфигурацију за X11 ?" - -#: ../install_steps_gtk.pm_.c:258 -msgid "" -"WARNING!\n" -"\n" -"DrakX now needs to resize your Windows partition. Be careful: this operation " -"is\n" -"dangerous. If you have not already done so, you should first run scandisk " -"(and\n" -"optionally run defrag) on this partition and backup your data.\n" -"When sure, press Ok." -msgstr "" -"ПАЖЊА, ПАЖЊА !\n" -"\n" -"DrakX треба да измени величину Windows партиције. Будите пажљиви: ова\n" -"операция је опасна. Уколико то досада нисте радили, прво треба да покренете\n" -"scandisk (евентуално и defrag) на овој партицији и направите backup " -"података.\n" -"Ако сте сигурни, притисните \"У реду\"." - -#: ../install_steps_gtk.pm_.c:276 -msgid "Automatic resizing failed" -msgstr "Аутоматска измена величине неуспела" - -#: ../install_steps_gtk.pm_.c:325 -#, c-format -msgid "Going to install %d MB. You can choose to install more programs" -msgstr "Инсталираћу %d MB. Можете изабрати да инсталирате још програма" - -#: ../install_steps_gtk.pm_.c:326 -msgid "You will be able to choose more precisely in next step" -msgstr "Моћи ћете да прецизније бирате у следецем кораку" - -#: ../install_steps_gtk.pm_.c:388 -#, fuzzy -msgid "Bad package" -msgstr "%d пакета" - -#: ../install_steps_gtk.pm_.c:538 -msgid "Estimating" -msgstr "Процењујем" - -#: ../install_steps_gtk.pm_.c:560 -#, c-format -msgid "%d packages" -msgstr "%d пакета" - -#: ../install_steps_gtk.pm_.c:560 -msgid ", %U MB" -msgstr ", %U MB" - -#: ../install_steps_interactive.pm_.c:36 +#: ../install_steps_interactive.pm_.c:37 #, fuzzy msgid "An error occurred" msgstr "Xм, Грешка" -#: ../install_steps_interactive.pm_.c:53 +#: ../install_steps_interactive.pm_.c:54 msgid "Which language do you want?" msgstr "Који језик желите ?" -#: ../install_steps_interactive.pm_.c:67 ../standalone/keyboarddrake_.c:22 +#: ../install_steps_interactive.pm_.c:68 ../standalone/keyboarddrake_.c:22 msgid "Keyboard" msgstr "Тастатуре" -#: ../install_steps_interactive.pm_.c:68 ../standalone/keyboarddrake_.c:23 +#: ../install_steps_interactive.pm_.c:69 ../standalone/keyboarddrake_.c:23 msgid "What is your keyboard layout?" msgstr "Коју врсту тастатуре имате?" -#: ../install_steps_interactive.pm_.c:78 +#: ../install_steps_interactive.pm_.c:79 msgid "Install/Upgrade" msgstr "Инсталация/Ажурирање" -#: ../install_steps_interactive.pm_.c:79 +#: ../install_steps_interactive.pm_.c:80 msgid "Is this an install or an upgrade?" msgstr "Да ли је ово пуна инсталация или ажурирање ?" -#: ../install_steps_interactive.pm_.c:80 +#: ../install_steps_interactive.pm_.c:81 msgid "Upgrade" msgstr "Ажурирање" -#: ../install_steps_interactive.pm_.c:88 +#: ../install_steps_interactive.pm_.c:89 msgid "Root Partition" msgstr "Root партиция" -#: ../install_steps_interactive.pm_.c:89 +#: ../install_steps_interactive.pm_.c:90 msgid "What is the root partition (/) of your system?" msgstr "На којој партицији је root партиция (/) вашег система?" -#: ../install_steps_interactive.pm_.c:99 +#: ../install_steps_interactive.pm_.c:100 msgid "Recommended" msgstr "Препоручено" -#: ../install_steps_interactive.pm_.c:100 +#: ../install_steps_interactive.pm_.c:101 msgid "Customized" msgstr "Избор по жељи" -#: ../install_steps_interactive.pm_.c:101 +#: ../install_steps_interactive.pm_.c:102 msgid "Expert" msgstr "Експерт" -#: ../install_steps_interactive.pm_.c:103 -#: ../install_steps_interactive.pm_.c:117 +#: ../install_steps_interactive.pm_.c:104 +#: ../install_steps_interactive.pm_.c:118 msgid "Install Class" msgstr "Инсталације класе" -#: ../install_steps_interactive.pm_.c:104 +#: ../install_steps_interactive.pm_.c:105 msgid "What installation class do you want?" msgstr "Изаберите инсталациону класу" -#: ../install_steps_interactive.pm_.c:113 +#: ../install_steps_interactive.pm_.c:114 msgid "Normal" msgstr "Нормал" -#: ../install_steps_interactive.pm_.c:114 +#: ../install_steps_interactive.pm_.c:115 msgid "Development" msgstr "Развојна" -#: ../install_steps_interactive.pm_.c:115 +#: ../install_steps_interactive.pm_.c:116 msgid "Server" msgstr "Сервер" -#: ../install_steps_interactive.pm_.c:118 +#: ../install_steps_interactive.pm_.c:119 msgid "What usage do you want?" msgstr "Изабери коришћење желитe" -#: ../install_steps_interactive.pm_.c:131 ../standalone/mousedrake_.c:25 +#: ../install_steps_interactive.pm_.c:132 ../standalone/mousedrake_.c:25 msgid "What is the type of your mouse?" msgstr "Који тип миша имате?" -#: ../install_steps_interactive.pm_.c:139 ../standalone/mousedrake_.c:38 +#: ../install_steps_interactive.pm_.c:140 ../standalone/mousedrake_.c:38 msgid "Mouse Port" msgstr "Порт за миша" -#: ../install_steps_interactive.pm_.c:140 ../standalone/mousedrake_.c:39 +#: ../install_steps_interactive.pm_.c:141 ../standalone/mousedrake_.c:39 msgid "Which serial port is your mouse connected to?" msgstr "На који серијски порт је ваш миш прикључен?" -#: ../install_steps_interactive.pm_.c:156 +#: ../install_steps_interactive.pm_.c:157 msgid "no available partitions" msgstr "нема доступних партиция" -#: ../install_steps_interactive.pm_.c:158 +#: ../install_steps_interactive.pm_.c:159 #, c-format msgid "(%dMb)" msgstr "(%dMb)" -#: ../install_steps_interactive.pm_.c:165 +#: ../install_steps_interactive.pm_.c:166 msgid "Which partition do you want to use as your root partition" msgstr "Коју партицију желите да корисите као root партицију" -#: ../install_steps_interactive.pm_.c:172 +#: ../install_steps_interactive.pm_.c:173 msgid "Choose the mount points" msgstr "Изаберите тачке монтирања" -#: ../install_steps_interactive.pm_.c:184 +#: ../install_steps_interactive.pm_.c:185 msgid "You need to reboot for the partition table modifications to take place" msgstr "Треба да ресетујете машину за примену измена у табели партиция" -#: ../install_steps_interactive.pm_.c:203 +#: ../install_steps_interactive.pm_.c:204 msgid "Choose the partitions you want to format" msgstr "Изабери партиције за форматирање" -#: ../install_steps_interactive.pm_.c:222 +#: ../install_steps_interactive.pm_.c:223 msgid "Looking for available packages" msgstr "Тражим пакете" -#: ../install_steps_interactive.pm_.c:228 +#: ../install_steps_interactive.pm_.c:229 msgid "Finding packages to upgrade" msgstr "Тражим пакете за ажурирање..." -#: ../install_steps_interactive.pm_.c:237 +#: ../install_steps_interactive.pm_.c:238 msgid "Package Group Selection" msgstr "Одабир група пакета" -#: ../install_steps_interactive.pm_.c:265 +#: ../install_steps_interactive.pm_.c:266 msgid "" "Installing package %s\n" "%d%%" @@ -2114,55 +2114,56 @@ msgstr "" "Инсталирам пакете %s\n" "%d%%" -#: ../install_steps_interactive.pm_.c:274 +#: ../install_steps_interactive.pm_.c:275 msgid "Post install configuration" msgstr "Постинсталациона конфигурация" -#: ../install_steps_interactive.pm_.c:285 +#: ../install_steps_interactive.pm_.c:286 msgid "Keep the current IP configuration" msgstr "Сачувај текуће IP параметре" -#: ../install_steps_interactive.pm_.c:286 +#: ../install_steps_interactive.pm_.c:287 msgid "Reconfigure network now" msgstr "Реконфигуриши мрежу" -#: ../install_steps_interactive.pm_.c:287 -#: ../install_steps_interactive.pm_.c:299 +#: ../install_steps_interactive.pm_.c:288 +#: ../install_steps_interactive.pm_.c:300 msgid "Do not set up networking" msgstr "Немој подешавати мрежу" -#: ../install_steps_interactive.pm_.c:289 -#: ../install_steps_interactive.pm_.c:297 +#: ../install_steps_interactive.pm_.c:290 +#: ../install_steps_interactive.pm_.c:298 msgid "Network Configuration" msgstr "Мрежно подешавање" -#: ../install_steps_interactive.pm_.c:290 +#: ../install_steps_interactive.pm_.c:291 msgid "Local networking has already been configured. Do you want to:" msgstr "Локални мрежа је већ подешена. Да ли желите да:" -#: ../install_steps_interactive.pm_.c:298 +#: ../install_steps_interactive.pm_.c:299 msgid "Do you want to configure networking for your system?" msgstr "Да ли желите да подесите мрежу за ваш систем?" -#: ../install_steps_interactive.pm_.c:299 +#: ../install_steps_interactive.pm_.c:300 msgid "Dialup with modem" msgstr "Конектовање са модемом" -#: ../install_steps_interactive.pm_.c:299 +#: ../install_steps_interactive.pm_.c:300 #, fuzzy msgid "Local LAN" msgstr "Локални мрежу" -#: ../install_steps_interactive.pm_.c:308 +#: ../install_steps_interactive.pm_.c:309 msgid "no network card found" msgstr "Није пронађена мрежна картица" -#: ../install_steps_interactive.pm_.c:338 +#: ../install_steps_interactive.pm_.c:339 +#: ../install_steps_interactive.pm_.c:340 #, c-format msgid "Configuring network device %s" msgstr "Подешавање мрежног уређая %s" -#: ../install_steps_interactive.pm_.c:339 +#: ../install_steps_interactive.pm_.c:341 msgid "" "Please enter the IP configuration for this machine.\n" "Each item should be entered as an IP address in dotted-decimal\n" @@ -2172,31 +2173,31 @@ msgstr "" "Свака ставка треба де буде tavka треба да буде унета као\n" "IP адреса (на пример, 123.45.67.89)." -#: ../install_steps_interactive.pm_.c:342 +#: ../install_steps_interactive.pm_.c:344 msgid "Automatic IP" msgstr "Аутоматски IP" -#: ../install_steps_interactive.pm_.c:342 +#: ../install_steps_interactive.pm_.c:344 msgid "IP address:" msgstr "IP адреса:" -#: ../install_steps_interactive.pm_.c:342 +#: ../install_steps_interactive.pm_.c:344 msgid "Netmask:" msgstr "Мрежна маска:" -#: ../install_steps_interactive.pm_.c:343 +#: ../install_steps_interactive.pm_.c:345 msgid "(bootp/dhcp)" msgstr "(bootp/dhcp)" -#: ../install_steps_interactive.pm_.c:349 ../printerdrake.pm_.c:149 +#: ../install_steps_interactive.pm_.c:351 ../printerdrake.pm_.c:149 msgid "IP address should be in format 1.2.3.4" msgstr "IP адреса треба да буде у формату 1.2.3.4" -#: ../install_steps_interactive.pm_.c:367 +#: ../install_steps_interactive.pm_.c:369 msgid "Configuring network" msgstr "Подешавање мреже" -#: ../install_steps_interactive.pm_.c:368 +#: ../install_steps_interactive.pm_.c:370 msgid "" "Please enter your host name.\n" "Your host name should be a fully-qualified host name,\n" @@ -2208,92 +2209,92 @@ msgstr "" "као на пр. ``mybox.mylab.myco.com''.\n" "Ако немате додатних 'nameserver'-а, оставите та поља празна." -#: ../install_steps_interactive.pm_.c:372 +#: ../install_steps_interactive.pm_.c:374 msgid "DNS server:" msgstr "DNS сервер:" -#: ../install_steps_interactive.pm_.c:372 +#: ../install_steps_interactive.pm_.c:374 msgid "Gateway device:" msgstr "Gateway уређај:" -#: ../install_steps_interactive.pm_.c:372 +#: ../install_steps_interactive.pm_.c:374 msgid "Gateway:" msgstr "Gateway:" -#: ../install_steps_interactive.pm_.c:372 +#: ../install_steps_interactive.pm_.c:374 msgid "Host name:" msgstr "Име хоста:" -#: ../install_steps_interactive.pm_.c:385 +#: ../install_steps_interactive.pm_.c:387 msgid "Try to find a modem?" msgstr "Да потразим модем ?" -#: ../install_steps_interactive.pm_.c:395 +#: ../install_steps_interactive.pm_.c:397 msgid "Which serial port is your modem connected to?" msgstr "На који је серијски порт модем повезан ?" -#: ../install_steps_interactive.pm_.c:400 +#: ../install_steps_interactive.pm_.c:402 #, fuzzy msgid "Dialup options" msgstr "Наведите опције" -#: ../install_steps_interactive.pm_.c:401 +#: ../install_steps_interactive.pm_.c:403 msgid "Connection name" msgstr "Име конекције" -#: ../install_steps_interactive.pm_.c:402 +#: ../install_steps_interactive.pm_.c:404 msgid "Phone number" msgstr "Број телефона" -#: ../install_steps_interactive.pm_.c:403 +#: ../install_steps_interactive.pm_.c:405 msgid "Login ID" msgstr "ID за логовање" -#: ../install_steps_interactive.pm_.c:404 -#: ../install_steps_interactive.pm_.c:521 -#: ../install_steps_interactive.pm_.c:567 -#: ../install_steps_interactive.pm_.c:661 ../standalone/adduserdrake_.c:33 +#: ../install_steps_interactive.pm_.c:406 +#: ../install_steps_interactive.pm_.c:523 +#: ../install_steps_interactive.pm_.c:569 +#: ../install_steps_interactive.pm_.c:663 ../standalone/adduserdrake_.c:40 msgid "Password" msgstr "Лозинка" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "Authentication" msgstr "Аутентификация" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "CHAP" msgstr "CHAP" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "PAP" msgstr "PAP" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "Script-based" msgstr "Базирано на скрипти" -#: ../install_steps_interactive.pm_.c:405 +#: ../install_steps_interactive.pm_.c:407 msgid "Terminal-based" msgstr "Базирано на терминалу" -#: ../install_steps_interactive.pm_.c:406 +#: ../install_steps_interactive.pm_.c:408 msgid "Domain name" msgstr "Име домена" -#: ../install_steps_interactive.pm_.c:407 +#: ../install_steps_interactive.pm_.c:409 msgid "First DNS Server" msgstr "Први DNS Сервер" -#: ../install_steps_interactive.pm_.c:408 +#: ../install_steps_interactive.pm_.c:410 msgid "Second DNS Server" msgstr "Други DNS Сервер" -#: ../install_steps_interactive.pm_.c:421 +#: ../install_steps_interactive.pm_.c:423 #, fuzzy msgid "Bringing up the network" msgstr "Подносим мрежу" -#: ../install_steps_interactive.pm_.c:430 +#: ../install_steps_interactive.pm_.c:432 msgid "" "You have now the possibility to download software aimed for encryption.\n" "\n" @@ -2341,125 +2342,125 @@ msgid "" "FRANCE" msgstr "" -#: ../install_steps_interactive.pm_.c:466 +#: ../install_steps_interactive.pm_.c:468 msgid "Choose a mirror from which to get the packages" msgstr "Изаберите mirror са ког ћете скинути пакете" -#: ../install_steps_interactive.pm_.c:471 +#: ../install_steps_interactive.pm_.c:473 msgid "Contacting the mirror to get the list of available packages" msgstr "Кантактирајте mirror за листу могућих пакета" -#: ../install_steps_interactive.pm_.c:475 +#: ../install_steps_interactive.pm_.c:477 msgid "Which packages do you want to install" msgstr "Изабери пакете за инсталацију" -#: ../install_steps_interactive.pm_.c:477 +#: ../install_steps_interactive.pm_.c:479 msgid "Downloading cryptographic packages" msgstr "Скидам крипто пакете" -#: ../install_steps_interactive.pm_.c:487 +#: ../install_steps_interactive.pm_.c:489 msgid "Which is your timezone?" msgstr "Коя је ваша временска зона ?" -#: ../install_steps_interactive.pm_.c:488 +#: ../install_steps_interactive.pm_.c:490 msgid "Is your hardware clock set to GMT?" msgstr "Да ли је ваш системски (BIOS) часовник подешен на GMT ?" -#: ../install_steps_interactive.pm_.c:498 +#: ../install_steps_interactive.pm_.c:500 msgid "Printer" msgstr "Штампач" -#: ../install_steps_interactive.pm_.c:499 +#: ../install_steps_interactive.pm_.c:501 msgid "Would you like to configure a printer?" msgstr "Да ли бисте да подесите штампач?" -#: ../install_steps_interactive.pm_.c:519 +#: ../install_steps_interactive.pm_.c:521 msgid "No password" msgstr "Нема лозинке" -#: ../install_steps_interactive.pm_.c:519 -#: ../install_steps_interactive.pm_.c:735 ../interactive.pm_.c:74 +#: ../install_steps_interactive.pm_.c:521 +#: ../install_steps_interactive.pm_.c:737 ../interactive.pm_.c:74 #: ../interactive.pm_.c:84 ../interactive.pm_.c:163 #: ../interactive_newt.pm_.c:50 ../interactive_newt.pm_.c:94 #: ../interactive_stdio.pm_.c:27 ../my_gtk.pm_.c:192 ../my_gtk.pm_.c:425 -#: ../my_gtk.pm_.c:525 +#: ../my_gtk.pm_.c:525 ../unused/install_steps_graphical.pm_.c:608 msgid "Ok" msgstr "У реду" -#: ../install_steps_interactive.pm_.c:522 -#: ../install_steps_interactive.pm_.c:568 -#: ../install_steps_interactive.pm_.c:662 ../standalone/adduserdrake_.c:34 +#: ../install_steps_interactive.pm_.c:524 +#: ../install_steps_interactive.pm_.c:570 +#: ../install_steps_interactive.pm_.c:664 ../standalone/adduserdrake_.c:41 msgid "Password (again)" msgstr "Лозинка (поновите)" -#: ../install_steps_interactive.pm_.c:524 +#: ../install_steps_interactive.pm_.c:526 msgid "Use shadow file" msgstr "Користи shadow фајл" -#: ../install_steps_interactive.pm_.c:524 +#: ../install_steps_interactive.pm_.c:526 msgid "shadow" msgstr "shadow" -#: ../install_steps_interactive.pm_.c:525 +#: ../install_steps_interactive.pm_.c:527 msgid "MD5" msgstr "MD5" -#: ../install_steps_interactive.pm_.c:525 +#: ../install_steps_interactive.pm_.c:527 #, fuzzy msgid "Use MD5 passwords" msgstr "Унеси MD5 лозинку" -#: ../install_steps_interactive.pm_.c:527 +#: ../install_steps_interactive.pm_.c:529 msgid "Use NIS" msgstr "Користи NIS" -#: ../install_steps_interactive.pm_.c:527 +#: ../install_steps_interactive.pm_.c:529 msgid "yellow pages" msgstr "жуте странице" -#: ../install_steps_interactive.pm_.c:531 -#: ../install_steps_interactive.pm_.c:579 -#: ../install_steps_interactive.pm_.c:673 ../standalone/adduserdrake_.c:45 +#: ../install_steps_interactive.pm_.c:533 +#: ../install_steps_interactive.pm_.c:581 +#: ../install_steps_interactive.pm_.c:675 ../standalone/adduserdrake_.c:52 msgid "Please try again" msgstr "Пробајте поново" -#: ../install_steps_interactive.pm_.c:531 -#: ../install_steps_interactive.pm_.c:579 -#: ../install_steps_interactive.pm_.c:673 ../standalone/adduserdrake_.c:45 +#: ../install_steps_interactive.pm_.c:533 +#: ../install_steps_interactive.pm_.c:581 +#: ../install_steps_interactive.pm_.c:675 ../standalone/adduserdrake_.c:52 msgid "The passwords do not match" msgstr "Неподударност лозинки" -#: ../install_steps_interactive.pm_.c:533 -#: ../install_steps_interactive.pm_.c:580 ../standalone/adduserdrake_.c:46 -msgid "This password is too simple" -msgstr "Ова лозинка је превише проста" +#: ../install_steps_interactive.pm_.c:535 +#, c-format +msgid "This password is too simple (must be at least %d characters long)" +msgstr "" -#: ../install_steps_interactive.pm_.c:540 +#: ../install_steps_interactive.pm_.c:542 msgid "Authentification NIS" msgstr "Аутентификация NIS" -#: ../install_steps_interactive.pm_.c:541 +#: ../install_steps_interactive.pm_.c:543 msgid "NIS Domain" msgstr "NIS Домена" -#: ../install_steps_interactive.pm_.c:541 +#: ../install_steps_interactive.pm_.c:543 msgid "NIS Server" msgstr "NIS Сервер" -#: ../install_steps_interactive.pm_.c:561 ../standalone/adduserdrake_.c:27 +#: ../install_steps_interactive.pm_.c:563 ../standalone/adduserdrake_.c:34 msgid "Accept user" msgstr "Прихвати корисника" -#: ../install_steps_interactive.pm_.c:561 ../standalone/adduserdrake_.c:27 +#: ../install_steps_interactive.pm_.c:563 ../standalone/adduserdrake_.c:34 msgid "Add user" msgstr "Додај корисника" -#: ../install_steps_interactive.pm_.c:562 ../standalone/adduserdrake_.c:28 +#: ../install_steps_interactive.pm_.c:564 ../standalone/adduserdrake_.c:35 #, c-format msgid "(already added %s)" msgstr "(већ постоји %s)" -#: ../install_steps_interactive.pm_.c:562 ../standalone/adduserdrake_.c:28 +#: ../install_steps_interactive.pm_.c:564 ../standalone/adduserdrake_.c:35 #, c-format msgid "" "Enter a user\n" @@ -2468,32 +2469,36 @@ msgstr "" "Унеси корисника\n" "%s" -#: ../install_steps_interactive.pm_.c:564 ../standalone/adduserdrake_.c:30 +#: ../install_steps_interactive.pm_.c:566 ../standalone/adduserdrake_.c:37 msgid "Real name" msgstr "Право име" -#: ../install_steps_interactive.pm_.c:565 ../standalone/adduserdrake_.c:31 +#: ../install_steps_interactive.pm_.c:567 ../standalone/adduserdrake_.c:38 msgid "User name" msgstr "Корисничко име" -#: ../install_steps_interactive.pm_.c:570 ../standalone/adduserdrake_.c:36 +#: ../install_steps_interactive.pm_.c:572 ../standalone/adduserdrake_.c:43 msgid "Shell" msgstr "Shell" -#: ../install_steps_interactive.pm_.c:581 ../standalone/adduserdrake_.c:47 +#: ../install_steps_interactive.pm_.c:582 ../standalone/adduserdrake_.c:53 +msgid "This password is too simple" +msgstr "Ова лозинка је превише проста" + +#: ../install_steps_interactive.pm_.c:583 ../standalone/adduserdrake_.c:54 msgid "Please give a user name" msgstr "Одредите корисничко име" -#: ../install_steps_interactive.pm_.c:582 ../standalone/adduserdrake_.c:48 +#: ../install_steps_interactive.pm_.c:584 ../standalone/adduserdrake_.c:55 msgid "" "The user name must contain only lower cased letters, numbers, `-' and `_'" msgstr "Корисничко име може садржати само мала слова, бројеве, `-' и `_'" -#: ../install_steps_interactive.pm_.c:583 ../standalone/adduserdrake_.c:49 +#: ../install_steps_interactive.pm_.c:585 ../standalone/adduserdrake_.c:56 msgid "This user name is already added" msgstr "Ово корисничко име већ постоји" -#: ../install_steps_interactive.pm_.c:604 +#: ../install_steps_interactive.pm_.c:606 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 " @@ -2513,98 +2518,98 @@ msgstr "" "'диском за спасавање', што олакшава опоравак у случају теже хаварије.\n" "Да ли бисте да креирате стартну дискету за ваш систем?" -#: ../install_steps_interactive.pm_.c:613 +#: ../install_steps_interactive.pm_.c:615 msgid "Sorry, no floppy drive available" msgstr "Ти малера, нема floppy-а" -#: ../install_steps_interactive.pm_.c:616 +#: ../install_steps_interactive.pm_.c:618 msgid "Choose the floppy drive you want to use to make the bootdisk" msgstr "Изабрерите floppy уређај који ћете користит за креирање старне дискете" -#: ../install_steps_interactive.pm_.c:617 +#: ../install_steps_interactive.pm_.c:619 msgid "Skip" msgstr "Прескочи" -#: ../install_steps_interactive.pm_.c:621 +#: ../install_steps_interactive.pm_.c:623 #, c-format msgid "Insert a floppy in drive %s" msgstr "Убаците празну дискету у уређај %s" -#: ../install_steps_interactive.pm_.c:622 +#: ../install_steps_interactive.pm_.c:624 msgid "Creating bootdisk" msgstr "Креирам стартни диск..." -#: ../install_steps_interactive.pm_.c:629 +#: ../install_steps_interactive.pm_.c:631 msgid "Preparing bootloader" msgstr "Припремам стартер..." -#: ../install_steps_interactive.pm_.c:641 +#: ../install_steps_interactive.pm_.c:643 msgid "First sector of boot partition" msgstr "Први сектор стартне партиције" -#: ../install_steps_interactive.pm_.c:641 +#: ../install_steps_interactive.pm_.c:643 msgid "First sector of drive (MBR)" msgstr "Први сектор диска (MBR)" -#: ../install_steps_interactive.pm_.c:646 +#: ../install_steps_interactive.pm_.c:648 msgid "LILO Installation" msgstr "LILO инсталация" -#: ../install_steps_interactive.pm_.c:647 +#: ../install_steps_interactive.pm_.c:649 msgid "Where do you want to install the bootloader?" msgstr "Где бисте да инсталирате стартер?" -#: ../install_steps_interactive.pm_.c:652 +#: ../install_steps_interactive.pm_.c:654 msgid "Do you want to use LILO?" msgstr "Да ли желите да користите LILO ?" -#: ../install_steps_interactive.pm_.c:655 +#: ../install_steps_interactive.pm_.c:657 msgid "Boot device" msgstr "Стартни (boot) уређај" -#: ../install_steps_interactive.pm_.c:656 +#: ../install_steps_interactive.pm_.c:658 msgid "Linear (needed for some SCSI drives)" msgstr "Користи линеарни мод (потребан неким SCSI драјвовима)" -#: ../install_steps_interactive.pm_.c:656 +#: ../install_steps_interactive.pm_.c:658 msgid "linear" msgstr "линеар" -#: ../install_steps_interactive.pm_.c:657 +#: ../install_steps_interactive.pm_.c:659 msgid "Compact" msgstr "Компакт" -#: ../install_steps_interactive.pm_.c:657 +#: ../install_steps_interactive.pm_.c:659 msgid "compact" msgstr "компакт" -#: ../install_steps_interactive.pm_.c:658 +#: ../install_steps_interactive.pm_.c:660 msgid "Delay before booting default image" msgstr "Пауза пре стартања default image-а" -#: ../install_steps_interactive.pm_.c:659 +#: ../install_steps_interactive.pm_.c:661 msgid "Video mode" msgstr "Видео мод" -#: ../install_steps_interactive.pm_.c:663 +#: ../install_steps_interactive.pm_.c:665 msgid "Restrict command line options" msgstr "Ограничена командна линика - опције" -#: ../install_steps_interactive.pm_.c:663 +#: ../install_steps_interactive.pm_.c:665 msgid "restrict" msgstr "ограничено" -#: ../install_steps_interactive.pm_.c:669 +#: ../install_steps_interactive.pm_.c:671 msgid "LILO main options" msgstr "LILO главне опције" -#: ../install_steps_interactive.pm_.c:672 +#: ../install_steps_interactive.pm_.c:674 msgid "" "Option ``Restrict command line options'' is of no use without a password" msgstr "" "Опция ``Ограничена командна линика - опције'' је неупотребљива без лозинке" -#: ../install_steps_interactive.pm_.c:683 +#: ../install_steps_interactive.pm_.c:685 msgid "" "Here are the following entries in LILO.\n" "You can add some more or change the existing ones." @@ -2612,164 +2617,169 @@ msgstr "" "Ово су постављне опције у LILO-у.\n" "Можете додати нове или изменити старе." -#: ../install_steps_interactive.pm_.c:685 +#: ../install_steps_interactive.pm_.c:687 msgid "Add" msgstr "Додај" -#: ../install_steps_interactive.pm_.c:694 +#: ../install_steps_interactive.pm_.c:696 msgid "Linux" msgstr "Linux" -#: ../install_steps_interactive.pm_.c:694 +#: ../install_steps_interactive.pm_.c:696 msgid "Other OS (windows...)" msgstr "Други ОС-ови (Windows,BSD,BeOS,...)" -#: ../install_steps_interactive.pm_.c:694 +#: ../install_steps_interactive.pm_.c:696 #, fuzzy msgid "Which type of entry do you want to add" msgstr "Коју врсту штампача имате?" -#: ../install_steps_interactive.pm_.c:714 +#: ../install_steps_interactive.pm_.c:716 msgid "Image" msgstr "" -#: ../install_steps_interactive.pm_.c:715 -#: ../install_steps_interactive.pm_.c:723 +#: ../install_steps_interactive.pm_.c:717 +#: ../install_steps_interactive.pm_.c:725 msgid "Root" msgstr "Root" -#: ../install_steps_interactive.pm_.c:716 +#: ../install_steps_interactive.pm_.c:718 msgid "Append" msgstr "Додатек" -#: ../install_steps_interactive.pm_.c:717 +#: ../install_steps_interactive.pm_.c:719 msgid "Initrd" msgstr "Initrd" -#: ../install_steps_interactive.pm_.c:718 +#: ../install_steps_interactive.pm_.c:720 msgid "Read-write" msgstr "Читање-писање RW" -#: ../install_steps_interactive.pm_.c:724 +#: ../install_steps_interactive.pm_.c:726 msgid "Table" msgstr "Табела" -#: ../install_steps_interactive.pm_.c:725 +#: ../install_steps_interactive.pm_.c:727 msgid "Unsafe" msgstr "Несигурно" -#: ../install_steps_interactive.pm_.c:730 +#: ../install_steps_interactive.pm_.c:732 msgid "Label" msgstr "Ознака" -#: ../install_steps_interactive.pm_.c:732 +#: ../install_steps_interactive.pm_.c:734 msgid "Default" msgstr "Подразумевано" -#: ../install_steps_interactive.pm_.c:735 +#: ../install_steps_interactive.pm_.c:737 msgid "Remove entry" msgstr "Уклањам унос" -#: ../install_steps_interactive.pm_.c:738 +#: ../install_steps_interactive.pm_.c:740 msgid "Empty label not allowed" msgstr "Празна ознака није дозвољена" -#: ../install_steps_interactive.pm_.c:739 +#: ../install_steps_interactive.pm_.c:741 msgid "This label is already in use" msgstr "Ова ознака је већ у употреби" -#: ../install_steps_interactive.pm_.c:740 +#: ../install_steps_interactive.pm_.c:742 #, c-format msgid "A entry %s already exists" msgstr "Унос %s већ постоји" -#: ../install_steps_interactive.pm_.c:754 +#: ../install_steps_interactive.pm_.c:756 msgid "Installation of LILO failed. The following error occured:" msgstr "Инсталация LILO-а неуспела. Грешка је:" -#: ../install_steps_interactive.pm_.c:768 +#: ../install_steps_interactive.pm_.c:770 msgid "Proxies configuration" msgstr "Конфигурация proxy-я" -#: ../install_steps_interactive.pm_.c:769 +#: ../install_steps_interactive.pm_.c:771 msgid "HTTP proxy" msgstr "HTTP proxy" -#: ../install_steps_interactive.pm_.c:770 +#: ../install_steps_interactive.pm_.c:772 msgid "FTP proxy" msgstr "FTP proxy" -#: ../install_steps_interactive.pm_.c:776 +#: ../install_steps_interactive.pm_.c:778 msgid "Proxy should be http://..." msgstr "Proxy треба да буде http://..." -#: ../install_steps_interactive.pm_.c:777 +#: ../install_steps_interactive.pm_.c:779 msgid "Proxy should be ftp://..." msgstr "Proxy треба да буде ftp://..." -#: ../install_steps_interactive.pm_.c:787 ../standalone/draksec_.c:20 +#: ../install_steps_interactive.pm_.c:789 ../standalone/draksec_.c:20 msgid "Welcome To Crackers" msgstr "Доброшли код Crackers-а" -#: ../install_steps_interactive.pm_.c:788 ../standalone/draksec_.c:21 +#: ../install_steps_interactive.pm_.c:790 ../standalone/draksec_.c:21 msgid "Poor" msgstr "Бедна" -#: ../install_steps_interactive.pm_.c:789 ../standalone/draksec_.c:22 +#: ../install_steps_interactive.pm_.c:791 ../standalone/draksec_.c:22 msgid "Low" msgstr "мала" -#: ../install_steps_interactive.pm_.c:790 ../standalone/draksec_.c:23 +#: ../install_steps_interactive.pm_.c:792 ../standalone/draksec_.c:23 msgid "Medium" msgstr "Средња" -#: ../install_steps_interactive.pm_.c:791 ../standalone/draksec_.c:24 +#: ../install_steps_interactive.pm_.c:793 ../standalone/draksec_.c:24 msgid "High" msgstr "Велика" -#: ../install_steps_interactive.pm_.c:792 ../standalone/draksec_.c:25 +#: ../install_steps_interactive.pm_.c:794 ../standalone/draksec_.c:25 msgid "Paranoid" msgstr "Параноидна" -#: ../install_steps_interactive.pm_.c:805 +#: ../install_steps_interactive.pm_.c:807 msgid "Miscellaneous questions" msgstr "Разне питања" -#: ../install_steps_interactive.pm_.c:806 +#: ../install_steps_interactive.pm_.c:808 msgid "(may cause data corruption)" msgstr "(може узроковати грешке)" -#: ../install_steps_interactive.pm_.c:806 +#: ../install_steps_interactive.pm_.c:808 msgid "Use hard drive optimisations?" msgstr "Активирај хард диск оптимизацију ?" -#: ../install_steps_interactive.pm_.c:807 ../standalone/draksec_.c:46 +#: ../install_steps_interactive.pm_.c:809 ../standalone/draksec_.c:46 msgid "Choose security level" msgstr "Изаберите сигурносни ниво" -#: ../install_steps_interactive.pm_.c:808 +#: ../install_steps_interactive.pm_.c:810 #, c-format msgid "Precise RAM size if needed (found %d MB)" msgstr "Дефиниши величину RAM ако је потребно (детектовано је %d MB)" -#: ../install_steps_interactive.pm_.c:809 +#: ../install_steps_interactive.pm_.c:811 msgid "Removable media automounting" msgstr "Аутомонтирање преносивих медия" -#: ../install_steps_interactive.pm_.c:811 +#: ../install_steps_interactive.pm_.c:813 msgid "Enable num lock at startup" msgstr "Активирај Num Lock тастер при стартању" -#: ../install_steps_interactive.pm_.c:814 +#: ../install_steps_interactive.pm_.c:816 msgid "Give the ram size in Mb" msgstr "Прикажи величину RAM-а у Mb" -#: ../install_steps_interactive.pm_.c:842 -#: ../install_steps_interactive.pm_.c:955 +#: ../install_steps_interactive.pm_.c:832 +#: ../unused/install_steps_graphical.pm_.c:535 +msgid "Use existing configuration for X11?" +msgstr "Да користим постојећу конфигурацију за X11 ?" + +#: ../install_steps_interactive.pm_.c:844 +#: ../install_steps_interactive.pm_.c:999 msgid "Try to find PCI devices?" msgstr "Да ли да тражим PCI уређаје ?" -#: ../install_steps_interactive.pm_.c:857 +#: ../install_steps_interactive.pm_.c:859 msgid "" "Some steps are not completed.\n" "\n" @@ -2779,7 +2789,7 @@ msgstr "" "\n" "Да ли стварно желите да завршите ?" -#: ../install_steps_interactive.pm_.c:864 +#: ../install_steps_interactive.pm_.c:866 msgid "" "Congratulations, installation is complete.\n" "Remove the boot media and press return to reboot.\n" @@ -2801,26 +2811,26 @@ msgstr "" "Информације о конфигурисању вашег система можете наћи у пост-инсталационом\n" "поглављу званичног Linux Mandrake 'Водича за кориснике'." -#: ../install_steps_interactive.pm_.c:873 +#: ../install_steps_interactive.pm_.c:875 msgid "Shutting down" msgstr "Гасим машину" -#: ../install_steps_interactive.pm_.c:887 +#: ../install_steps_interactive.pm_.c:889 #, c-format msgid "Installing driver for %s card %s" msgstr "Инсталирам драјвер за %s картицу %s" -#: ../install_steps_interactive.pm_.c:888 +#: ../install_steps_interactive.pm_.c:890 #, c-format msgid "(module %s)" msgstr "(модул %s)" -#: ../install_steps_interactive.pm_.c:898 +#: ../install_steps_interactive.pm_.c:900 #, c-format msgid "Which %s driver should I try?" msgstr "Који %s драјвер да пробам?" -#: ../install_steps_interactive.pm_.c:906 +#: ../install_steps_interactive.pm_.c:908 #, c-format msgid "" "In some cases, the %s driver needs to have extra information to work\n" @@ -2836,20 +2846,20 @@ msgstr "" "сами да унесете додатне податке за њега, или да их драјвер сам одреди?\n" "Могуће је да ће проба заглавити ваш рачунар, али неће нанети никакву штету." -#: ../install_steps_interactive.pm_.c:911 +#: ../install_steps_interactive.pm_.c:913 msgid "Autoprobe" msgstr "Аутоматска проба" -#: ../install_steps_interactive.pm_.c:911 +#: ../install_steps_interactive.pm_.c:913 msgid "Specify options" msgstr "Наведите опције" -#: ../install_steps_interactive.pm_.c:915 +#: ../install_steps_interactive.pm_.c:917 #, c-format msgid "You may now provide its options to module %s." msgstr "Можете навести његове опције за модул %s." -#: ../install_steps_interactive.pm_.c:921 +#: ../install_steps_interactive.pm_.c:923 #, c-format msgid "" "You may now provide its options to module %s.\n" @@ -2860,11 +2870,11 @@ msgstr "" "Опције су у формату ``име=вредност име2=вредност2 ...''.\n" "На пример, ``io=0x300 irq=7''" -#: ../install_steps_interactive.pm_.c:924 +#: ../install_steps_interactive.pm_.c:926 msgid "Module options:" msgstr "Опције модула:" -#: ../install_steps_interactive.pm_.c:934 +#: ../install_steps_interactive.pm_.c:936 #, c-format msgid "" "Loading module %s failed.\n" @@ -2873,43 +2883,58 @@ msgstr "" "Подизање модула %s неуспело.\n" "Да ли желите покушате поново са другим параметрима ?" -#: ../install_steps_interactive.pm_.c:947 +#: ../install_steps_interactive.pm_.c:949 msgid "Try to find PCMCIA cards?" msgstr "Да ли да тражим PCMCIA картице ?" -#: ../install_steps_interactive.pm_.c:948 +#: ../install_steps_interactive.pm_.c:950 msgid "Configuring PCMCIA cards..." msgstr "Конфигуришем PCMCIA картице..." -#: ../install_steps_interactive.pm_.c:948 +#: ../install_steps_interactive.pm_.c:950 msgid "PCMCIA" msgstr "PCMCIA" -#: ../install_steps_interactive.pm_.c:959 +#: ../install_steps_interactive.pm_.c:975 +#, fuzzy +msgid "Enter a floppy (all data will be lost)" +msgstr "" +"Убаците дискету у уређај\n" +"Сви подаци на дискети ће бити избрисани !" + +#: ../install_steps_interactive.pm_.c:989 +msgid "It is necessary to restart installation booting on the floppy" +msgstr "" + +#: ../install_steps_interactive.pm_.c:990 +msgid "It is necessary to restart installation with the new parameters" +msgstr "" + +#: ../install_steps_interactive.pm_.c:1003 #, c-format msgid "Found %s %s interfaces" msgstr "Пронађен %s %s интерфејс" -#: ../install_steps_interactive.pm_.c:960 +#: ../install_steps_interactive.pm_.c:1004 msgid "Do you have another one?" msgstr "Да ли имате још један?" -#: ../install_steps_interactive.pm_.c:961 +#: ../install_steps_interactive.pm_.c:1005 #, c-format msgid "Do you have any %s interface?" msgstr "Имате ли још %s интерфејса?" -#: ../install_steps_interactive.pm_.c:963 ../interactive.pm_.c:79 +#: ../install_steps_interactive.pm_.c:1007 ../interactive.pm_.c:79 #: ../my_gtk.pm_.c:424 ../printerdrake.pm_.c:176 msgid "No" msgstr "Не" -#: ../install_steps_interactive.pm_.c:963 ../interactive.pm_.c:79 +#: ../install_steps_interactive.pm_.c:1007 ../interactive.pm_.c:79 #: ../my_gtk.pm_.c:424 msgid "Yes" msgstr "Да" -#: ../install_steps_interactive.pm_.c:964 +#: ../install_steps_interactive.pm_.c:1008 msgid "See hardware info" msgstr "Погледај информације о хардверу" @@ -3645,3 +3670,12 @@ msgstr " #: ../standalone/mousedrake_.c:35 msgid "Emulate third button?" msgstr "Да имитирам рад 3 тастера?" + +#: ../unused/install_steps_graphical.pm_.c:433 +#, fuzzy +msgid "Show less" +msgstr "Прикажи све" + +#: ../unused/install_steps_graphical.pm_.c:434 +msgid "Show more" +msgstr "" -- cgit v1.2.1