include Makefile.config DIRS = tools kernel mdk-stage1 perl-install rescue .PHONY: dirs install isolinux-graphic.bmp.parameters isolinux-graphic-simple.bmp.parameters images install: dirs images rescue install_only dirs: @for n in $(DIRS); do $(MAKE) -C $$n all || exit 1 ; done images: DISTRIB_DESCR=$(DISTRIB_DESCR) ./make_boot_img tar: clean rpm -qa > needed_rpms.lst cd .. ; tar cfj gi.tar.bz2 gi rm needed_rpms.lst install_only: install -d $(MISC_DEST) $(EXTRA_INSTALL_DEST) $(IMAGES_DEST) $(MEDIA_INFO_DEST) ifneq (ppc,$(ARCH)) cp -f images/* $(IMAGES_DEST) rm -rf $(IMAGES_DEST)/alternatives if [ `ls $(IMAGES_DEST)/*.img-* 2>/dev/null | wc -l` -gt 0 ]; then \ cd $(IMAGES_DEST); mkdir alternatives; cd alternatives; mv ../*.img-* .; md5sum *.img-* > MD5SUM; \ fi cd $(IMAGES_DEST); md5sum *.{img,iso}* > MD5SUM endif ifeq (alpha,$(ARCH)) cp -f images/* $(ROOTDEST)/boot cp -f vmlinux.gz $(ROOTDEST)/boot/instboot.gz make -C tools/$(ARCH)/cd install ROOTDEST=$(ROOTDEST) endif ifeq (i386,$(ARCH)) rm -rf $(ROOTDEST)/isolinux cp -af isolinux $(ROOTDEST) endif ifeq (x86_64,$(ARCH)) rm -rf $(ROOTDEST)/isolinux cp -af isolinux $(ROOTDEST) endif make -C perl-install full_stage2 make -C perl-install/share/advertising install make -C rescue install clean: rm -rf images # force taking new rpms from repository rm -rf kernel/RPMS for i in $(DIRS); do make -C $$i clean; done find . -name "*~" -o -name ".#*" | xargs rm -f check: @badrights=`find $(STAGE2_LIVE) | perl -lne 'print if !((stat)[2] & 4)'`; [ -z "$$badrights" ] || { echo "bad rights for files vvvvvvvvvvvvvvvvvvvvvvvvvv" ; echo "$$badrights" ; echo "bad rights for files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" ; exit 1; } @missing_kb=`find -name "Entries" | xargs perl -F/ -alne 'print $$ARGV =~ m|(.*)/CVS|, "/$$F[1]" if $$F[1] =~ /\.(png|gif|bmp|xcf|gz|bz2|tar|rdz|so|a|o|mar|img|exe)$$/ && $$F[4] ne "-kb"'` ; [ -z "$$missing_kb" ] || { echo "missing -kb in CVS for files vvvvvvvvvvvvvvvvvvvvvvvvvv" ; echo "$$missing_kb" ; echo "missing -kb in CVS for files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" ; exit 1; } $(MAKE) -C perl-install check upload: $(MAKE) clean # # done before make install to increment ChangeLog version tools/addchangelog.pl tools/cvslog2changelog.pl | tools/mailchangelog.pl & $(MAKE) install $(MAKE) check $(MAKE) upload_only upload_only: function upload() { rel=`echo $$1 | sed 's!$(ROOTDEST)/!!'`; rsync -qSavz --verbose --exclude '*~' -e ssh --delete $$1/$$2 mandrake@ken:/c/cooker/$$rel; } ;\ upload $(MEDIA_INFO_DEST) 'compssUsers.pl*' ;\ upload $(MEDIA_INFO_DEST) rpmsrate ;\ upload $(STAGE2_DEST) '*.clp' ;\ upload $(STAGE2_DEST) mdkinst.kernels ;\ upload $(STAGE2_DEST) VERSION ;\ upload $(EXTRA_INSTALL_DEST)/advertising '' ;\ upload $(MISC_DEST) gendistrib ;\ upload $(MISC_DEST) mdkinst_stage2_tool ;\ upload $(MISC_DEST) packdrake ;\ upload $(MISC_DEST) packdrake.pm ;\ upload $(MISC_DEST) auto ;\ upload $(IMAGES_DEST) MD5SUM ;\ upload $(IMAGES_DEST) '*.img*' ;\ upload $(IMAGES_DEST) '*.iso*' ;\ upload $(IMAGES_DEST)/alternatives '' ;\ upload $(ROOTDEST)/isolinux '' ;\ echo isolinux-graphic.bmp.parameters: isolinux-graphic.bmp isolinux perl -I perl-install perl-install/standalone/draksplash2 --isolinux --kernel isolinux/alt0/vmlinuz --initrd isolinux/alt0/all.rdz $< isolinux-graphic-simple.bmp.parameters: isolinux-graphic-simple.bmp isolinux perl -I perl-install perl-install/standalone/draksplash2 --isolinux --size 1400 $< ption> Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2000-11-11 23:49:06 +0000
committerPablo Saratxaga <pablo@mandriva.com>2000-11-11 23:49:06 +0000
commit0ea9f792149b33c374243807c2a4366979f2df8f (patch)
treea75d27d9eecaf7a828b3ccc232e2f0923a89073b /perl-install
parentce1984b4abfed8c6bf74e48be81d7c48525e1443 (diff)
downloaddrakx-0ea9f792149b33c374243807c2a4366979f2df8f.tar
drakx-0ea9f792149b33c374243807c2a4366979f2df8f.tar.gz
drakx-0ea9f792149b33c374243807c2a4366979f2df8f.tar.bz2
drakx-0ea9f792149b33c374243807c2a4366979f2df8f.tar.xz
drakx-0ea9f792149b33c374243807c2a4366979f2df8f.zip
updated pot file
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/share/po/DrakX.pot593
-rw-r--r--perl-install/share/po/af.po993
-rw-r--r--perl-install/share/po/az.po1377
-rw-r--r--perl-install/share/po/be.po990
-rw-r--r--perl-install/share/po/bg.po990
-rw-r--r--perl-install/share/po/br.po989
-rw-r--r--perl-install/share/po/ca.po1389
-rw-r--r--perl-install/share/po/cs.po993
-rw-r--r--perl-install/share/po/cy.po973
-rw-r--r--perl-install/share/po/de.po1063
-rw-r--r--perl-install/share/po/el.po993
-rw-r--r--perl-install/share/po/eo.po1519
-rw-r--r--perl-install/share/po/es.po996
-rw-r--r--perl-install/share/po/et.po993
-rw-r--r--perl-install/share/po/eu.po990
-rw-r--r--perl-install/share/po/fi.po989
-rw-r--r--perl-install/share/po/fr.po992
-rw-r--r--perl-install/share/po/ga.po986
-rw-r--r--perl-install/share/po/gl.po989
-rw-r--r--perl-install/share/po/hr.po989
-rw-r--r--perl-install/share/po/hu.po990
-rw-r--r--perl-install/share/po/id.po989
-rw-r--r--perl-install/share/po/is.po989
-rw-r--r--perl-install/share/po/it.po1370
-rw-r--r--perl-install/share/po/ja.po993
-rw-r--r--perl-install/share/po/ko.po989
-rw-r--r--perl-install/share/po/lt.po989
-rw-r--r--perl-install/share/po/lv.po1057
-rw-r--r--perl-install/share/po/nl.po990
-rw-r--r--perl-install/share/po/no.po605
-rw-r--r--perl-install/share/po/pl.po1046
-rw-r--r--perl-install/share/po/pt.po989
-rw-r--r--perl-install/share/po/pt_BR.po989
-rw-r--r--perl-install/share/po/ro.po989
-rw-r--r--perl-install/share/po/ru.po1031
-rw-r--r--perl-install/share/po/sk.po2016
-rw-r--r--perl-install/share/po/sl.po973
-rw-r--r--perl-install/share/po/sp.po598
-rw-r--r--perl-install/share/po/sr.po993
-rw-r--r--perl-install/share/po/sv.po1011
-rw-r--r--perl-install/share/po/th.po989
-rw-r--r--perl-install/share/po/tr.po3014
-rw-r--r--perl-install/share/po/uk.po2448
-rw-r--r--perl-install/share/po/wa.po1551
44 files changed, 26471 insertions, 22913 deletions
diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot
index 28fd2131d..e851c4dcf 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-11-06 16:02+0100\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -80,23 +80,23 @@ msgstr ""
msgid "XFree configuration"
msgstr ""
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr ""
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr ""
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr ""
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr ""
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -110,184 +110,184 @@ msgid ""
" If in doubt, choose a conservative setting."
msgstr ""
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr ""
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr ""
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr ""
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr ""
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr ""
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr ""
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
msgstr ""
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr ""
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr ""
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr ""
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr ""
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr ""
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr ""
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr ""
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr ""
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -296,40 +296,40 @@ msgid ""
"%s"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
msgstr ""
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr ""
@@ -453,7 +453,7 @@ msgid "LILO/grub Installation"
msgstr ""
#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
-#: ../../install_steps_interactive.pm_.c:732
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr ""
@@ -491,16 +491,16 @@ msgid "Delay before booting default image"
msgstr ""
#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
-#: ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:556
-#: ../../netconnect_new.pm_.c:680 ../../printerdrake.pm_.c:94
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr ""
#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
-#: ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr ""
@@ -523,15 +523,15 @@ msgid ""
msgstr ""
#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
-#: ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr ""
#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
-#: ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr ""
@@ -548,8 +548,8 @@ msgid "Add"
msgstr ""
#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:838
-#: ../../netconnect_new.pm_.c:962 ../../printerdrake.pm_.c:352
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr ""
@@ -608,12 +608,12 @@ msgid "Default"
msgstr ""
#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr ""
@@ -629,57 +629,56 @@ msgstr ""
msgid "This label is already used"
msgstr ""
-#: ../../any.pm_.c:500 ../../any_new.pm_.c:500 ../../any_new.pm_.c:534
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr ""
-#: ../../any.pm_.c:501 ../../any_new.pm_.c:501 ../../any_new.pm_.c:535
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr ""
-#: ../../any.pm_.c:502 ../../any_new.pm_.c:502 ../../any_new.pm_.c:536
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr ""
-#: ../../any.pm_.c:504 ../../any_new.pm_.c:504 ../../any_new.pm_.c:538
-#: ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90
-#: ../../netconnect.pm_.c:466 ../../netconnect_new.pm_.c:137
-#: ../../netconnect_new.pm_.c:502 ../../printerdrake.pm_.c:233
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
+#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr ""
-#: ../../any.pm_.c:504 ../../any_new.pm_.c:504 ../../any_new.pm_.c:538
-#: ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88
-#: ../../netconnect.pm_.c:464 ../../netconnect_new.pm_.c:135
-#: ../../netconnect_new.pm_.c:500
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr ""
-#: ../../any.pm_.c:505 ../../any_new.pm_.c:505 ../../any_new.pm_.c:539
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr ""
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522 ../../any_new.pm_.c:556
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr ""
-#: ../../any.pm_.c:523 ../../any_new.pm_.c:557
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr ""
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534 ../../any_new.pm_.c:568
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr ""
-#: ../../any.pm_.c:542 ../../any_new.pm_.c:576
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -691,20 +690,20 @@ msgid ""
"not cause any damage."
msgstr ""
-#: ../../any.pm_.c:547 ../../any_new.pm_.c:581
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr ""
-#: ../../any.pm_.c:547 ../../any_new.pm_.c:581
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr ""
-#: ../../any.pm_.c:551 ../../any_new.pm_.c:585
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr ""
-#: ../../any.pm_.c:557 ../../any_new.pm_.c:591
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -712,11 +711,11 @@ msgid ""
"For instance, ``io=0x300 irq=7''"
msgstr ""
-#: ../../any.pm_.c:560 ../../any_new.pm_.c:594
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr ""
-#: ../../any.pm_.c:570 ../../any_new.pm_.c:604
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -2479,8 +2478,8 @@ msgstr ""
msgid "Configure printer"
msgstr ""
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr ""
@@ -2508,7 +2507,7 @@ msgstr ""
msgid "Exit install"
msgstr ""
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr ""
@@ -2706,12 +2705,12 @@ msgid ""
"Continue at your own risk."
msgstr ""
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr ""
-#: ../../install_steps.pm_.c:377
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -2719,12 +2718,12 @@ msgid ""
"Mandrake/RPMS/*.rpm\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:452
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr ""
-#: ../../install_steps.pm_.c:664
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr ""
@@ -2804,7 +2803,7 @@ msgid "There was an error ordering packages:"
msgstr ""
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr ""
@@ -3401,92 +3400,92 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3494,48 +3493,48 @@ msgid ""
"%s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -3553,19 +3552,19 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -3579,111 +3578,111 @@ msgid ""
"failures. Would you like to create a bootdisk for your system?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -3692,34 +3691,34 @@ msgid ""
"You have been warned."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4135,23 +4134,23 @@ msgstr ""
msgid "Is this correct?"
msgstr ""
-#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:140
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr ""
-#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:141
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr ""
-#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:148
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
msgstr ""
-#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:153
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
msgid "The system is now connected to Internet."
msgstr ""
-#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:154
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -4159,127 +4158,127 @@ msgstr ""
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:207
-#: ../../netconnect_new.pm_.c:281 ../../netconnect_new.pm_.c:300
-#: ../../netconnect_new.pm_.c:312 ../../netconnect_new.pm_.c:324
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr ""
-#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:207
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
msgstr ""
-#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:226
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr ""
-#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:227
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr ""
-#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:229
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr ""
-#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:230
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr ""
-#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:231
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr ""
-#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:232
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr ""
-#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:233
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr ""
-#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:234
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr ""
-#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:236
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr ""
-#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:237
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr ""
-#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:238
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr ""
-#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:239
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr ""
-#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:240
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr ""
-#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:242
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr ""
-#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:243
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr ""
-#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:244
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr ""
-#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:276
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr ""
-#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:276
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr ""
-#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:278
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr ""
-#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:278
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr ""
-#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:282
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr ""
-#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:292
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr ""
-#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:294
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr ""
-#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:296
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr ""
-#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:301
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr ""
-#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:307
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr ""
-#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:309
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr ""
-#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:313
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4287,7 +4286,7 @@ msgid ""
"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
msgstr ""
-#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:325
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr ""
@@ -4295,278 +4294,278 @@ msgstr ""
msgid "I have found an ISDN Card:\n"
msgstr ""
-#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:348
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:360
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:332 ../../netconnect_new.pm_.c:413
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
msgstr ""
-#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:417
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr ""
-#: ../../netconnect.pm_.c:337 ../../netconnect_new.pm_.c:418
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
-#: ../../netconnect.pm_.c:352 ../../netconnect.pm_.c:631
-#: ../../netconnect.pm_.c:762 ../../netconnect_new.pm_.c:425
-#: ../../netconnect_new.pm_.c:755 ../../netconnect_new.pm_.c:886
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr ""
-#: ../../netconnect.pm_.c:353 ../../netconnect_new.pm_.c:426
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:353 ../../netconnect_new.pm_.c:426
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid "I'm about to restart the network device:\n"
msgstr ""
-#: ../../netconnect.pm_.c:469 ../../netconnect_new.pm_.c:505
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr ""
-#: ../../netconnect.pm_.c:470 ../../netconnect_new.pm_.c:506
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr ""
-#: ../../netconnect.pm_.c:537 ../../netconnect_new.pm_.c:661
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr ""
-#: ../../netconnect.pm_.c:547 ../../netconnect_new.pm_.c:671
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr ""
-#: ../../netconnect.pm_.c:552 ../../netconnect_new.pm_.c:676
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr ""
-#: ../../netconnect.pm_.c:553 ../../netconnect_new.pm_.c:677
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr ""
-#: ../../netconnect.pm_.c:554 ../../netconnect_new.pm_.c:678
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr ""
-#: ../../netconnect.pm_.c:555 ../../netconnect_new.pm_.c:679
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr ""
-#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:681
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr ""
-#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:681
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr ""
-#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:681
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr ""
-#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:681
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr ""
-#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:682
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr ""
-#: ../../netconnect.pm_.c:560 ../../netconnect_new.pm_.c:684
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr ""
-#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:685
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr ""
-#: ../../netconnect.pm_.c:590 ../../netconnect_new.pm_.c:714
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:590 ../../netconnect.pm_.c:594
-#: ../../netconnect_new.pm_.c:714 ../../netconnect_new.pm_.c:718
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:590 ../../netconnect_new.pm_.c:714
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid "You are not currently connected to Internet."
msgstr ""
-#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:718
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:718
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid "You are currently connected to internet."
msgstr ""
-#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:722
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr ""
-#: ../../netconnect.pm_.c:600 ../../netconnect_new.pm_.c:724
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr ""
-#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:726
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
msgid "Configure network connection (LAN or Internet)"
msgstr ""
-#: ../../netconnect.pm_.c:605 ../../netconnect_new.pm_.c:729
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr ""
-#: ../../netconnect.pm_.c:632 ../../netconnect.pm_.c:763
-#: ../../netconnect_new.pm_.c:756 ../../netconnect_new.pm_.c:887
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:649 ../../netconnect_new.pm_.c:773
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
msgstr ""
-#: ../../netconnect.pm_.c:669 ../../netconnect_new.pm_.c:793
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
msgstr ""
-#: ../../netconnect.pm_.c:674 ../../netconnect_new.pm_.c:798
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr ""
-#: ../../netconnect.pm_.c:676 ../../netconnect_new.pm_.c:800
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr ""
-#: ../../netconnect.pm_.c:679 ../../netconnect.pm_.c:713
-#: ../../netconnect.pm_.c:725 ../../netconnect.pm_.c:749
-#: ../../netconnect.pm_.c:794 ../../netconnect_new.pm_.c:803
-#: ../../netconnect_new.pm_.c:837 ../../netconnect_new.pm_.c:849
-#: ../../netconnect_new.pm_.c:873 ../../netconnect_new.pm_.c:918
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr ""
-#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:804
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr ""
-#: ../../netconnect.pm_.c:699 ../../netconnect_new.pm_.c:823
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
msgstr ""
-#: ../../netconnect.pm_.c:708 ../../netconnect_new.pm_.c:832
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr ""
-#: ../../netconnect.pm_.c:710 ../../netconnect_new.pm_.c:834
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr ""
-#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:838
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr ""
-#: ../../netconnect.pm_.c:720 ../../netconnect_new.pm_.c:844
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr ""
-#: ../../netconnect.pm_.c:722 ../../netconnect_new.pm_.c:846
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr ""
-#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:850
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
-#: ../../netconnect.pm_.c:744 ../../netconnect_new.pm_.c:868
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:746 ../../netconnect_new.pm_.c:870
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:874
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../netconnect.pm_.c:773 ../../netconnect_new.pm_.c:897
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
msgstr ""
-#: ../../netconnect.pm_.c:795 ../../netconnect_new.pm_.c:919
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
msgstr ""
-#: ../../netconnect.pm_.c:808 ../../netconnect_new.pm_.c:932
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
msgid "Disable Internet Connection"
msgstr ""
-#: ../../netconnect.pm_.c:819 ../../netconnect_new.pm_.c:943
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr ""
-#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:947
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
msgid "Network configuration"
msgstr ""
-#: ../../netconnect.pm_.c:824 ../../netconnect_new.pm_.c:948
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
msgid "Do you want to restart the network"
msgstr ""
-#: ../../netconnect.pm_.c:832 ../../netconnect_new.pm_.c:956
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr ""
-#: ../../netconnect.pm_.c:842 ../../netconnect_new.pm_.c:966
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
msgid "Configure the Internet connection / Configure local Network"
msgstr ""
-#: ../../netconnect.pm_.c:843 ../../netconnect_new.pm_.c:967
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
msgstr ""
-#: ../../netconnect.pm_.c:844 ../../netconnect_new.pm_.c:968
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr ""
-#: ../../netconnect.pm_.c:866 ../../netconnect_new.pm_.c:990
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr ""
-#: ../../netconnect.pm_.c:867 ../../netconnect_new.pm_.c:991
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -4633,6 +4632,7 @@ msgid "(bootp/dhcp)"
msgstr ""
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr ""
@@ -4755,7 +4755,7 @@ msgstr ""
msgid "Remote printer"
msgstr ""
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr ""
@@ -4889,7 +4889,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr ""
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr ""
@@ -5017,12 +5017,12 @@ msgstr ""
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr ""
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr ""
@@ -5037,11 +5037,28 @@ msgid ""
"In case of doubt, select \"Remote CUPS server\"."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:416
+msgid "CUPS server IP"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr ""
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5049,19 +5066,19 @@ msgid ""
"how is the printer connected?"
msgstr ""
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr ""
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr ""
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr ""
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5069,15 +5086,15 @@ msgid ""
"connected?"
msgstr ""
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr ""
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr ""
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr ""
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index 05176e0e4..da4dfb251 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: Tue Sep 26 2000 08:03:14+0200\n"
"Last-Translator: Schalk W. Cronjé <schalkc@ntaba.co.za>\n"
"Language-Team: Afrikaans <lia@af.org.za>\n"
@@ -90,23 +90,23 @@ msgstr "XFree %s met EKSPERIMENTELE 3D-hardewareversnelling"
msgid "XFree configuration"
msgstr "XFree-konfigurasie"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Kies die geheue grootte van u videokaart"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Selekteer opsies vir bediener"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Kies 'n monitor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -128,40 +128,40 @@ msgstr ""
"monitor spesifiseer nie, dit kan die monitor beskadig. Indien u twyfel,\n"
"kies konservatief."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Horisontale verfristempo"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Vertikale verfristempo"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Monitor is nie opgestel nie"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Grafikakaart is nog nie konfigureer nie"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Resolusie is nog nie gekies nie"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Wil u die konfigurasie toets?"
#
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Waarskuwing: Toetsing is gevaarlik met hierdie videokaart"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Toets konfigurasie"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -169,146 +169,146 @@ msgstr ""
"\n"
"probeer van die parameters verander"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Daar was 'n fout:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "uitgang binne %ds"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Is dit korrek?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Hier is fout, probeer van die parameters verander"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Resolusie"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Kies die resolusie en kleurdiepte"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Videokaart: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 bediener: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Vertoon almal"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Resolusies"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Sleutelbord uitleg: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Muistipe: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Muistoestel: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitor HoriSink: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitor VertVerfris: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Videokaart: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Video geheue: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Kleurdiepte: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Resolusie: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 bediener: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86-drywer: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "X-Window konfigurasie word opgestel"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Verander monitor"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Verander videokaart"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Verander bedienerinstellings"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Verander resolusie"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Vertoon inligting"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Toets weer"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Verlaat"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Wat wil u doen?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -321,20 +321,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Teken asb. weer in %s om veranderinge te aktiveer"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Teken uit en gebruik dan Ctrl-Alt-Backspace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X met herlaai"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -342,11 +342,11 @@ msgstr ""
"Ek kan u rekenaar so opstel om X outomaties te laai.\n"
"Wil u X begin met 'n herlaai?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Outointeken"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -354,12 +354,12 @@ msgstr ""
"Ek kan u rekenaar so opstel om X outomaties een gebruiker in te teken.\n"
"Kliek op kanselleer indien u nie hierdie funksionaliteit verlang nie."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Kies die verstek gebruiker:"
#
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Kies die vensterbestuurder om te loop:"
@@ -459,106 +459,115 @@ msgstr "Monitor wat 1600x1220 kan doen teen 70Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor wat 1600x1220 kan doen teen 76Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Eerste sektor van herlaaipartisie"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Eerste sektor van skyf (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "SILO installasie"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Waar wil u die herlaaistelsel installeer"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/grub installasie"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Niks"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Watter herlaaistelsel(s) wil u gebruik?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Herlaaiprogram installasie"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Herlaaitoestel"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (werk nie op 'n ou BIOS nie)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Kompak"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "kompak"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Videomodus"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Wagperiode voro verstekstelsel gelaai word"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Wagwoord"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Wagwoord (weer)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Beperk instruksielynopsies"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "beperk"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Herlaaistelsel hoofopsies"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Opsie ``Beperk instruksielynopsies'' kan nie sonder wagwoord gebruikword nie"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Probeer asb. weer"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Die wagwoorde stem nie ooreen nie."
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -566,139 +575,143 @@ msgstr ""
"Hier is die huidige inskrywings\n"
"U kan byvoeg or verwyder soos nodig."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Voeg by"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Klaar"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Watter tipe inskrywing wil u byvoeg?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Ander bedryfstelsel (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Ander bedryfstelsel (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Beeld"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Basis"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Aanlas"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Lees-skryf"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Tabel"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Onveilig"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Etiket"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Verstek"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "OK"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Verwyder inskrywing"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Leë etiket word nie toegelaat nie"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Hierdie etiket is alreeds in gebruik"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Het %s %s koppelvlakke gevind"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Beskik u oor nog?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Het u enige %s koppelvlakke?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Nee"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Ja"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Sien hardeware inligting"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Drywer vir %s kaart %s in installasieproses"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(module %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Watter %s drywer meot ek probeer?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -714,20 +727,20 @@ msgstr ""
"rekenaar self daarvoor aftas. IN uitsonderlike gevalle mag die rekenaar\n"
"ophang, maar dit sal nie skade veroorsaak nie."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Aftas"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Spesifieer opsies"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "U kan die opsies vir module %s hier intik."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -738,11 +751,11 @@ msgstr ""
"Opsies is in die formaat ``naam=waarde naam2=waarde2 ...''.\n"
"Bv. ``io=0x300 irq-7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Module opsies:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -830,7 +843,7 @@ msgstr "1 minuut"
msgid "%d seconds"
msgstr "%d sekondes"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Skep"
@@ -838,7 +851,7 @@ msgstr "Skep"
msgid "Unmount"
msgstr "Ontheg"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Uitwis"
@@ -846,16 +859,16 @@ msgstr "Uitwis"
msgid "Format"
msgstr "Formatteer"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Verstel Grootte"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Tipe"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Hegpunt"
@@ -992,8 +1005,8 @@ msgid "Please make a backup of your data first"
msgstr "Rugsteun u data eers asb."
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Lees noukeurig!"
@@ -1017,7 +1030,7 @@ msgstr "Wees versigtig: hierdie is 'n gevaarlike operasie"
msgid "Error"
msgstr "Fout"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Hegpunt:"
@@ -1128,35 +1141,35 @@ msgstr "Partisietabeltipe: %s\n"
msgid "on bus %d id %d\n"
msgstr "op bus %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Heg"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktief"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Voeg by RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Verwyder uit RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Verander RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Gebruik vir teruglus"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Kies aksie"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1169,7 +1182,7 @@ msgstr ""
"gebruik\n"
"nie, dan het u nie /boot nodig nie."
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1182,7 +1195,7 @@ msgstr ""
"gebruik,moet u\n"
"asb. 'n /boot partisie skep,"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1192,16 +1205,16 @@ msgstr ""
"Geen herlaaistelsel sal dit kan hanteer sonder 'n /boot partisie nie.\n"
"Onthou om 'n /boot by te voeg."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Gebruik ``%s'' instede."
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Gebruik ``Ontheg'' eerste"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1209,43 +1222,43 @@ msgstr ""
"Alle data om hierdie partisie %s sal uitgewis word na verandering van die "
"partisietipe"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Wil u in elk geval voortgaan?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Verlaat, maar moenie iets stoor nie"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Wil u verlaat, sonder om die partisietabel op te dateer?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Verander partisietipe"
#
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Watter drukkerstelsel verlang u?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "U kan nie ReiserFS vir partisies kleiner as 32MB gebruik nie"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Waar wil u terugluslêer %s heg?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Waar wil u toestel %s heg?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1253,145 +1266,145 @@ msgstr ""
"Kan nie hegpunt ontset nie, omdat hierdie partisie vir teruglus\n"
"gebruik word. Verwyder eers die teruglus."
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Alle data om partisie %s sal uitgewis word met formatering."
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formatering"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Terugluslêer %s word geformateer"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Partisie %s word formateer"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Na formatering van alle partisies"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "alle data om hierdie partisies sal verloor word"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Skuif"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Na watter skyf wil u skuif?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Na watter sektor wil u skuif?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Verskuiwing"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Partisie word verskuif..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Partisietabel van skyf %s gaan opdateer word!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "U sal moet herlaai voor die veranderinge geaktiveer kan word"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "FAT lêerstelselgrense word bereken"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Grootteverandering"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Watter partisie se grootte wil u verander?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Alle data om hierdie partisie moet gerugsteun word."
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Alle data om partisie %s sal uitgewis word met die grootteverandering"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Kies die nuwe grootte"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Kies 'n nuwe grootte"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Kies sektor: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Grootte in MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "LOerstelseltipe: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Voorkeure: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Hierdie partisie kan nie vir teruglus gebruik word nie."
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Teruglus"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Teruglus lêernaam:"
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Lêer word alreeds deur 'n ander teruglus gebruik,kies 'n ander een"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Lêer bestaan alreeds. Moet dit gebruik word?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Selekteer lOer"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1399,11 +1412,11 @@ msgstr ""
"Die rugsteunpartisietabel het nie dieselfde grootte nie\n"
"Wil u voortgaan?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Waarskuwing"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1411,27 +1424,27 @@ msgstr ""
"Sit 'n floppie in die aandrywer.\n"
"Alle data op hierdie floppie sal verloor word."
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Partisietabel Reddingspoging"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "toestel"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "vlak"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "blokgrootte"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Kies 'n bestaande RAID om by toe te voeg"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "nuut"
@@ -2817,8 +2830,8 @@ msgstr "Konfigureer dienste"
msgid "Configure printer"
msgstr "Stel drukker op"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Kies 'root' se wagwoord"
@@ -2846,7 +2859,7 @@ msgstr "Outoinstalleer floppie"
msgid "Exit install"
msgstr "Verlaay installasie"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Fout met lees van lêer $f"
@@ -2947,7 +2960,7 @@ msgstr "Watter partisie se grootte wil u verander?"
msgid "Computing Windows filesystem bounds"
msgstr "Windowslêerstelselgrense word bereken"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -2956,11 +2969,11 @@ msgstr ""
"Die FAT-verstellingsprogram kan nie u partisie hanteer nie.\n"
"Fout: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr "U Windows-partisie is te gefragmenteer. Loop eers 'defrag' asb."
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -2980,21 +2993,21 @@ msgstr ""
"hierdie installasie. Rugstuen ook u data. Insien u skeer is van u saak, kies "
"OK."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Watter grootte wil u vir Windows behou?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "partisie %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT-grootteverandering het gefaal: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3002,36 +3015,36 @@ msgstr ""
"Daar is geen FAT partisies om te verander of om as teruglus (nie genoeg "
"spasie nie) te gebruik nie"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Wis hele skyf"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Verwyder Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "U het meer as een hardeskyf, waar wil u Linux installeer?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Alle bestaande partisies en data sal uitgewis word op skyf %s"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Kundige modus"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Gebruik diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Gebruik fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3040,30 +3053,30 @@ msgstr ""
"U het nou partisie %s partisioneer.\n"
"Wanneer u klaar is, stoor u veranderinge met 'w'."
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Gebruik die beskikbare spasie op die Windowspartisie"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Ek kan nie meer partisies byvoeg nie"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Die DrakX partisioneringsassistent het die volgende oplossings:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Partisionering het misluk: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Netwerk op pad op"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Netwerk op pad af"
@@ -3075,12 +3088,12 @@ msgstr ""
"'n Fout het plaasgevind en ek weet nie hoe om dit veilig te hanteer\n"
"nie. Gaan op u eie risiko voort."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Duplikaat hegpunt %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3092,12 +3105,12 @@ msgstr ""
"Toets die CD op 'n werkende Linux installasie met \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Welkom by %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Geen sagteskyaandrywer beskikbaar nie"
@@ -3177,7 +3190,7 @@ msgid "There was an error ordering packages:"
msgstr "Daar was 'n fout met pakkette:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Gebruik bestaande konfigurasie vir X11?"
@@ -3857,94 +3870,94 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Kies 'n spieël waar die pakkette verkry kan word"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Spieël word gekontak vir die lys van pakkette"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "Wat is u tydsone?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Is die hardewareklok gestel vir GMT?"
#
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Watter drukkerstelsel verlang u?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Geen wagwoord"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Gebruik skadulêer"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "skadu's"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "gebruik MD5 wagwoorde"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Gebruik NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "geel bladsye"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Hierdie wagwoord is te eenvoudig. Dit moet ten minste %d karakters bevat."
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "NIS-bemagtiging"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS-domein"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS-bediener"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Aanvaar gebruiker"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Voeg gebruiker by"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(%s alreeds bygevoeg)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3954,49 +3967,49 @@ msgstr ""
"Tik 'n gebruiker in\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Regte naam"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Gebruikerskode"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Dop"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Ikoon"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Die wagwoorde is te eenvoudig"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Gee asb. 'n gebruikerskode"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Die gebruikerskode maag alleenlikui kleinletter, nommers, '-' en '_' bestaan"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Hierdie genruikerskode bestaan alreeds"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -4023,19 +4036,19 @@ msgstr ""
"Indien u 'n herlaaiskyf wil maak,\n"
"plaas 'n skyf in die aandrywer en druk \"OK\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Eerste sagteskyfaandrywer"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Tweede sagteskyfaandrywer"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Mis hierdie stap"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4056,32 +4069,32 @@ msgstr ""
"met die Mandrake reddingsbeeld gebruik word, wat dit makliker maak om van\n"
"ernstige stelselfalings te herstel. Wil u 'n herlaaiskyf maak?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Jammer, geen sagteskyfaandrywer beskikbaar nie"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Kies die sagteskyfaandrywer wat u wil gebruik"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Sit 'n skyf in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Herlaaiskyf word geskryf"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Herlaaistelsel word voorberei"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Wil u aboot gebruik?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4089,81 +4102,81 @@ msgstr ""
"Die 'aboot' installasie het gefaal. Wil u 'n installasie afwurg al\n"
"word die eerste partisie vernietig?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Installasie van herlaaiprogram het gefaal a.g.v. hierdie fout: "
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Krakers welkom"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Swak"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Laag"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Medium"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Hoog"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoïes"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Diverse vrae"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(kan data korrupteer)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Gebruik skyfoptimisasie?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Gebruik sekuriteitsvlak"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Presiese RAM grootte indien nodig (%d MB bespeur)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Outohegting van verwyderbare media"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Maak /tmp skoon met elke herlaai"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Ontsper multiprofiele"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Aansit van NumLock met herlaai"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Gee die geheuegrootte in MB"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr ""
"Superhegting (supermount) kan nie met 'n hoë sekuriteitsvlak gebruik word nie"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4176,7 +4189,7 @@ msgstr ""
"OM 'root' te wees moet u eers as 'n gewone gebruiker aanteken en dan "
"'su'.Hierdie is spesifiek vir bedienergebruik. U is gewaarsku!"
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4184,21 +4197,21 @@ msgstr ""
"Wees versigtig, met NumLock aan sal heelwat sleutels as syfers eerder as "
"karakters na vore kom. (Bv 'n 'p' mag dalk '6' wees)"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr "Wil u 'n outoinstallasieskyf maak vir Linux replikasie?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Sit 'n leë floppie in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Outoinstallasieskyf word geskep."
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4208,7 +4221,7 @@ msgstr ""
"\n"
"Wil u werklik nou aborteer?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4269,10 +4282,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "U keuse? (Verstek %s tik 'none' vir geen)"
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Tseggies"
+msgid "Czech (QWERTZ)"
+msgstr "Tseggies (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Duits"
@@ -4280,19 +4293,19 @@ msgstr "Duits"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Spaans"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finnies"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Frans"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norweegs"
@@ -4300,15 +4313,15 @@ msgstr "Norweegs"
msgid "Polish"
msgstr "Pools"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Russies"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "VK sleutelbord"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "VSA sleutelbord"
@@ -4356,151 +4369,167 @@ msgstr "Switsers (Duitse uitleg)"
msgid "Swiss (French layout)"
msgstr "Switsers (Franse uitleg)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Tseggies (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Duits (geen dooie sleutels)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Deens"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (VSA)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norweegs)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estoniaans"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgies (Russiese uitleg)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgies (Latynse uitleg)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Grieks"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Hongaars"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Kroaties"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israelies"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israelies (Foneties)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iranies"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Yslandies"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italiaans"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japanees 106 sleutels"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latyns-Amerikaans"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Nederlands"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Lituanies AZERTY (oud)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Lituanies AZERTY (nuut)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituanies \"nommerry\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituanies \"foneties\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Pools (QWERTY uitleg)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Pools (QWERTZ uitleg)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugees"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanadees (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Russue (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Sweeds"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Sloveens"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slovaaks"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovaaks (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slovaaks (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Thai sleutelbord"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turks (tradisionele \"F\" model)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turks (moderne \"Q\" modem)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukranies"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "VSA internasionale sleutelbord"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Viëtnamees \"nommerry\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Jugoslaavs (latynse uitleg)"
@@ -4516,9 +4545,10 @@ msgstr "Standaard"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Generiese Muis"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4557,6 +4587,10 @@ msgstr "Generiese 2-knop muis"
msgid "Generic 3 Button Mouse"
msgstr "Generiese 3-knop muis"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -4614,25 +4648,25 @@ msgstr "Volgende ->"
msgid "Is this correct?"
msgstr "Is dit korrek?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Internetkonfigurasie"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Wil u nou aan die internet konnekteer?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Konfigureer internetkonneksie"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Hoe wil u aan die internet konnekteer?"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4641,11 +4675,13 @@ msgstr "Konnekteer aan die internet / Konfigureer LAN"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "ISDN Konfigurasie"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -4654,116 +4690,116 @@ msgstr ""
"Indien nie in die lys nie kies Ongelys"
#
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Konneksiekonfigurasie"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Vul asb. die velde hieronder in"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "Kaart IRQ"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Kaartgeheue (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "Kaart I/O"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "Kaart IO_0"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "Kaart IO_1"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "U persoonlike telefoonnommer"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Voorsienernaam (bv voorsiener.co.za)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Voorsiener se telefoonnommer"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "Voorsiener DNS 1"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "Voorsiener DNS 2"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Belmetode"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Gebruikerskode"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Wagwoord"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Bevestig wagwoord"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Europa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Europa (EDSS1)"
#
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Res van die wêreld"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Res vd wêreld - geen D-Kanaal (bruikhuurlyne)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Watter protokol verlang u?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Ek weet nie"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Oor watter tipe kaart beskik u?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Gaan voort"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Aborteer"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4776,15 +4812,15 @@ msgstr ""
"\n"
"Indien u 'n PCMCIA kaart het, moet u die IRQ en I/O van u kaart weet.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Wat is u ISDN-kaart?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Ek het 'n ISDN-kaart gevind\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -4792,11 +4828,11 @@ msgstr ""
"Ek het 'n ISDB PCI-kaart gevind, maar ek ken nie die tipe nie. Kies asb.'n "
"PCI-kaart op die volgende skerm."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Geen ISDN PCI-kaart gevind nie. Kies asb. een op die volgende skerm."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
#, fuzzy
msgid ""
"No ethernet network adapter has been detected on your system.\n"
@@ -4805,11 +4841,12 @@ msgstr ""
"Geen ethernetkaart is op die stelsel gevind nie. Gebruik asb. die "
"hardewarekonfigurasieprogram."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Kies die netwerkkoppelvlak"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
#, fuzzy
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
@@ -4817,202 +4854,208 @@ msgstr ""
"Kies asb. die netwerkkoppelvlak wat u wil gebruik vir die internet.\n"
"Indien u nie weet nie, kies eth0.\n"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Netwerkkoppelvlak"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Ek gaan nou die netwerkkoppelvlak herlaai. Stem u saam?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "ADSL konfigurasie"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Wil u die konneksie by herlaaityd aanskakel?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Soekj vir 'n modem?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Op watter seriaalpoort is u modem gekoppel?"
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Opbelopsies"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Konneksienaam"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Telefoonnommer"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Aantekenkode"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Magtiging"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Skriptipe"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Terminaaltipe"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Domeinnaam"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Eerste DNS bediener"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Tweede DNS bediener"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Konnekteer aan die internet / Konfigureer LAN"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Konfigureer internetkonneksie"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Hoe wil u aan die internet konnekteer?"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Hoe wil u aan die internet konnekteer?"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr "Konnekteer aan die internet"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr "Diskonnekteer van die internet"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Konfigureer internetkonneksie"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Internetkonneksie en konfigurasie"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
#, fuzzy
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr "Ek gaan nou die netwerkkoppelvlak herlaai. Stem u saam?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Konfigureer internetkonneksie"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Konfigureer internetkonneksie"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Interne ISDN-kaart"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Eksterne ISDN-kaart"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Konnekteer aan die internet"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Watter tipe is u ISDN-konneksie?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Konfigureer internetkonneksie"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Frankryk"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Ander lande"
#
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "In watter land is u?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel modem"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI modem"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr "Indien u ADSL-modem 'n Alcatel is, kies Alcatel, andersins ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "gebruik pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "moenie pppoe gebruik nie"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5022,12 +5065,12 @@ msgstr ""
"Daar is wel sekere konneksie wat net DHCP gebruik. Indien u nie weet nie,\n"
"kies 'gebruik pppoe'"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Konfigureer internetkonneksie"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5035,49 +5078,49 @@ msgstr ""
"Watter DCHP-kliënt wil u gebruik?\n"
"Verstek is dhcpd"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Konfigureer internetkonneksie"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Stel plaaslike netwerk op"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Netwerkkonfigurasie"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Wil u die konfigurasie toets?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Sper netwerkstelsel"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Konnekteer aan die internet / Konfigureer LAN"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
msgstr "Plaaslike netwerk is alreeds opgestel: Wil u?"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Hoe wil u aan die internet konnekteer?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Netwerkkonfigurasie"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5164,6 +5207,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-adres moet in 1.2.3.4. formaat wees"
@@ -5298,7 +5342,7 @@ msgid "Remote printer"
msgstr "Eksterne drukker"
#
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Verwyder CUPS-bediener"
@@ -5449,7 +5493,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Drukkerrekenaarnaam"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Poort"
@@ -5589,12 +5633,12 @@ msgstr "CUPS word gelaai"
msgid "Reading CUPS drivers database..."
msgstr "CUPS-drywerdatagbasis word gelees"
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Kies drukkerkonneksie"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Hoe is die drukker gekonekteer?"
@@ -5613,11 +5657,33 @@ msgstr ""
"op te stel nie; drukkers wod outomaties bespeur.\n"
"Indien u twyfel, kies \"Eksterne CUPS-bediener\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Met 'n eksterne CUPS-bediener, hoef u glad nie 'n drukker hier\n"
+"op te stel nie; drukkers wod outomaties bespeur.\n"
+"Indien u twyfel, kies \"Eksterne CUPS-bediener\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "SMB-bediener IP:"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Verwyder drukkertou"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5628,19 +5694,19 @@ msgstr ""
"Ander parameters soos 'n beskrywing en 'n ligging kan ook gegee word.\n"
"Wat is die drukker se naam en wat is die konneksietipe?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Drukkernaam"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Beskrywing"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Ligging"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5651,15 +5717,15 @@ msgstr ""
"(baie keer 'lp') and 'n gekoppelde spoelgids. Watter naam en\n"
"spoelgids moet gebruik word?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Naam van drukkertou"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Spoelgids"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Drukkerkonneksie"
@@ -6612,6 +6678,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "Tseggies"
+
+#~ msgid "Slovakian"
+#~ msgstr "Slovaaks"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "Kon nie ipchains RPM m.b.v. urpmi installeer nie."
@@ -7045,9 +7117,6 @@ msgstr ""
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Apple USB-muis (3+ knoppe)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Generiese Muis"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index defb01637..6cca45582 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po
@@ -4,8 +4,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
-"PO-Revision-Date: 2000-10-04 08:04+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
+"PO-Revision-Date: 2000-11-11 19:04+0200\n"
"Last-Translator: Vasif Ismailoglu MD <azerb_linux@hotmail.com>\n"
"Language-Team:Azerbaijani turkish <linuxaz@azerimail.net>\n"
"MIME-Version: 1.0\n"
@@ -91,23 +91,23 @@ msgstr "SINAQ MÆRHÆLÆSÝNDÆKÝ 3D sür'ætlændirmæ dæstækli XFree %s"
msgid "XFree configuration"
msgstr "XFree quraþdýrýlmasý"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
-msgstr "Ekran kartýnýzýn hafizæ boyunu seçin"
+msgstr "Ekran kartýnýzýn hafizæ böyüklüyünü seçin"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "X verici üçün seçænæklæri göstærin"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Monitorunuzu seçin"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -123,41 +123,41 @@ msgstr ""
"Buradaki iki vacib parametr üfüqi ve þaquli tæzælæmæ sür'ætlæridir.\n"
"Seçærkæn monitorunuzun qabiliyyætinin üstündæ bir parametr\n"
"seçmæmæyiniz çox vacibdir, æks halda monitor zærær görær.\n"
-"Seçærkæn bir qærarsýzlýða düþærsæniz, alçaq rezolüsiya seçin."
+"Seçærkæn bir qærarsýzlýða düþærsæniz, alçaq rezolyusiya seçin."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Üfüqi tæzælæmæ sür'æti"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Þaquli tæzælæmæ sür'æti"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Monitor qurulmayýb"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Ekran kartý hælæ qurulmayýb"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
-msgstr "Rezolüsiya hælæ seçilmæyib"
+msgstr "Rezolyusiya hælæ seçilmæyib"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Qurðularý sýnamaq istæyirsinizmi?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Diqqæt: Bu qrafik kartýn ilæ edilæcæk sýnaq tæhlükælidir"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Quraþdýrma sýnaðý"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -165,146 +165,146 @@ msgstr ""
"\n"
"bæzi parametrlæri dæyiþdirin"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Bir xæta oldu:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "%d saniyæ sonra çýxýlacaq"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Bu qurðular doðrudurmu?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Bir xæta oldu, parametrlæri dæyiþdirin"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
-msgstr "Rezolüsiya"
+msgstr "Rezolyusiya"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
-msgstr "Rezolüsiya væ ræng dærinliyini seçin"
+msgstr "Rezolyusiya væ ræng dærinliyini seçin"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Ekran kartý: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 verici: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Hamýsýný Göstær"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
-msgstr "Rezolüsiyalar"
+msgstr "Rezolyusiyalar"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Klavatura düzülüþü: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Siçan növü: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Siçan avadanlýðý: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitorun Þaquli Daramasý: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitorun Üfüqi Tæzælæmæsi: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Ekran kartý: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Ekran kartý hafizæsi: %s KB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Ræng dærinliyi: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
-msgstr "Rezolüsiya: %s\n"
+msgstr "Rezolyusiya: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 verici: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 sürücü: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "X-Window qurðularý hazýrlanýr"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Monitoru Dæyiþdir"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Ekran kartýný dæyiþdir"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Verici seçænæklærini dæyiþdir"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
-msgstr "Rezolüsiya dæyiþdir"
+msgstr "Rezolyusiya dæyiþdir"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Bilgilæri göstær"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Tækrar sýna"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Çýx"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Ne etmæk istæyirsiniz?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -317,20 +317,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "%s'æ tækrar girin væ dæyiþikliklæri aktivlæþdirin"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Lütfen çýxýn væ Ctrl-Alt-BackSpace düymælærinæ basýn"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "Açýlýþda X"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -338,11 +338,11 @@ msgstr ""
"Bilgisayarýnýzý avtomatik olaraq X ilæ açýlmasý üçün qurabilæræm.\n"
"Açýlýþda X Window ilæ baþlamaq istæyirsinizmi?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Autologin"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -350,11 +350,11 @@ msgstr ""
"Bilgisayarýnýzý avtomatik olaraq bir istifadæçi ilæ baþlada bilæræm.\n"
"Ýstæmirsiniz isæ rædd edin."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Æsas istifadæçiyi seçin:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Ýstifadæ etmæk istædiyiniz pæncæræ idaræcisini seçin:"
@@ -454,106 +454,115 @@ msgstr "70 Hz dæ 1600x1200 qadir Monitor"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "76 Hz dæ 1600x1200 qadir Monitor"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Açýlýþ bölümünün ilk sektoru"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Diskin ilk sektoru (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "LILO/grup Qurulumu"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Sistem yüklæyiciyi haraya qurmaq istæyirsiniz?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/grup Qurulumu"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Heçbiri"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Hansý açýlýþ yüklæyicilærini istifadæ etmæk istæyirsiniz?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Sistem yüklæyici ana seçænæklæri"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Açýlýþ avadanlýðý"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (köhnæ BIOS'larda iþlæmæz)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Bæsit"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "bæsit"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Ekran modu"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Açýlýþda gecikmæ müddæti"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Parol"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Parol (tekrar)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Æmr sætiri seçænæklærini mæhdudlaþdýr"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "mæhdudlaþdýr"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Sistem yüklæyicisi ana seçænæklæri"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-"\"Æmr sætiri seçænæklærini mæhdudlaþdýr\" seçæneyi parolsuz bir iþæ yaramaz"
+"``Æmr sætiri seçænæklærini mæhdudlaþdýr`` seçænæyi parolsuz bir iþæ yaramaz"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Lütfæn tekrar sýnayýn"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Parollar uymur"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -561,139 +570,143 @@ msgstr ""
"Buradaký birbirindæn færqli seçænæklæræ tæzælærini ælavæ edæbilær,\n"
"ya da mövcud olanlarý dæyiþdiræ bilærsiniz."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Ælavæ et"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Bitdi"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Ne cür bir giriþ istæyirsiniz?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Digær sistemlær (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Digær sistemlær (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Ræsm"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Kök"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Sonuna ælavæ et"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Oxu-yaz"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Cædvæl"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "E'tibarsýz"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Etiket"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Æsas"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Oldu"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Giriþi sil"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Boþ etiket qæbul edilæ bilmæz"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Bu etiket istifadæ edilmæz"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s %s ara üzü tapýldý"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Baþqa var mý?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Heç %s ara üzü varmý?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Xeyr"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Bæli"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Avadanlýq bilgilærinæ bax"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "%s kartý (%s) üçün sürücü yüklænir"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Hansý %s sürücüsü sýnansýn?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -710,20 +723,20 @@ msgstr ""
"Bæzæn tanýmlama bilgisayarýnýzý dondura bilær amma donduðu üçün\n"
"bilgisayarýnýza heç bir þey olmaz."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Avtomatik yoxla"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Seçænæklæri göstær"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Ýndi %s moduluna parametrlær giræ bilærsiniz."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -734,11 +747,11 @@ msgstr ""
"Parametrlær``ad=qiymæt ad2=qiymæt2...'' þæklindæ olmalýdýr.\n"
"Mæsælæn ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Modul seçænæklæri:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -753,6 +766,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#: ../../bootloader.pm_.c:234
+#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
"\n"
@@ -856,7 +870,7 @@ msgstr "1 dæqiqæ"
msgid "%d seconds"
msgstr "%d saniyæ sonra çýxýlýr"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Yarat"
@@ -864,24 +878,24 @@ msgstr "Yarat"
msgid "Unmount"
msgstr "Ayýr"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Sil"
#: ../../diskdrake.pm_.c:23
msgid "Format"
-msgstr "Biç"
+msgstr "Þækillændir"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Tæzædæn Ölç"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Növ"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Baðlama nöqtæsi"
@@ -923,7 +937,7 @@ msgstr "Hamýsýný tæmizlæ"
#: ../../diskdrake.pm_.c:50
msgid "Format all"
-msgstr "Hamýsýný biç"
+msgstr "Hamýsýný þækillændir"
#: ../../diskdrake.pm_.c:51
msgid "Auto allocate"
@@ -1017,8 +1031,8 @@ msgid "Please make a backup of your data first"
msgstr "Ævvælcæ datanýzýn yedæyini alýn"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Diqqætlæ Oxuyun!"
@@ -1043,7 +1057,7 @@ msgstr "Diqqætlý olun: bu æmæliyyat tæhlükælidir."
msgid "Error"
msgstr "Xæta"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Baðlama nöqtæsi: "
@@ -1082,11 +1096,11 @@ msgstr "Silindr %d 'dæn silindr %d'yæ\n"
#: ../../diskdrake.pm_.c:237
msgid "Formatted\n"
-msgstr "Biçilmiþ\n"
+msgstr "Þækillændirilmiþ\n"
#: ../../diskdrake.pm_.c:238
msgid "Not formatted\n"
-msgstr "Biçilmæmiþ\n"
+msgstr "Þækillændirilmæmiþ\n"
#: ../../diskdrake.pm_.c:239
msgid "Mounted\n"
@@ -1154,35 +1168,35 @@ msgstr "Bölmæ cædvæli növü: %s\n"
msgid "on bus %d id %d\n"
msgstr "%d data yolunda, %d no'li\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Baðla"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktiv"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "RAID'æ ælavæ et"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "RAID'dæn ayýr"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "RAID'i dæyiþdir"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Loopback üçün istifadæ et"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Monitorunuzu seçin"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1194,7 +1208,7 @@ msgstr ""
"ehtiyacýnýz yoxdur, væ ya LILO istifadæsini sýnayarsýnýzancaq LILO iþlæmæyæ "
"bilær."
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1206,7 +1220,7 @@ msgstr ""
"istæyirsæniz, \n"
"/boot bölmæsini ælavæ edærkæn çox diqqætli olmalýsýnýz."
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1216,16 +1230,16 @@ msgstr ""
"Ægær lilo ya da grub istifadæ etmæk istæyirsæniz bir /boot bölmæsi\n"
"ælavæ etmæyi unutmayýn"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Yerinæ ``%s'' iþlæt"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Ævvælcæ ``Ayýr''ý iþlæt"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1233,41 +1247,41 @@ msgstr ""
"%s bölmæsinin növünü dæyiþdirdikdæn sonra, bu bölmædæki bütün bilgilær "
"silinæcækdir"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Davam edilsin mi?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Qeyd etmædæn Çýx"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Bölmæ cædvælinni qeyd etmædæn mi çýxýrsýnýz?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Bölmæ növünü Dæyiþdir"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
msgstr "Hansý dili istæyirsiniz?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "32MB dæn kiçik disk bölmælærindæ ReiserFS istifadæ etmælisiniz"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "%s loopback avadanlýðýný haraya baðlamaq istæyirsiniz?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "%s avadanlýðýný haraya baðlamaq istæyirsiniz?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1276,147 +1290,148 @@ msgstr ""
"ayrýla bilinmir.\n"
"Ævvælcæ loopback'ý læðv edin."
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "%s bölmæsi biçildikdæn sonra bu bölmædæki bütün bilgilær silinæcækdir"
+msgstr ""
+"%s bölmæsi þækillændirildikdæn sonra bu bölmædæki bütün bilgilær silinæcækdir"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
-msgstr "Biçilir"
+msgstr "Þækillændirilir"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
-msgstr "Loopback dosyesi biçilir: %s"
+msgstr "Loopback dosyesi þækillændirilir: %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
-msgstr "Biçilæn bölmæ: %s"
+msgstr "Þækillændirilæn bölmæ: %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
-msgstr "Bütün bölmælæri biçdikdæn sonra, "
+msgstr "Bütün bölmælæri þækillændirdikdæn sonra, "
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "bu bölmælærdæki bütün verilær itæcækdir"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Daþý"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Hansý diskæ daþýmaq istæyirsiniz?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Hansý sektora daþýmaq istæyirsiniz?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Daþýnýr"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Bölmæ daþýnýr..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "%s sürücüsünün bölmæ cædvæli diskæ yazýlacaq!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Tæzæ qurðularýn aktivlæþmæsi üçün sistemi tæzædæn baþlatmanýz lazýmdýr"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Fat dosye sistemi uclarý hesaplanýr"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Tæzædæn ölçülür"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
msgid "This partition is not resizeable"
msgstr "Hansý bölmæ növünü istæyirsiniz?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Bu bölmædæki bütün bilgilær yedæklænmælidir"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"%s bölümü yenidæn ölçüldükdæn sonra bu bölmædæki bütün bilgilær silinæcækdir"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Tæzæ ölçü seçin"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Tæzæ bölmæ yarat"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Baþlanðýç sektoru: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "MB cinsindæn ölçü: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Dosye sistemi növü: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Xüsusiyyætlær: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Bu disk bölmæsi loopback üçün iþlædilmæz"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Loopback dosye adý: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr ""
"Dosye baþqa bir loopback tæræfindæn istifadædædir, baþqa\n"
"birini seçin"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Dosye onsuz da var. Ýþlædilsin mi?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Dosye seç"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1424,11 +1439,11 @@ msgstr ""
"Yedæk bölmæ cædvæli eyni ölçüyæ sahib deyil\n"
"Davam etmæk istæyirsiniz mi?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Xæbærdarlýq"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1436,39 +1451,39 @@ msgstr ""
"DÝsket sürücüyæ bir disket yerlæþdirin\n"
"Bu disketdæki bütün bilgilær yox olacaqdýr"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Bölmæ cædvæli qurtarýlmaða çalýþýlýr"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "avadanlýq"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "sæviyyæ"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "parça boyu"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Ælavæ etmæk üçün mövcud bir RAID seçin"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "tæzæ"
#: ../../fs.pm_.c:88 ../../fs.pm_.c:95 ../../fs.pm_.c:101 ../../fs.pm_.c:107
#, c-format
msgid "%s formatting of %s failed"
-msgstr "%s biçilmæsindæ %s bölmæ xætasý"
+msgstr "%s þækillændirilmæsindæ %s bölmæ xætasý"
#: ../../fs.pm_.c:133
#, c-format
msgid "I don't know how to format %s in type %s"
-msgstr "%s'i necæ biçæcæyimi bilmiræm (Növ: %s)"
+msgstr "%s'i necæ þækillændiræcæyimi bilmiræm (Növ: %s)"
#: ../../fs.pm_.c:218
msgid "mount failed: "
@@ -1691,9 +1706,9 @@ msgstr ""
"\n"
"\t* Tæcrübi: Bilgisayarýnýzý yazýlým inkiþafý üçüniþlædæcæksæniz sizin üçün "
"ideal seçkidir.\n"
-"\t O zaman qaynaq kodlarý yazmaq, biçmæk væ xætadan ayýqlamaq væ yauyðulama "
-"paketlæri hazýrlamaq üçün lazými her cür proqramýn daxil olduðu bir "
-"kolleksiya bilgisayarýnýza qurulacaqdýr.\n"
+"\t O zaman qaynaq kodlarý yazmaq, þækillændirmæk væ xætadan ayýqlamaq væ "
+"yauyðulama paketlæri hazýrlamaq üçün lazými her cür proqramýn daxil olduðu "
+"bir kolleksiya bilgisayarýnýza qurulacaqdýr.\n"
"\n"
"\n"
"\t* Verici: Bilgisayarýnýza Linux-Mandrakeni verici olaraq iþlætmæk "
@@ -2235,29 +2250,29 @@ msgid ""
"new\n"
"Linux-Mandrake operating system."
msgstr ""
-"Yeni yaradýlan bütün bölmælær biçilmælidir\n"
-"(biçmæk yæni dosye sistemi yaratmaq - format).\n"
+"Yeni yaradýlan bütün bölmælær þækillændirilmælidir\n"
+"(þækillændirmæk yæni dosye sistemi yaratmaq - format).\n"
"\n"
"\n"
-"Bu arada var olan hazýr bölmælæri dæ üstündækilæri silmæk üçünyenidæn biçmæk "
-"istæya\n"
+"Bu arada var olan hazýr bölmælæri dæ üstündækilæri silmæk üçünyenidæn "
+"þækillændirmæk istæya\n"
"bilærsiniz.\n"
"Bunu istæyirsinizsæ bu bölmælæri dæ seçmælisiniz.\n"
"\n"
"\n"
-"Bunu aðlýnýzda tutun ki var olan bütün bölmælæri biçmæk\n"
+"Bunu aðlýnýzda tutun ki var olan bütün bölmælæri þækillændirmæk\n"
"mæcburi deyil.\n"
"Ýþlætim sistæmini æmalæ gætiræn bölmælæri (yæni\n"
-"\"/\", \"usr\" væ ya \"var\"ý yenidæn biçmæk üçün\n"
+"\"/\", \"usr\" væ ya \"var\"ý yenidæn þækillændirmæk üçün\n"
"seçæ bilærsiniz. Verilær olan \"home\"u mæsælæ toxunulmadan\n"
"buraxa bilærsiniz.\n"
"\n"
"\n"
-"Diqqætli olun. biçdiyiniz bölmælærdæki verilær\n"
+"Diqqætli olun. þækillændirdiyiniz bölmælærdæki verilær\n"
"geri gælmæz.\n"
"\n"
"\n"
-"Biçmæyæ hazýr isæniz \"Oldu\" düymæsini týqlayýn.\n"
+"Þækillændirmæyæ hazýr isæniz \"Oldu\" düymæsini týqlayýn.\n"
"\n"
"\n"
"Yeni Linux Mandrake sisteminizi qurmaq üçün baþqa bölmæ seçmæk\n"
@@ -2837,12 +2852,13 @@ msgstr ""
"girilmælidir.\n"
"\n"
"\n"
-"Bu parolu diqqætli seçmælisiniz. Sadæcæ idaræi parolunu bilæn\n"
-"adamlar sistemi idaræ væ dæyiþiklik edæ bilirlær. Ayrýca idaræci\n"
-"parolu ilæ sistemæ giræn bir adam bütün verilæri silib, sistema zærær\n"
+"Bu parolu diqqætli seçmælisiniz. Sadæcæ idaræi parolunu bilæn \n"
+"adamlar sistemi idaræ væ dæyiþiklik edæ bilirlær. Ayrýca idaræci \n"
+"parolu ilæ sistemæ giræn bir adam bütün verilæri silib, sistema zærær \n"
"veræ bilær. Seçdiyiniz parol alfanumerik xarakterlær daxil edib en az 8 "
"xarakter uzunluðunda olmalýdýr. Hær hansý bir kaðýza, dæftara qeyd\n"
-"alýnmamalýdýr. Çox uzun bir parol væ ya çox qarýþýq bir parol iþlædilir isæ\n"
+"alýnmamalýdýr. Çox uzun bir parol væ ya çox qarýþýq bir parol iþlædilir isæ "
+"\n"
"parolun xatýrlanmasý çætinlæþir.\n"
"\n"
"\n"
@@ -2998,7 +3014,7 @@ msgstr ""
"\n"
" \t- Ekran modu: Açýlýþda bir neçæ mætn ekran modu seçilæ bilær:\n"
" * sadæ: 80x25 mætn ekran açýlýr.\n"
-" * <ræqæm>: Göstærilænn ræqæmlæræ göræ mætn ekran rezolüsiyasý "
+" * <ræqæm>: Göstærilænn ræqæmlæræ göræ mætn ekran rezolyusiyasý "
"quraþdýrýlýr."
#: ../../help.pm_.c:680
@@ -3212,7 +3228,7 @@ msgstr "Dosye sistemlæri Quraþdýrýlmasý"
#: ../../install2.pm_.c:47
msgid "Format partitions"
-msgstr "Bölümlærin biçilmæsi"
+msgstr "Bölümlærin þækillændirilmæsi"
#: ../../install2.pm_.c:48
msgid "Choose packages to install"
@@ -3238,8 +3254,8 @@ msgstr "Xidmætlæri qur"
msgid "Configure printer"
msgstr "Yazýcýyý qur"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Root parolunu qur"
@@ -3267,7 +3283,7 @@ msgstr "Floppy'yi avtomatik qur"
msgid "Exit install"
msgstr "Qurulumdan Çýx"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "$f dosyesý oxunurkan xæta oldu"
@@ -3319,7 +3335,7 @@ msgstr ""
#: ../../install_interactive.pm_.c:68
msgid "Use free space"
-msgstr "Boþ sahæni iþlæt"
+msgstr "Boþ sahæni istifadæ et"
#: ../../install_interactive.pm_.c:70
msgid "Not enough free space to allocate new partitions"
@@ -3365,7 +3381,7 @@ msgstr "Hansý bölmænin boyunu dæyiþdiræcæksiniz?"
msgid "Computing Windows filesystem bounds"
msgstr "Fat dosyæ sistemi uclarý hesaplanýr"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3374,12 +3390,12 @@ msgstr ""
"FAT analizcimiz sizin bölümlæri iþlædæ bilmir,\n"
"bu xæta oldu: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Sizin Windows bölümü çox daðýnýqdýr. Lütfæn ævvælcæ birlæþdirin (defraq)"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3396,60 +3412,60 @@ msgstr ""
"quruluma \n"
"davam edin. Verilarinizin yedæyini almaðý da unutmayýn!"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Hansý sektora daþýmaq istæyirsiniz?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "bölmæ %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Boyunun dæyiþdirilmæsi iflas etdi %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr "FAT bölmæsi yoxdur ya da loopback üçün lazými yer buraxýlmayýb"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Bütün diski sil"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Windowsu sil"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Sizin birdæn çox diskiniz var, linux qurmaq üçün hansýný istifadæ "
"edæcæksiniz?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"%s bölümæsinin boyu dæyiþdirildikdæn sonra bu bölædæki bütün bilgilær "
"silinæcækdir"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Usta modu"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Diskdrake istifadæ et"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Fdisk istifadæ et"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3458,28 +3474,28 @@ msgstr ""
"Ýndi %s sabit diskinizi bölmælændiræ bilærsiniz\n"
"Ýþinizi bitirdiyinizda `w' ilæ qeyd etmæyi unutmayýn"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
msgid "You don't have enough free space on your Windows partition"
msgstr "Heç Windows disk bölmæniz yoxdur!"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
msgid "I can't find any room for installing"
msgstr "Artýq bölmæ ælavæ edilæ bilmæz"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX bölmæ sehirbazý bu yolu tapdý:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Bölmæ cædvæli növü: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Network aktivlæþdirilir"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Network dayandýrýlýr"
@@ -3491,12 +3507,12 @@ msgstr ""
"Bir xæta oldu, fæqæt necæ düzældilacæyini bilmiræm.\n"
"Davam edin, riski sizæ aitdir!"
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "%s baðlama nöqtæsini çoxalt"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3508,12 +3524,12 @@ msgstr ""
"Ævvældæn Linux qurulu bir sistemdæ \"rpm -qpl Mandrake/RPMS/*.rpm\"'yi\n"
"istifadæ edæræk Cd-Rom'u yoxlayýn.\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "%s'æ Xoþgælmiþsiniz"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Disket sürücü yoxdur"
@@ -3593,7 +3609,7 @@ msgid "There was an error ordering packages:"
msgstr "Paketlæri istærkæn bir xæta oldu:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "X11 qurðularý üçün mövcud qurðulardan istifadæ edælim mi?"
@@ -3774,6 +3790,34 @@ msgid ""
"respective authors and are protected by intellectual property and \n"
"copyright laws applicable to software programs.\n"
msgstr ""
+"\n"
+"Warning\n"
+"\n"
+"Please read carefully the terms below. If you disagree with any\n"
+"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
+"to continue the installation without using these media.\n"
+"\n"
+"\n"
+"Some components contained in the next CD media are not governed\n"
+"by the GPL License or similar agreements. Each such component is then\n"
+"governed by the terms and conditions of its own specific license. \n"
+"Please read carefully and comply with such specific licenses before \n"
+"you use or redistribute the said components. \n"
+"Such licenses will in general prevent the transfer, duplication \n"
+"(except for backup purposes), redistribution, reverse engineering, \n"
+"de-assembly, de-compilation or modification of the component. \n"
+"Any breach of agreement will immediately terminate your rights under \n"
+"the specific license. Unless the specific license terms grant you such\n"
+"rights, you usually cannot install the programs on more than one\n"
+"system, or adapt it to be used on a network. In doubt, please contact \n"
+"directly the distributor or editor of the component. \n"
+"Transfer to third parties or copying of such components including the \n"
+"documentation is usually forbidden.\n"
+"\n"
+"\n"
+"All rights to the components of the next CD media belong to their \n"
+"respective authors and are protected by intellectual property and \n"
+"copyright laws applicable to software programs.\n"
#: ../../install_steps_gtk.pm_.c:559 ../../install_steps_interactive.pm_.c:147
msgid "Accept"
@@ -3933,6 +3977,123 @@ msgid ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
+"Introduction\n"
+"\n"
+"The operating system and the different components available in the "
+"Linux-Mandrake distribution \n"
+"shall be called the \"Software Products\" hereafter. The Software Products "
+"include, but are not \n"
+"restricted to, the set of programs, methods, rules and documentation related "
+"to the operating \n"
+"system and the different components of the Linux-Mandrake distribution.\n"
+"\n"
+"\n"
+"1. License Agreement\n"
+"\n"
+"Please read carefully this document. This document is a license agreement "
+"between you and \n"
+"MandrakeSoft S.A. which applies to the Software Products.\n"
+"By installing, duplicating or using the Software Products in any manner, you "
+"explicitly \n"
+"accept and fully agree to conform to the terms and conditions of this "
+"License. \n"
+"If you disagree with any portion of the License, you are not allowed to "
+"install, duplicate or use \n"
+"the Software Products. \n"
+"Any attempt to install, duplicate or use the Software Products in a manner "
+"which does not comply \n"
+"with the terms and conditions of this License is void and will terminate "
+"your rights under this \n"
+"License. Upon termination of the License, you must immediately destroy all "
+"copies of the \n"
+"Software Products.\n"
+"\n"
+"\n"
+"2. Limited Warranty\n"
+"\n"
+"The Software Products and attached documentation are provided \"as is\", "
+"with no warranty, to the \n"
+"extent permitted by law.\n"
+"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
+"law, be liable for any special,\n"
+"incidental, direct or indirect damages whatsoever (including without "
+"limitation damages for loss of \n"
+"business, interruption of business, financial loss, legal fees and penalties "
+"resulting from a court \n"
+"judgment, or any other consequential loss) arising out of the use or "
+"inability to use the Software \n"
+"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
+"occurance of such \n"
+"damages.\n"
+"\n"
+"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
+"COUNTRIES\n"
+"\n"
+"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
+"in no circumstances, be \n"
+"liable for any special, incidental, direct or indirect damages whatsoever "
+"(including without \n"
+"limitation damages for loss of business, interruption of business, financial "
+"loss, legal fees \n"
+"and penalties resulting from a court judgment, or any other consequential "
+"loss) arising out \n"
+"of the possession and use of software components or arising out of "
+"downloading software components \n"
+"from one of Linux-Mandrake sites which are prohibited or restricted in some "
+"countries by local laws.\n"
+"This limited liability applies to, but is not restricted to, the strong "
+"cryptography components \n"
+"included in the Software Products.\n"
+"\n"
+"\n"
+"3. The GPL License and Related Licenses\n"
+"\n"
+"The Software Products consist of components created by different persons or "
+"entities. Most \n"
+"of these components are governed under the terms and conditions of the GNU "
+"General Public \n"
+"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
+"licenses allow you to use, \n"
+"duplicate, adapt or redistribute the components which they cover. Please "
+"read carefully the terms \n"
+"and conditions of the license agreement for each component before using any "
+"component. Any question \n"
+"on a component license should be addressed to the component author and not "
+"to MandrakeSoft.\n"
+"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
+"Documentation written \n"
+"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
+"documentation for \n"
+"further details.\n"
+"\n"
+"\n"
+"4. Intellectual Property Rights\n"
+"\n"
+"All rights to the components of the Software Products belong to their "
+"respective authors and are \n"
+"protected by intellectual property and copyright laws applicable to software "
+"programs.\n"
+"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
+"Products, as a whole or in \n"
+"parts, by all means and for all purposes.\n"
+"\"Mandrake\", \"Linux-Mandrake\" and associated logos are trademarks of "
+"MandrakeSoft S.A. \n"
+"\n"
+"\n"
+"5. Governing Laws \n"
+"\n"
+"If any portion of this agreement is held void, illegal or inapplicable by a "
+"court judgment, this \n"
+"portion is excluded from this contract. You remain bound by the other "
+"applicable sections of the \n"
+"agreement.\n"
+"The terms and conditions of this License are governed by the Laws of "
+"France.\n"
+"All disputes on the terms of this license will preferably be settled out of "
+"court. As a last \n"
+"resort, the dispute will be referred to the appropriate Courts of Law of "
+"Paris - France.\n"
+"For any question on this document, please contact MandrakeSoft S.A. \n"
#: ../../install_steps_interactive.pm_.c:154
#: ../../standalone/keyboarddrake_.c:21
@@ -4102,7 +4263,7 @@ msgstr ""
#: ../../install_steps_interactive.pm_.c:376
msgid "Choose the partitions you want to format"
-msgstr "Biçilæcæk disk bölmælærini seçin"
+msgstr "Þækillændirilæcæk disk bölmælærini seçin"
#: ../../install_steps_interactive.pm_.c:386
msgid "Check bad blocks?"
@@ -4110,12 +4271,12 @@ msgstr "Xætalý bloklar sýnansýn mý?"
#: ../../install_steps_interactive.pm_.c:397
msgid "Formatting partitions"
-msgstr "Bölmælær biçilir"
+msgstr "Bölmælær þækillændirilir"
#: ../../install_steps_interactive.pm_.c:401
#, c-format
msgid "Creating and formatting file %s"
-msgstr "%s dosyesi yaradýlýr væ biçilir"
+msgstr "%s dosyesi yaradýlýr væ þækillændirilir"
#: ../../install_steps_interactive.pm_.c:404
msgid "Not enough swap to fulfill installation, please add some"
@@ -4261,92 +4422,92 @@ msgstr ""
"USA\n"
"ünvanýna yazýnýz."
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Paketleri almaq üçün bir ayna ünvaný seçin"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Ayna ünvanýna baðlantý qurulur"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Lütfan qurmaq istædiyiniz paketlæri seçin."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "Sisteminiz hansý mæqsædlæ istifadæ edilæcæk?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Avadanlýq saatýnýz GMT'yæ göra quruludur mu?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Hansý yazýcý sistemini istifadæ etmæk istæyirsiniz?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Parol yoxdur"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Kölga parol istifadæ et"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "kölgæ parol"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "MD5 þifrlama istifadæ et"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "NIS istifadæ et"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "sarý sæhifælær"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Bu parol çox sadædir (en az %d xarakter boyunda olmalýdýr)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS sahæsi"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS Verici"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Ýstifadæciyi qæbul et"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Ýstifadæciyi ælavæ et"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(%s artýq ælavæ edilmiþdir)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4356,50 +4517,50 @@ msgstr ""
"Bir istifadæci girin\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Hæqiqi adý"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Ýstifadæi adý"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
-msgstr "Qabýx"
+msgstr "Qabýq"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Tæmsil"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Zæif parol seçdiniz!"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Lütfæn bir istifadæci adý alýn"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-"Ýstifadæi adýnda sadacæ kiçik harflær, ræqæmlær, `-' væ `_' xarakterlæriola "
+"Ýstifadæi adýnda sadacæ kiçik harflær, ræqæmlær, `-' væ `_' xarakterlæri ola "
"bilær"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
-msgstr "Bu istifadæi adý artýq vardýr"
+msgstr "Bu istifadæçi adý artýq vardýr"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -4430,19 +4591,19 @@ msgstr ""
"yerlæþdirin\n"
"væ \"OLDU\" basýn."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Ýlk disket sürücü"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Ýkinci disket sürücü"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Keç"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4469,32 +4630,32 @@ msgstr ""
"yerlæþdirin\n"
"væ \"OLDU\" basýn."
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Disket sürücü yoxdur"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Açýlýþ disketi yaratmaq üçün istifadæ edilæcæk disket sürücüyü seçin"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "%s sürücüsüna bir disket taxýn"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Açýlýþ disketi yaradýlýr"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Açýlýþ yüklayici hazýrlanýr"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "aboot istifadæ etmæk istæyirsiniz mi?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4502,80 +4663,80 @@ msgstr ""
"aboot qurulumunda xata, \n"
"ilk disk bölmasini yox etsa belæ yenæ dæ qurulmasýný istæyirsiniz mi?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Açýlýþ yüklæyicisi qurulumu iflas etdi. Xæta:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Crackerlæræ xoþgælmiþsiniz"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Zæif"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Alçaq"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Orta"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Yüksæk"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Sübhæci"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Müxtælif suallar"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(veri itkisinæ sæbæb ola bilær)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Sabit disk optimizassyasý istifadæ edilsin mi?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Mühafizæ sæviyyæsini seçin"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Ümumi hafizæ miqdarý (%d MB tapýldý)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Taxýlýb sökülæ bilæn avadanlýqþlarýn avtomatik baðlanmasý"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "/tmp'yi hær açýlýþda tamizlæ"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Birdæn artýq profilæ icazæ ver"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Açýlýþda Num Lock iþýðýný yandýr"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Hafizæ miqdarýný Mb cinsindæn veriniz"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Yüksak mühafizæ sæviyyæsindæ supermount istifadæ edilæ bilmæz"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4590,7 +4751,7 @@ msgstr ""
"siteminizi verici olaraq istifadæ xaricindæ baþqqa bir sahædæ istifadæyi \n"
"düþünmæyin. Mæn sizi xæbærdar etdim."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4598,23 +4759,23 @@ msgstr ""
"Ehtiyatlý olun, numlock iþýðýnýn yanmasýný seçmæk bir çox düymænin\n"
"hærf yerinæ ræqæm yazmasýna sæbæb olar('p'yæ basarsanýz '6' çýxa bilær)"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"Linux köçürülmæsi üçün bir dænæ avtomatik qurulum disketi yaratmaq "
"istæyærmisiniz?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "%s sürücüsünæ boþ bir disket yerlaþdirin"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Avtomatik kurulum disketi hazýrlanýr"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4624,7 +4785,7 @@ msgstr ""
"\n"
"Hæqiqætæn dæ çýxmaq istæyirsiniz mi?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4684,10 +4845,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Seçkiniz (æsas %s, yoxsa `none' yazýn) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Çex dili"
+msgid "Czech (QWERTZ)"
+msgstr "Çex dili (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Almanca"
@@ -4695,19 +4856,19 @@ msgstr "Almanca"
msgid "Dvorak"
msgstr "Dvorak dili"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Ýspanca"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Fincæ"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Fransýzca"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norveçcæ"
@@ -4715,15 +4876,15 @@ msgstr "Norveçcæ"
msgid "Polish"
msgstr "Polyakca"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Rusca"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Ýngiliz (UK) klaviaturasý"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Amerikan (US) klaviaturasý"
@@ -4757,7 +4918,7 @@ msgstr "Bulqarca"
#: ../../keyboard.pm_.c:131
msgid "Brazilian (ABNT-2)"
-msgstr "Braazilya dili"
+msgstr "Brazilya dili (ABNT-2)"
#: ../../keyboard.pm_.c:132
msgid "Belarusian"
@@ -4771,151 +4932,167 @@ msgstr "Ýsveçcæ (Alman sýrasý)"
msgid "Swiss (French layout)"
msgstr "Ýsveçcæ (Fransýz sýrasý)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Çex dili (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr "Çex dili (Proqramcýlar)"
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Almanca (ölü düymalær olmasýn)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Danimarka dili"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak dili (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norveçcæ)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estoniya dili"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Gürcü dili (\"Rus\" sýrasý)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Gürcü dili (\"Latýn\" sýrasý)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Yunanca"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Macarca"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Xýrvatca"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Ýbranicæ"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Ýbranicæ (Fonetik)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Farsca"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Ýzlandiya dili"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Ýtalyanca"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Yaponca 106 düymæli"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latýn Amerika dili"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Hollanda dili"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Litvaniya dili AZERTY (köhnæ)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Litvanya dili AZERTY (tæzæ)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litvanya dili \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litvanya dili \"Fonetik\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polyakca (QWERTY sýrasý)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polyakca (QWERTZ sýrasý)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portuqalca"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Fransýzca (Kanada/Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Rusca (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Ýsveçcæ"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slovencæ"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slovakca"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovakca (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slovakca (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr "Slovakca (Proqramcýlar)"
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Thai klaviatura"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Türkcæ (ænænævi \"F\" klaviatura)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Türkçæ (müasir \"Q\" klaviatura)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukrayna dili"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Amerikan (US) klaviaturasý (beynælmilæl)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vyetnam dili \"numeric row\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Yugoslavca (latýn sýrasý)"
@@ -4931,9 +5108,9 @@ msgstr "Standart"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Sýravi PS2 Çærxli Siçan"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4971,6 +5148,10 @@ msgstr "Sýravi 2 Düymæli Siçan"
msgid "Generic 3 Button Mouse"
msgstr "Sýravi 3 Düymæli Siçan"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -5027,42 +5208,39 @@ msgstr "Sonraký ->"
msgid "Is this correct?"
msgstr "Doðrudur mu?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Ýnternet qurðularý"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Ýnternete giriþi indi sýnamaq istæyirsiniz mi?"
-#: ../../netconnect.pm_.c:101
-#, fuzzy
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
-msgstr ""
-"\n"
-"Baðlantýnýzý tæzædæn quraþdýra bilærsiniz."
+msgstr "Baðlantýnýz sýnanýr..."
-#: ../../netconnect.pm_.c:106
-#, fuzzy
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
msgid "The system is now connected to Internet."
-msgstr "Hælæ Ýnternetæ baðlý deyilsiniz."
+msgstr "Ýnternetæ artýq baðlýsýnýz"
-#: ../../netconnect.pm_.c:107
-#, fuzzy
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
msgstr ""
-"\n"
-"Ýstæsæniz Ýnternetæ baðlana bilærsiniz ya da yeniden quraþdýra bilærsiniz."
+"ÝSisteminiz Ýnternetæ baðlý deyil.\n"
+"Baðlantýyý tæzædæn quraþdýrýn"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "ISDN quraþdýrýlmasý"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5070,115 +5248,115 @@ msgstr ""
"Ýnternet xidmæt vercinizi seçin.\n"
"Siyahýda deyilsæ Siyahýda deyil'i seçin."
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Baðlantý quraþdýrýlmasý"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Lütfæn aþaðýdakýlarý doldurun ya da seçin"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "Kart IRQ"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Kart mem (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "Kart IO"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "Kart IO_0"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "Kart IO_1"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Sizin þæxsi telefon nömræniz"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Ýnternet xidmæ vercinizin adý (mæsælæn artel.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "ÝXM telefon nömræsi"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "ÝXM dns 1"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "ÝXM dns 2"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Yýðma modu"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Hesab Giriþi (istifadæci adý)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Hesap Parolu"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Parolu doðrula"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Avropa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Avropa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Bütün dünya"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Bütün dünya - D-Channel'læ xaric (kiralýq xætlær)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Hansý prtokolu istifadæ etmæk istæyirsiniz?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Bilmiræm"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Hansý növ kartýnýz var?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Davam et"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Dayandýr"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5190,15 +5368,15 @@ msgstr ""
"\n"
"PCMCIA kartýnýz var isæ kartýnýzýn irq væ ya io'sunu bilmælisiniz.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Hansýsý sizin ISDN kartýnýzdýr?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Bu ISDN kartýný tapdým:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5206,11 +5384,11 @@ msgstr ""
"ISDN PCI kart tapdým, amma növünü bilmiræm. Lütfæn sonraký ekrandaký "
"kartlardan birini seçin."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Heç bir ISDN PCI kart tapýlmaý. Sonraký ekrandakýlardam seçin."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
@@ -5218,21 +5396,24 @@ msgstr ""
"Sisteminizdæ heç bir ethernet network adapteri tapýla bilmædi.\n"
"Bu baðlantý þæklini qura bilmæræm."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Network ara üzünü seçin"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Ýnternete baðlanmaq üçün network adapteri seçin."
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Network ara üzü"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
@@ -5240,71 +5421,71 @@ msgstr ""
"\n"
"Razýsýnýz mý?"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid "I'm about to restart the network device:\n"
msgstr "Network avadanlýðýný tæzædæn baþlatmalýyam:\n"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "ADSL quraþdýrýlmasý"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Baðlantýnýzý açýlýþda baþlatmaq istæyirsiniz mi?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Bir modem axtarým mý?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Modeminizin hansý serial qapýya baðlý olduðunu seçiniz"
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Çevirmæli network seçænæklari"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Baðlantý adý"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Telefon nömræsi"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Giriþ adý"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Tanýtma"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Betik tabænli"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Terminal tæbænli"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Sahæ(domain) adý"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Birinci DNS Vericisi"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Ýkinci DNS Vericisi"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5312,7 +5493,8 @@ msgstr ""
"\n"
"Ýstæsæniz Ýnternetæ baðlana bilærsiniz ya da yeniden quraþdýra bilærsiniz."
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5320,12 +5502,11 @@ msgstr ""
"\n"
"Baðlantýnýzý tæzædæn quraþdýra bilærsiniz."
-#: ../../netconnect.pm_.c:589
-#, fuzzy
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid "You are not currently connected to Internet."
msgstr "Hælæ Ýnternetæ baðlý deyilsiniz."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5334,95 +5515,97 @@ msgstr ""
"Baðlantýnýzý kæsæ bilærsiniz. Ya da baðlantýyý tæzædæn dæ quraþdýra "
"bilærsiniz."
-#: ../../netconnect.pm_.c:593
-#, fuzzy
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid "You are currently connected to internet."
-msgstr "Hælæ Ýnternetæ baðlý deyilsiniz."
+msgstr "Artýq Ýnternetæ baðlýsýnýz."
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr "Ýnternetæ baðlantý"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr "Ýnternetæ baðlantýyý kæs"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
msgid "Configure network connection (LAN or Internet)"
msgstr "Network (Ýnternet/LAN) baðlantýnýzý quraþdýrýn"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Ýnternet baðlantýsý & quraþdýrýlmasý"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr "$netc->{NET_DEVICE} avadanlýðýný tæzædæn baþladacam. Razýsýnýz mý?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
msgstr "Ýnternetæ normal modemlæ baðlan"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
msgstr "Ýnternetæ ISDN ilæ baðlan"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Daxili ISDN kart"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Xarici ISDN kart"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Ýnternete baðlan"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "ISDN baðlantýnýzýn növü nædir?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
msgstr "Ýnternetæ DSL (væ ya ADSL) ilæ baðlan"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Fransa"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Baþqa ölkælær"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "Hansý ölkædæ yerlæþirsiniz?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel modem"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI modem"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr "ADSL modeminiz Alcatelin isæ Alcateli seçin. Yoxsa ECI seçin."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "pppoe istifadæ et"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "pppoe istifadæ etmæ"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5432,58 +5615,57 @@ msgstr ""
"Bæzi baðlantýlar isæ sadæcæ olaraq dhcp istifadæ edir.\n"
"Bilmirsiniz isæ pppop istifadæ edin"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
msgstr "Ýnternetæ kabel ilæ baðlanýn"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
-msgstr "Hansý dhcp alýcýsýný istifadæ edæcæksiniz?\n"
+msgstr ""
+"Hansý dhcp alýcýsýný istifadæ edæcæksiniz?\n"
"Æsasý dhcpd dir"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
msgid "Disable Internet Connection"
msgstr "Ýnternet baðlantýsýný læðv et"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Yerli Networku quraþdýr"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
msgid "Network configuration"
msgstr "Network quraþdýrýlmasý"
-#: ../../netconnect.pm_.c:823
-#, fuzzy
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
msgid "Do you want to restart the network"
-msgstr "Qurðularý sýnamaq istæyirsinizmi?"
+msgstr "Networku tæzædæn baþlatmaq istæyirsinizmi?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Networku læðv et"
-#: ../../netconnect.pm_.c:841
-#, fuzzy
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
msgid "Configure the Internet connection / Configure local Network"
-msgstr "Ýnternetæ baðlan / Networku quraþdýr"
+msgstr "Ýnternet baðlantýsýný quraþdýr / Yerli Networku quraþdýr"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
msgstr "LAN qurðularý artýq olmuþdur. Næ etmæk istæyirsiniz:?"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Ýnternetæ necæ baðlanmaq istæyirsiniz?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Network quraþdýrýlmasý"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5563,6 +5745,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP ünvaný 1.2.3.4 þæklindæ olmalýdýr"
@@ -5692,7 +5875,7 @@ msgstr "Yerli Yazýcý"
msgid "Remote printer"
msgstr "Uzaq Yazýcý"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Uzaq CUPS vericisi"
@@ -5838,7 +6021,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Yazýçi Ev sahibi"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Qapý"
@@ -5977,12 +6160,12 @@ msgstr "CUPS baþlayýr"
msgid "Reading CUPS drivers database..."
msgstr "CUPS sürücü datasý oxunur..."
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Yazýçý Baðlantýsý Seçin"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Yazýçýnýz næ þækildæ baðlýdýr?"
@@ -6000,11 +6183,33 @@ msgstr ""
"Buradaký hær yazýçý avtomatik tapýlacaqdýr.\n"
"Olmazsa \"Uzaq CUPS vericisi\" ni seçin."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Uzaq CUPS vericilæri üçün heç bir quraþdýrmaya lüzüm yoxdur\n"
+"Buradaký hær yazýçý avtomatik tapýlacaqdýr.\n"
+"Olmazsa \"Uzaq CUPS vericisi\" ni seçin."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "SMB verici IP"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Növbæyi sil"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -6015,19 +6220,19 @@ msgstr ""
"Yazýçýnýn tæsviri væ yeri dæ göstærilmælidir.\n"
"Bu yazýçýnýn adý nædir væ yeri haradadýr?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Yazýçý adý"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Tæsviri"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Yeri"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -6038,22 +6243,22 @@ msgstr ""
"(çoxunda lp) væ gözlæmæ qovluðuna ehtiyac duyar. Bu növbæ üçün\n"
"hansý ad væ qovluq istifadæ edilsin?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Növbænin adý"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Gözlæma qovluðu"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Yazýçý Baðlantýsý"
#: ../../raid.pm_.c:32
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Biçilmiþ RAID md%d'yæ disk bölmæsi ælavæ edilæ bilinmædi"
+msgstr "Þækillændirilmiþ RAID md%d'yæ disk bölmæsi ælavæ edilæ bilinmædi"
#: ../../raid.pm_.c:102
msgid "Can't write file $file"
@@ -6321,7 +6526,7 @@ msgstr "Açýlýþ disketi yarat"
#: ../../standalone/drakboot_.c:28
msgid "Format floppy"
-msgstr "Disketi biç"
+msgstr "Disketi þækillændir"
#: ../../standalone/drakboot_.c:40
msgid "Choice"
@@ -6336,46 +6541,49 @@ msgid "Internet Connection Sharing currently enabled"
msgstr "Ýnternet Baðlantýsý Bölüþdürülmæsi aktivlæþdirildi"
#: ../../standalone/drakgw_.c:104
-#, fuzzy
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
"\n"
"What would you like to do?"
-msgstr "Ýnternet Baðlantýsý Bölüþdürülmæsi qurulmasý artýq bitdi.\n"
+msgstr ""
+"Ýnternet Baðlantýsý Bölüþdürülmæsi qurulmasý artýq bitdi.\n"
+"Væ artýq aktivlæþdirilmiþdir.\n"
+"\n"
+"Næ etmæk istæyirsiniz?"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:108
-#, fuzzy
msgid "disable"
-msgstr "Cædvæl"
+msgstr "passivlæþdir"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:118
#: ../../standalone/drakgw_.c:126 ../../standalone/drakgw_.c:137
msgid "dismiss"
-msgstr ""
+msgstr "keç"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:126
-#, fuzzy
msgid "reconfigure"
-msgstr "X'i qur"
+msgstr "tæzædæn quraþdýr"
#: ../../standalone/drakgw_.c:122
msgid "Internet Connection Sharing currently disabled"
msgstr "Ýnternet Baðlantýsý Bölüþdürülmæsi passivlæþdirildi"
#: ../../standalone/drakgw_.c:123
-#, fuzzy
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
"\n"
"What would you like to do?"
-msgstr "Ýnternet Baðlantýsý Bölüþdürülmæsi qurulmasý artýq bitdi.\n"
+msgstr ""
+"Ýnternet Baðlantýsý Bölüþdürülmæsi qurulmasý artýq bitdi.\n"
+"Væ artýq passivlæþdirilmiþdir.\n"
+"\n"
+"Næ etmæk istæyirsiniz?"
#: ../../standalone/drakgw_.c:126 ../../standalone/drakgw_.c:127
-#, fuzzy
msgid "enable"
-msgstr "Cædvæl"
+msgstr "aktivlæþdir"
#: ../../standalone/drakgw_.c:141
msgid "Config file content could not be interpreted."
@@ -6402,9 +6610,8 @@ msgstr ""
"Ýnternet Baðlantýsý Bölüþdürülmæsini qurmaq istayirsiniz mi?"
#: ../../standalone/drakgw_.c:177
-#, fuzzy
msgid "using module"
-msgstr "Yýðma modu"
+msgstr "modul istifadæ edilir"
#: ../../standalone/drakgw_.c:210
msgid "No network adapter on your system!"
@@ -6467,13 +6674,12 @@ msgid "Configuring scripts, installing software, starting servers..."
msgstr "Scriptlæ qurulur, yazýlým yüklænir, xidmætlær baþladýlýr..."
#: ../../standalone/drakgw_.c:282
-#, fuzzy
msgid "Configuring..."
-msgstr "IDE qapýlarý qurulur"
+msgstr "Quraþdýrýlýr..."
#: ../../standalone/drakgw_.c:313
msgid "Problems installing package $bin2rpm{$_}"
-msgstr ""
+msgstr "$bin2rpm{$_} yüklænirkæn xæta oldu"
#: ../../standalone/drakgw_.c:504
msgid "Congratulations!"
@@ -6485,6 +6691,10 @@ msgid ""
"You may now share Internet connection with other computers on your Local "
"Area Network, using automatic network configuration (DHCP)."
msgstr ""
+"Hær þey quruldu.\n"
+"Ýndi isæ Ýnternet baðlantýnýzý yerli networkdaký baþqa ilgisayarlar ilæ "
+"bölüþdüræ bilærsiniz, bunun üçün isæ avtomatik network quraþdýrýlmasý (DHCP) "
+"iþlædilir."
#: ../../standalone/draksec_.c:28
msgid ""
@@ -6549,11 +6759,11 @@ msgstr "Ýstifadæ edæcæyiniz aracýyý seçin"
#: ../../standalone/keyboarddrake_.c:14
msgid "usage: keyboarddrake [--expert]\n"
-msgstr ""
+msgstr "istifadæ qaydasý: keyboarddrake [--expert]\n"
#: ../../standalone/keyboarddrake_.c:27
msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
+msgstr "Konsolda BackSpace'in Silmæ funksyasýný görmæyini istæyirmisiniz?"
#: ../../standalone/livedrake_.c:23
msgid "Change Cd-Rom"
@@ -6792,7 +7002,7 @@ msgstr "Uclarýn tapýlmasý bir az vaxt alacaq"
# ../../share/compssUsers
msgid "Graphics Manipulation"
-msgstr ""
+msgstr "Qrafiki æmæliyyatlar"
# ../../share/compssUsers
msgid "KDE, QT, Gnome, GTK+"
@@ -6800,19 +7010,19 @@ msgstr "KDE, QT, Gnome, GTK+"
# ../../share/compssUsers
msgid "Personnal Finance"
-msgstr ""
+msgstr "Þæxsi Maliyyæ"
# ../../share/compssUsers
msgid "Python, Perl, libraries, tools"
-msgstr ""
+msgstr "Pyton, Perl, kitabxanalar, aracýlar"
# ../../share/compssUsers
msgid "Scientific applications"
-msgstr ""
+msgstr "Elmi uyðulamalar"
# ../../share/compssUsers
msgid "Databases"
-msgstr ""
+msgstr "Veri tabanlar (Databases="
msgid "Internet"
msgstr "Ýnternet"
@@ -6823,15 +7033,15 @@ msgstr "Çoxlu ortam - Qrafika"
# ../../share/compssUsers
msgid "editors, shells, file tools, terminals"
-msgstr ""
+msgstr "editorlar, ræflær, dosye aracýlarý, terminallar"
-#, fuzzy
msgid "Development applications"
-msgstr "Tæcrübi"
+msgstr "Tæcrübi uyðulamalar"
# ../../share/compssUsers
msgid "Audio-related tools: mp3 or midi players, mixers, etc"
msgstr ""
+"Sæs ilæ ælaqædær aracýlar: mp3 væ ya midi çalðýçýlar, qarýþdýrýçýlar, vs."
# ../../share/compssUsers
msgid "Multimedia"
@@ -6842,38 +7052,41 @@ msgstr "Ýdaræ"
# ../../share/compssUsers
msgid "Sciences"
-msgstr "Elm"
+msgstr "Elmi"
# ../../share/compssUsers
msgid ""
"Chat (IRC or instant messaging) programs such as xchat, licq, gaim, and file "
"transfer tools"
msgstr ""
+"Chat (IRC væ eyni zamanlý xæbærlæþmæ) proqramlarý, mæsælæn xchat, licq, gaim "
+"væ dosyedaþýma aracýlarý"
# ../../share/compssUsers
msgid ""
"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
"browse the Web"
msgstr ""
+"Elektronik mæktub væ xæbær oxuyucusu (pine, mutt, tin..) væ Web sæyyahlarý"
# ../../share/compssUsers
msgid "C and C++ development libraries, programs and include files"
-msgstr ""
+msgstr "C væ C++ inkiþaf kitabxanalarý, proqramlarý væ daxil edilæcæk dosyelær"
# ../../share/compssUsers
msgid "Communication facilities"
-msgstr ""
+msgstr "Rabitæ aracýlarý"
msgid "KDE"
msgstr "KDE"
# ../../share/compssUsers
msgid "Personnal Information Management"
-msgstr ""
+msgstr "Þæxsi Mæ'lumat Ýdaræcisi"
# ../../share/compssUsers
msgid "Programs to manage your finance, such as gnucash"
-msgstr ""
+msgstr "Þæxsi maliyyæ idaræçilæri, mæsælæn gnucash"
msgid "Gnome"
msgstr "Gnome"
@@ -6886,11 +7099,11 @@ msgstr "Sænædlær"
# ../../share/compssUsers
msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, vs."
# ../../share/compssUsers
msgid "Utilities"
-msgstr ""
+msgstr "Aracýlar"
# ../../share/compssUsers
msgid "Multimedia - Sound"
@@ -6898,95 +7111,101 @@ msgstr "Çoxlu ortam - Sæs"
# ../../share/compssUsers
msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
+msgstr "Arcade, taxta oyunlarý, strategiya, vs kimi æylæncæ proqramlarý"
# ../../share/compssUsers
msgid "Video players and editors"
-msgstr ""
+msgstr "Video çalðýçýlarý væ tæþkilatçýlarý"
# ../../share/compssUsers
msgid "Console Tools"
-msgstr ""
+msgstr "Konsol Aracýlarý"
-#, fuzzy
msgid "Development other"
-msgstr "Tæcrübi"
+msgstr "Tæcrübi væ baþqalarý"
# ../../share/compssUsers
msgid "Databases clients and servers (mysql and postgresql)"
-msgstr ""
+msgstr "Veritabaný alýcýlarý væ vericilæri (mysql væ postgresql)"
# ../../share/compssUsers
msgid "Sound and video playing/editing programs"
-msgstr ""
+msgstr "Sæs væ video çalýnmasý/tæþkilatý proqramlarý"
# ../../share/compssUsers
msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
+msgstr "Linux væ pulsuz yazýlým Kitablar væ Howtolarý"
# ../../share/compssUsers
msgid ""
"A graphical environment with user-friendly set of applications and desktop "
"tools"
msgstr ""
+"Ýstifadæçi dostu proqram væ masaüstü ilæ bærabær qrafiki araüzaracýlarý"
# ../../share/compssUsers
msgid "Games"
-msgstr ""
+msgstr "Oyunlar"
-#, fuzzy
msgid "Development C/C++"
-msgstr "Tæcrübi"
+msgstr "Tæcrübi C/C++"
# ../../share/compssUsers
msgid "Multimedia - Video"
-msgstr ""
+msgstr "Çoxlu ortam - Video"
# ../../share/compssUsers
msgid "Graphics programs such as The Gimp"
-msgstr ""
+msgstr "Qrafika proqramlarý, mæsælæn The Gimp"
# ../../share/compssUsers
msgid ""
"The K Desktop Environment, the basic graphical environment with a collection "
"of accompanying tools"
-msgstr ""
+msgstr "KDE, æsas qrfiki araüz væ kömækçi proqramlarkolleksiyasý"
# ../../share/compssUsers
msgid "Tools to create and burn CD's"
-msgstr ""
+msgstr "CD yazmaq væ yandýrmaq proqramlarý"
# ../../share/compssUsers
msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr ""
+msgstr "Baþqa qrafiki araüzlær (Gnome, IceWM)"
# ../../share/compssUsers
msgid "Multimedia - CD Burning"
-msgstr ""
+msgstr "Çoxlu ortam - CD Yandýrma"
# ../../share/compssUsers
msgid "Archiving, emulators, monitoring"
-msgstr ""
+msgstr "Arxivlæmæ, emulyatorlar, izlæmæ"
# ../../share/compssUsers
msgid ""
"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
"gnumeric), pdf viewers, etc"
msgstr ""
+"Ýdaræ proqramlarý: kælimæ iþlæyænlær (kword, abiword), hesablayýcýlar væ pdf "
+"göstæricilæri, vs."
# ../../share/compssUsers
msgid "Other Graphical Desktops"
-msgstr ""
+msgstr "Baþqa qrafiki araüzlær"
# ../../share/compssUsers
msgid "Tools for your Palm Pilot or your Visor"
-msgstr ""
+msgstr "Palm Pilot væ ya Visorunuz üçün aracýlar"
# ../../share/compssUsers
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
+msgstr "Gnome, IceWM, Windows Maker, Enlightement, Fvwm, vs."
# ../../share/compssUsers
msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
+msgstr "Elektronik, xæbærlær, dosye daþýnmasý, chat aracýlarý"
+
+#~ msgid "Czech"
+#~ msgstr "Çex dili"
+#~ msgid "Slovakian"
+#~ msgstr "Slovakca"
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index 3575521e8..c9c70a728 100644
--- a/perl-install/share/po/be.po
+++ b/perl-install/share/po/be.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -92,23 +92,23 @@ msgstr "XFree %s ç ýêñïåðûìåíòàëüíàé ïàäòðûìêàé 3D-ïàñêàðýííÿ"
msgid "XFree configuration"
msgstr "Íàñòðîéêà XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Ïàçíà÷öå ïàìåð âiäýàïàìÿöi"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Âûáÿðûöå äàäàòêîâûÿ íàñòðîéêi äëÿ ñåðâåðà"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Âûáÿðûöå ìàíiòîð"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Ìàíiòîð"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -131,39 +131,39 @@ msgstr ""
"âû ìîæàöå ñïîðöiöü ìàíiòîð.\n"
"Êàëi âû ñóìíÿâàåöåñÿ, âûáÿðûöå êàíñåðâàòû¢íûÿ íàñòðîéêi."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "×àñòàòà ãàðûçàíòàëüíûé ðàçãîðòêi"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "×àñòàòà âåðòûêàëüíàé ðàçãîðòêi"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Ìàíiòîð ïàêóëü íå íàñòðîåíû"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Âiäýàêàðòà ÿø÷ý íå àäêàíôiãóðàâàíà"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Ïàìåðû ýêðàíà ÿø÷ý íå ïàçíà÷àíû"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Öi æàäàåöå ïðàòýñöiðàâàöü íàñòðîéêi?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Ïàïÿðýäæàííå: òýñöiðàâàííå íà ãýòàé âiäýàêàðöå íåáÿñïå÷íà"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Ïðàâåðêà ïàðàìåòðࢠíàñòðîéêi"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -171,146 +171,146 @@ msgstr ""
"\n"
"ïàñïðàáóéöå çìÿíiöü íåêàòîðûÿ ïàðàìåòðû"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Ïàìûëêà:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Çàñòàëîñÿ %d ñÿêóíä"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Ãýòà äàêëàäíûÿ ïàðàìåòðû íàñòðîéêi?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Àòðûìàíà ïàìûëêà, ïàñïðàáóéöå çìÿíiöü ïàðàìåòðû"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Ïàìåðû ýêðàíà"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Âûáàð ïàìåðࢠýêðàíà i ãëûáiíi êîëåðó"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Âiäýàêàðòà: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Ñåðâåð XFree86: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Ïàêàçàöü óñ¸"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Ïàìåðû ýêðàíà"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Òûï êëàâiÿòóðû: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Òûï ìûøû: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Ìûø: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Ìàíiòîð: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "×àñòàòà ãàð.ðàçã. ìàíiòîðà: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "×àñòàòà âåðò.ðàçã. ìàíiòîðà: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Âiäýàêàðòà: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Âiäýàïàìÿöü: %s Êá\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Ïàðàìåòðû ãëûáiíi êîëåðó: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Ïàìåðû ýêðàíà: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Ñåðâåð XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "Ñåðâåð XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Ïàäðûõòî¢êà íàñòðîéêi X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Çìÿíiöü ìàíiòîð"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Çìÿíiöü âiäýàêàðòó"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Çìÿíiöü íàñòðîéêi Ñåðâåðà"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Çìÿíiöü ïàìåðû ýêðàíà"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Iíôàðìàöûÿ"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Ïðàâåðûöü ÿø÷ý ðàç"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Âûõàä"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Øòî âû æàäàåöå çðàáiöü?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -323,20 +323,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Êàëi ëàñêà, ïåðàéäçiöå ¢ %s äëÿ àêòûâàöûi çìÿíåííÿ¢"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Êàëi ëàñêà, âûéäçiöå, à ïîòûì ñêàðûñòàéöå Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "Çàïóñê X ïðû ñòàðöå ñiñòýìû"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -344,11 +344,11 @@ msgstr ""
"Ìîæíà íàñòðîiöü ñiñòýìó äëÿ à¢òàìàòû÷íàãà çàïóñêó X ïàñëÿ ñòàðòó ñiñòýìû.\n"
"Æàäàåöå, êàá X ñòàðòàâࢠïðû ðýñòàðöå?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "À¢òàìàòû÷íû ¢âàõîä ó ñiñòýìó"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -356,11 +356,11 @@ msgstr ""
"Ìîæíà íàñòðîiöü ñiñòýìó äëÿ à¢òàìàòû÷íàãà ¢àâõîäó ¢ ñiñòýìó äëÿ\n"
"àäíàãî êàðûñòàëüíiêà. Êàëi Âû íå æàäàåöå ãýòàãà, íàöiñíiöå \"Àäìåíà\"."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Âûáåðûöå àñíî¢íàãà êàðûñòàëüíiêà:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Âûáÿðûöå ìýíýäæýð âîêíà¢:"
@@ -460,106 +460,115 @@ msgstr "Ìàíiòîð, ÿêi çäîëüíû ïàäòðûìëiâàöü 1600x1200 ïðû 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Ìàíiòîð, ÿêi çäîëüíû ïàäòðûìëiâàöü 1600x1200 ïðû 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Ïåðøû ñåêòàð çàãðóçà÷íàãà ðàçäçåëà"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Ïåðøû ñåêòàð ïðûëàäû (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "Óñòà븢êà SILO"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Êóäû âû æàäàåöå ¢ñòàëÿâàöü ïà÷àòêîâû çàãðóç÷ûê?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Óñòàíî¢êà LILO/GRUB"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Íÿìà"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "ßêi ïà÷àòêîâû çàãðóç÷ûê âû æàäàåöå âûêàðûñòî¢âàöü?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Óñòà븢êà çàãðóç÷ûêà"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Çàãðóçà÷íàÿ ïðûëàäà"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (íå ïðàöóå ïðû ñòàðûõ âåðñiÿõ BIOS)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Êàìïàêòíà"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "êàìïàêòíà"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Âiäýà-ðýæûì"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Çàòðûìêà ïåðàä çàãðóçêàé âîáðàçà ïà äàìà¢ëåííþ"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Ïàðîëü"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Ïà¢òàðûöå ïàðîëü"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Àáìåæàâàííå îïöûé êàìàíäíàãà ðàäêà"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "àáìåæàâàííå"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Ãàëî¢íûÿ îïöûi ïà÷àòêîâàãà çàãðóç÷ûêà"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Îïöûÿ ``Àáìåæàâàííå îïöûé êàìàíäíàãà ðàäêà'' íå âûêàðûñòî¢âàåööà áåç ïàðîëÿ"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Ïàñïðàáóéöå ÿø÷ý ðàç"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Ïàðîëi íå ñóïàäàþöü"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -567,139 +576,143 @@ msgstr ""
"Ó ìåíþ ìàþööà íàñòóïíûÿ ïóíêòû.\n"
"Âû ìîæàöå äàäàöü ÿø÷ý, àëüáî çìÿíiöü iñíóþ÷ûÿ."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Äàäàöü"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Çðîáëåíà"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "ßêi òûï ïóíêòà æàäàåöå äàäàöü?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Iíøàÿ ÀÑ (SunOS,...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Iíøàÿ OS (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Âîáðàç"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Äàëó÷ûöü"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "×ûòàííå-çàïiñ"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Òàáëiöà"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Íåíàäçåéíà"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Ìåòêà"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Ïà äàìà¢ëåííþ"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Îê"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Âûäàëiöü çàïiñ"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Ïóñòàÿ ìåòêà íå äàçâàëÿåööà"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Ãýòàÿ ìåòêà ¢æî âûêàðûñòî¢âàåööà"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Çíîéäçåíû %s %s iíòýðôåéñû"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Öi ¸ñöü ó âàñ iíøû?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Öi ¸ñöü ó âàñ %s iíòýðôåéñ?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Íå"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Òàê"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Ãë. àïiñàííå àáñòàëÿâàííÿ"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Óñòàíî¢êà äðàéâåðà äëÿ %s êàðòû %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(ìîäóëü %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "ßêi äðàéâåð %s ïàñïðàáàâàöü?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -716,20 +729,20 @@ msgstr ""
"¢ ïîøóêàõ íåàáõîäíàé iíôàðìàöûi? Ìàã÷ûìà, òýñöiðàâàííå ïðûâÿäçå\n"
"äà àñòàíîâà êàìï'þòýðà, àëå ÿíî íi÷îãà íå ñïîðöiöü."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "À¢òàïîøóê"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Ïàçíà÷öå ïàðàìåòðû"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Âû íå ìîæàöå çàäàöü îïöûi ìîäóëþ %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -740,11 +753,11 @@ msgstr ""
"Îïöûi - ó ôàðìàöå ``iìÿ=çíà÷ýííå iìÿ2=çíà÷ýííå2 ...''.\n"
"Íàïðûêëàä, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Îïöûi ìîäóëÿ:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -864,7 +877,7 @@ msgstr "1 õâiëiíà"
msgid "%d seconds"
msgstr "%d ñÿêóíä"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Ñòâàðûöü"
@@ -872,7 +885,7 @@ msgstr "Ñòâàðûöü"
msgid "Unmount"
msgstr "Ðàçìàíöiðàâàöü"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Çíiø÷ûöü"
@@ -880,16 +893,16 @@ msgstr "Çíiø÷ûöü"
msgid "Format"
msgstr "Ôàðìàöiðàâàííå"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Çìÿíåííå ïàìåðà¢"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Òûï"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Êðîïêà ìàíöiðàâàííÿ"
@@ -1026,8 +1039,8 @@ msgid "Please make a backup of your data first"
msgstr "Ïà-ïåðøàå, çðàáiöå ðýçåðâîâóþ êîïiþ âàøûõ äàäçåíûõ"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "×ûòàéöå ¢âàæëiâà!"
@@ -1051,7 +1064,7 @@ msgstr "Áóäçüöå óâàæëiâû. Ãýòóþ àïåðàöûþ íåëüãà àäìÿíiöü"
msgid "Error"
msgstr "Ïàìûëêà"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Êðîïêà ìàíöiðàâàííÿ:"
@@ -1162,35 +1175,35 @@ msgstr "Òûï òàáëiöû ðàçäçåëà¢: %s\n"
msgid "on bus %d id %d\n"
msgstr "íà øûíå %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Ìàíöiðàâàííå"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Àêòû¢íû"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Äàäàöü äà RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Âûäàëiöü ç RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Çìÿíiöü RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Âûêàðûñòî¢âàöü äëÿ âiðòóàëüíàé ôàéëàâàé ñiñòýìû"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Âûáÿðûöå äçåÿííå"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1201,7 +1214,7 @@ msgstr ""
"Àëüáî âû âûêàðûñòî¢âàåöå LILO - òàäû ãýòà íå áóäçå ïðàöàâàöü, àëüáî LILO íå "
"âûêàðûñòî¢âàåöà, i òàäû /boot íå ïàòðýáíû."
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1213,7 +1226,7 @@ msgstr ""
"Êàëi áóäçå âûêàðûñòî¢âàööà äûñïå÷àð çàãðóçêi LILO, íå çàïàìÿòàéöå äàäàöü\n"
"ðàçäçåë /boot"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1223,57 +1236,57 @@ msgstr ""
"Íÿìà çàãðóçÿûêà, ÿêi á çàãðóçi¢ñÿ áåç /boot ðàçäçåëà.\n"
"Äàäàéöå ðàçäåë /boot, êàëi ëàñêà."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Âûêàðûñòî¢âàéöå ``%s'' çàìåñò"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Ñïà÷àòêó çðàáiöå ``Unmount''"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Óñå äàäçåíûÿ ¢ ðàçäçåëå %s áóäóöü ñòðà÷àíû ïàñëÿ çìåíû ÿãî òûïà"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Ñàïðà¢äû ïðàöÿãíóöü?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Âûéñöi áåç çàõî¢âàííÿ"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Âûéñöi áåç çàïiñó òàáëiöû ðàçäçåëà¢"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Çìÿíiöü òûï ðàçäçåëà"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Âûáÿðûöå ìîâó"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Âû íå ìîæàöå ðàçáiâàöü íà ðàçäåëû, ïàìåð ÿêiõ ìåíåé çà 32 Ìá"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Êóäû âû æàäàåöå çìàíöiðàâàöü âiðòóàëüíóþ ïðûëàäó %s?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Êóäû âû æàäàåöå çìàíöiðàâàöü ïðûëàäó %s?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1282,147 +1295,147 @@ msgstr ""
"âiðòóàëüíàé ôàéëàâàé ñiñòýìû.\n"
"Ñïà÷àòêó âûäàëiöå âiðòóàëüíóþ ñiñòýìó"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Óñå äàäçåíûå ¢ ðàçäçåëå %s áóäóöü ñòðà÷àíû ïàñëÿ ôàðìàö¢ðàâàííÿ"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Ôàðìàöiðàâàííå"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Ôàðìàöiðàâàííå âiðòóàëüíàãà ðàçäçåëà %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Ôàðìàöiðàâàííå ðàçäçåëà %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Ïàñëÿ ôàðìàöiðàâàííÿ ¢ñiõ ðàçäçåëà¢,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "óñå äàäçåíûÿ ¢ ãýòûõ ðàçäçåëàõ áóäóöü ñòðà÷àíû"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Ïåðàìÿø÷ýííå"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Íà ÿêi äûñê ïåðàìÿñöiöü?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Ñåêòàð"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Íà ÿêi ñåêòàð ïåðàìÿñöiöü?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Ïåðàìÿø÷àåì"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Ïåðàìÿø÷àåöà ðàçäçåë..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Òàáëiöà ðàçìÿø÷ýííÿ ïðûëàäû %s áóäçå çàïiñàíà íà äûñê!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Êàá çìÿíåííi ¢ñòóïiëi ¢ äçåÿííå, íåîáõîäíà ïåðàçàãðóçiööà"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Âûëi÷ýííå ìåæࢠôàéëàâàé ñiñòýìû FAT"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Çìÿíåííå ïàìåðà¢"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Ïàìåðû ÿêîãà ðàçäçåëà âû æàäàåöå çìÿíiöü?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Óñå äàäçåíûÿ ¢ ãýòûì ðàçäçåëå ïàâiííû áûöü ç'àðõiâiðàâàíû"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Óñå äàäçåíûÿ ¢ ðàçäçåëå %s áóäóöü ñòðà÷àíû"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Âûáàð íîâûõ ïàìåðà¢"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "Ìá"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Ñòâàðýííå íîâàãà ðàçäçåëà"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Ïà÷àòêîâû ñåêòàð:"
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Ïàìåð ó Ìá:"
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Òûï ôàéëàâàé ñiñòýìû:"
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Ïàðàìåòðû: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Ãýòû ðàçäçåë íå ìîæà áûöü âûêàðûñòàíû ïàä âiðòóàëüíóþ ôàéëàâóþ ñiñòýìó"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Âiðòóàëüíàÿ ôàéëàâàÿ ñiñòýìà (loopback)"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Iìÿ âiðòóàëüíàãî ðàçäçåëà"
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr ""
"Ôàéë óæî âûêàðûñòî¢âàåööà iíøàé âiðòóàëüíàé ñiñòýìàé. Êàëi ëàñêà, \n"
"âûáÿðûöå iíøóþ íàçâó"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Ôàéë óæî iñíóå. Âûêàðûñòàöü ÿãî?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Âûáÿðûöå ôàéë"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1430,11 +1443,11 @@ msgstr ""
"Òàáëiöà ðàçìÿø÷ýííÿ ðýçåðâîâàãà äûñêà ìàå iíøû ïàìåð\n"
"Óñ¸æ-òàêi iñöi íàïåðàä?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Óâàãà!"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1442,27 +1455,27 @@ msgstr ""
"Óñòà¢öå äûñêåòó ¢ äûñêàâîä\n"
"Óñå äàäçåíûÿ íà ãýòàé äûñêåöå áóäóöü ñòðà÷àíû"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Ïàñïðàáóåì âûðàòàâàöü òàáëiöó ðàçäçåëà¢"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "ïðûëàäà"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "óçðîâåíü"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "ïàìåð áëîêà"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Âûáÿðûöå iñíóþ÷û RAID äëÿ äàáà¢ëåííÿ"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "íîâû"
@@ -2879,8 +2892,8 @@ msgstr "Íàñòðîéêà ñëóæáà¢"
msgid "Configure printer"
msgstr "Íàñòðîéêà ïðûíòýðà"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Ïàðîëü äëÿ root"
@@ -2908,7 +2921,7 @@ msgstr "À¢òà óñòà븢êà ôëîïi"
msgid "Exit install"
msgstr "Çàêàí÷ýííå ¢ñòà븢êi"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Ïàìûëêà ÷ûòàííÿ ôàéëà $f"
@@ -3007,7 +3020,7 @@ msgstr "Ïàìåðû ÿêîãà ðàçäçåëà âû æàäàåöå çìÿíiöü?"
msgid "Computing Windows filesystem bounds"
msgstr "Âûëi÷ýííå ìåæࢠôàéëàâàé ñiñòýìû Windows"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3016,13 +3029,13 @@ msgstr ""
"Ó ïðàãðàìû çìåíû ïàìåðࢠðàçäçåëà FAT íå àòðûìàëàñÿ\n"
"àïðàöàâàöü Âàø ðàçäçåë, ïàìûëêà: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Âàø ðàçäçåë ç Windows çàíàäòà ôðàãìåíòàâàíû. \n"
"Ðýêàìåíäóåì ñïà÷àòêó çàïóñöiöü ïðàãðàìó ``defrag''"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3042,21 +3055,21 @@ msgstr ""
"äàäçåíûõ i òîëüêi ïîòûì çíî¢ âåðíiöåñü äà ïðàãðàìû ¢ñòàëÿâàííÿ.\n"
"Êàëi ïàäðûõòàâàëiñÿ, íàöiñíiöå Ok."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "ßêóþ ïðàñòîðó çàõàâàöü äëÿ Windows?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "Ðàçäçåë %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "À¢òàçìÿíåííå ïàìåðࢠíå àòðûìàëàñÿ äëÿ ðàçäçåëà FAT %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3064,36 +3077,36 @@ msgstr ""
"Íå çíîéäçåíà ðàçäçåëࢠFAT äëÿ çìÿíåííÿ ïàìåðࢠàëüáî âûêàðûñòàííÿ\n"
"¢ ÿêàñöi âiðòóàëüíàé ôàéëàâàé ñiñòýìû (öi íåäàñòàòêîâà ïðàñòîðû íà äûñêó)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Ñöåðöi äàäçåíûÿ íà ¢ñiì äûñêó"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Âûäàëiöü Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Íà ÿêi ç ìàþ÷ûõñÿ æîðñòêiõ äûñêࢠÂû æàäàåöå ¢ñòàëÿâàöü Linux?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Óñå iñíóþ÷ûÿ ðàçäçåëû íà äûñêó %s i äàäçåíûÿ íà iõ áóäóöü ñòðà÷àíû"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Ðýæûì ýêñïåðòà"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Âûêàðûñòî¢âàöü DiskDrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Âûêàðûñòî¢âàöü fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3102,30 +3115,30 @@ msgstr ""
"Âû ìîæàöå öÿïåð ðàçáiöü âàø äûñê %s\n"
"Ïà çàêàí÷ýííi íå çàáóäçüöå çàõàâàöü çìÿíåííi, âûêàðûñòî¢âàÿ `w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Âûêàðûñòî¢âàöü íåçàíÿòóþ ïðàñòîðó íà ðàçäçåëå Windows"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Äàäàöü ðàçäçåë íåìàã÷ûìà"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Ìàñòàê ïàäðûõòî¢êi ðàçäçåëࢠDrakX çíàéøî¢ íàñòóïíûÿ âàðûÿíòû:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ïàäðûõòî¢êà ðàçäåëࢠíå ¢äàëàñÿ: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Äàëó÷ýííå äà ñåòêi"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Àäëó÷ýííå àä ñåòêi"
@@ -3137,12 +3150,12 @@ msgstr ""
"Óçíiêëà ïàìûëêà, ÿêóþ íå àòðûìë³âàåööà êàðýêòíà àïðàöàâàöü,\n"
"òàìó ïðàöÿãâàéöå íà ñâîé ñòðàõ i ðûçûêó."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Äóáëiðàâàííå êðîïêi ìàíöiðàâàííÿ %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3154,12 +3167,12 @@ msgstr ""
"Ïðàâåðöå cdrom íà ¢ñòà븢âàåìûì êàìïóòàðû, âûêàðûñòî¢âàþ÷û\"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Ñàðäý÷íà çàïðàøàåì ó %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Äûñêàâîä íåäàñòóïíû"
@@ -3239,7 +3252,7 @@ msgid "There was an error ordering packages:"
msgstr "Àòðûìàëàñÿ ïàìûëêà ¢ïàðàäêàâàííÿ ïàêåòà¢:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Âûêàðûñòàöü iñíóþ÷óþ íàñòðîéêó äëÿ X11?"
@@ -3923,92 +3936,92 @@ msgstr ""
"75002 Paris\n"
"FRANCE"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Âûáàð ëþñòýðêà äëÿ àòðûìàííÿ ïàêåòà¢"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Ñóâÿçü ç ëþñòýðêàì äëÿ àòðûìàííÿ ñïiñà äàñòóïíûõ ïàêåòà¢"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Âûáàð ïàêåòࢠäëÿ ¢ñòà븢êi"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "ßêi âàø ÷àñàâû ïîÿñ?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Âàø ñiñòýìíû ãàäçiííiê óñòàëÿâàíû íà GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "ßêóþ ñiñòýìó äðóêàâàííÿ Âû æàäàåöå âûêàðûñòî¢âàöü?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Íÿìà ïàðîëÿ"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Ñêàðûñòî¢âàöü öåíÿâû ôàéë"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "öåíü"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Ñêàðûñòî¢âàöü ïàðîëi MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Ñêàðûñòî¢âàöü NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "æî¢òûÿ ñòàðîíêi"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Ãýòû ïàðîëü çàíàäòà ïðîñòû (ÿãî äà¢æûíÿ ïàâiííà áûöü íå ìåíø %d ëiòàð)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "À¢òýíòûôiêàöûÿ NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS ñåðâåð:"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Ïðûíÿöü êàðûñòàëüíiêà"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Äàäàöü êàðûñòàëüíiêà"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(óæî äàäàäçåíà %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4018,37 +4031,37 @@ msgstr ""
"Óâÿäçiöå iìÿ êàðûñòàëüíiêà\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Óëàñíàå iìÿ"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Iìÿ êàðûñòàëüíiêà:"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Àáàëîíêà:"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Ïiêòàãðàìà"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Ãýòû ïàðîëü çàíàäòà ïðîñòû"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Êàëi ëàñêà, óâÿäçiöå iìÿ êàðûñòàëüíiêà"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
@@ -4056,12 +4069,12 @@ msgstr ""
"Iìÿ êàðûñòàëüíiêà ïàâiííà çìÿø÷àöü ëiòàðû òîëüêi íà íiæíiì ðýãiñòðû, \n"
"ëi÷áû, `-' i `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Ãýòà iìÿ êàðûñòàëüíiêà ¢æî äàäàäçåíà"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -4088,19 +4101,19 @@ msgstr ""
"Êàëi æàäàåöå ñòâàðûöü çàãðóçà÷íû äûñê çàðàç, óñòà¢öå äûñêåòó ¢ ïåðøû\n"
"äûñêàâîä i íàöiñíiöå \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Ïåðøû äûñêàâîä"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Äðóãi äûñêàâîä"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Ïðàïóñöiöü"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4123,32 +4136,32 @@ msgstr ""
"\n"
"Æàäàåöå ñòâàðûöü çàãðóçà÷íû äûñê çàðàç?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Âûáà÷àéöå, àëå äûñêàâîä íåäàñòóïíû"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Âûáÿðûöå äûñêàâîä, ó ÿêiì áóäçå ñòâàðàööà çàãðóçà÷íàÿ äûñêåòà"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Óñòà¢öå äûñêåòó ¢ äûñêàâîä %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Ñòâàðýííå çàãðóçà÷íàé äûñêåòû"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Ïàäðûõòî¢êà çàãðóç÷ûêà"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Âû æàäàåöå âûêàðûñòî¢âàöü aboot?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4156,80 +4169,80 @@ msgstr ""
"Ïàìûëêà ¢ñòà븢êi aboot, \n"
"ñïðàáàâàöü óñòà븢âàöü, íåãëåäçÿ÷û íà ìàã÷ûìàñöü ïàðóøýííÿ ïåðøàãà ðàçäåëà?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Ïðàöýñ óñòàëÿâàííÿ çàãðóç÷ûêà íå àòðûìàëñÿ. Óçíiêëà íàñòóïíàÿ ïàìûëêà:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Ñàðäý÷íà çàïðàøàåì ó Crackers"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Çóñ³ì ñëàáû"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Ñëàáû"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Ñÿðýäíi"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Âûñîêi"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Ïàðàíàiäàëüíû"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Äàäàòêîâûÿ ïûòàííi"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(ìîæà âûçâàöü çíiø÷ýííå äàäçåíûõ)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Âûêàðûñòî¢âàöü àïòûìiçàöûþ æîðñòêàãà äûñêà?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Óçðîâåíü áÿñïåêi"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Ïàçíà÷öå äàêëàäíû ïàìåð RAM (çíîéäçåíà %d Má)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "À¢òàìàíöiðàâàííå çìåííûõ íàêàïëÿëüíiêà¢"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "À÷ûø÷àöü /tmp ïðû êîæíàé çàãðóçöû"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Äàñòóïíà øìàò ïðîôiëÿ¢"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Óêëþ÷ýííå num lock ïðû ñòàðöå"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Ïàçíà÷öå ïàìåð RAM ó Má"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Íå ìàãó âûêàðûñòî¢âàöü ìàíöiðàâàííå ïðû âûñîêiì óçðî¢íi áÿñïåêi"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4245,7 +4258,7 @@ msgstr ""
"à òîëüêi ÿê ñåðâåð.\n"
"Ìàéöå íà ¢âàçå, øòî âû áûëi ïàïÿðýäæàíû."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4253,22 +4266,22 @@ msgstr ""
"Áóäçüöå ¢âàæëiâû, óêëþ÷ýííå NumLock ìîæà ïðûâåñöi äà ïàìûëêîâàé\n"
"ïðàöû êëàâiÿòóðû (íàïðûêëàä, íàöiñê íà `p' äàå `6')."
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"Öi æàäàåöå âû ñòâàðûöü à¢òà¢ñòàë¸âà÷íû ôëîïi-äûñê äëÿ ðåïëiêàöûi linux?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Óñòà¢öå äûñêåòó ¢ äûñêàâîä %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Ñòâàðýííå äûñêåòû äëÿ ¢ñòà븢êi"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4277,7 +4290,7 @@ msgstr ""
"Íåêàòîðûÿ êðîêi íå çàâåðøàíû.\n"
"Âû ñàïðà¢äû æàäàåöå âûéñöi çàðàç?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4337,10 +4350,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Âàø âûáàð? (çìî¢÷àííå %s. Óâÿäçiöå `none' ïðû àäñóòíàñöi) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "×åøñêi"
+msgid "Czech (QWERTZ)"
+msgstr "×åøñêi (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Íÿìåöêi"
@@ -4348,19 +4361,19 @@ msgstr "Íÿìåöêi"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Iñïàíñêi"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Ôiíñêi"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Ôðàíöóçñêi"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Íàðâåæñêi"
@@ -4368,15 +4381,15 @@ msgstr "Íàðâåæñêi"
msgid "Polish"
msgstr "Ïîëüñêi"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Ðóñêi"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "UK êëàâiÿòóðà"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "US êëàâiÿòóðà"
@@ -4424,151 +4437,167 @@ msgstr "Øâåéöàðñêi (Íÿìåöêàÿ ðàñêëàäêà)"
msgid "Swiss (French layout)"
msgstr "Øâåéöàðñêi (Ôðàíöóçñêàÿ ðàñêëàäêà)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "×åøñêi (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Íÿìåöêi (íÿìà çàáëàêiðàâàíûõ êëàâiø)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Äàöêi"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Íàðâåæñêi)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Ýñòîíñêi"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Ãðóçiíñêi (\"Ðóñêàÿ\" ðàñêëàäêà)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Ãðóçiíñêi (\"Ëàöiíñêàÿ\" ðàñêëàäêà)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Ãðý÷àñêi"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Ìàäüÿðñêi"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Õàðâàöêi"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "I¢ðûò"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "I¢ðûò (ôàíåòû÷íû)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iðàíñêi"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Iñëàíäñêi"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Iòàëüÿíñêi"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "ßïîíñêi 106 êëàâiø"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Ëàöiíà-Àìåðûêàíñêi"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Ãàëàíäñêi"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Ëiòî¢ñêi AZERTY (ñòàðû)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Ëiòî¢ñêi AZERTY (íîâû)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Ëiòî¢ñêi \"íóìàð ðàäêà\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Ëiòî¢ñêi \"ôàíåòû÷íû\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Ïîëüñêi (ñòàíäàðòíàÿ ðàñêëàäêà)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Ïîëüñêi (qwertz ðàñêëàäêà)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Ïàðòóãàëüñêi"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Êàíàäñêi (Êâåáýê)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Ðóñêi (ß-Â-Å-Ð-Ò-È)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Øâåöêi"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Ñëàâåíñêi"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Ñëàâàöêi"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Ñëàâàöêi (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Ñëàâàöêi (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Òàéñêàÿ êëàâiÿòóðà"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Òóðýöêi (òðàäûöû¸íàÿ \"F\" ìàäýëü)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Òóðýöêi (ñó÷àñíàÿ \"Q\" ìàäýëü)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Óêðàiíñêi"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "US êëàâiÿòóðà (ìiæíàðîäíàÿ)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Âüåòíàìñêi \"íóìàð ðàäêà\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Þãàñëà¢ñêi (ëàöiíñêàÿ ðàñêëàäêà)"
@@ -4584,9 +4613,10 @@ msgstr "Ñòàíäàðòíû"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Çâû÷àéíàÿ ìûø ç 2 êíîïêàì³"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4624,6 +4654,10 @@ msgstr "Çâû÷àéíàÿ ìûø ç 2 êíîïêàì³"
msgid "Generic 3 Button Mouse"
msgstr "Çâû÷àéíàÿ ìûø ç 3 êíîïêàì³"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -4681,25 +4715,25 @@ msgstr "Äàëåé ->"
msgid "Is this correct?"
msgstr "Ãýòà äàêëàäíà?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Íàñòðîéêà çëó÷ýííÿ Iíòýðíýò"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Öi æàäàåöå çàðàç ïàñïðàáàâàöü äàëó÷ûööà äà Iíòýðíýò?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Íå äàëó÷àööà äà iíòýðíýò"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4708,11 +4742,13 @@ msgstr "Äàëó÷ûööà äà Iíòýðíýò / Êàíôiãóðàâàöü ñåòêó"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Íàñòðîéêà ISDN"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -4720,115 +4756,115 @@ msgstr ""
"Âûáÿðûöå âàøàãà ïðàâàéäàðà.\n"
"êàëi ÿãî íÿìà ¢ ãýòûì ñïiñå, âûáÿðûöå òûï ``Iíøû''"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Íàñòðîéêà äàëó÷ýííÿ äà Iíòýðíýò"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Êàëi ëàñêà, çàïî¢íiöå öi ïàçíà÷öå ïîëå íiæýé"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ êàðòû"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Àäðýñà ïàìÿö³ êàðòû (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "IO êàðòû"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "IO_0 êàðòû"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "IO_1 êàðòû"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Âàø àñàáiñòû òýëåôîííû íóìàð"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Iìÿ ïðàâàéäàðà, íàïðûêëàä ïðàâàéäàð.net"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Íóìàð òýëåôîíà ïðàâàéäàðà"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "DNS 1 ïðàâàéäàðà"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "DNS 2 ïðàâàéäàðà"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Ðýæûì çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Iìÿ äëÿ ¢âàõîäó (iìÿ êàðûñòàëüíiêà)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Ïàðîëü äëÿ ¢âàõîäó"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Ïàäöâåðäçiöü ïàðîëü"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Ý¢ðîïà"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Ý¢ðîïà (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Ïàäêëþ÷ýííå"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Ïàäêëþ÷ýííå - íå ïðàç D-êàíàë (âûäçÿëåíûÿ êàíàëû)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "ßêi ïðàòàêîë âû æàäàåöå âûêàðûñòî¢âàöü?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Íå âåäîìà"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "ßêi òûï êàðòû âû ìàåöå?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Ïðàöÿãíóöü"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Àäìÿíiöü"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4841,15 +4877,15 @@ msgstr ""
"\n"
"Êàëi âû ìàåöå PCMCIA êàðòó, âû ïàâiííû âåäàöü irq i io âàøàé êàðòû.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "ßêàÿ ¢ âàñ ISDN êàðòà?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Çíàéøëi ISDN êàðòó:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -4857,11 +4893,11 @@ msgstr ""
"Âûçíà÷àíà ISDN PCI êàðòà, àëå íåâÿäîìû ÿå òûï. Êàëi ëàñêà, ïàçíà÷öå PCI "
"êàðòó íà íàñòóïíûì ýêðàíå."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Êàðòà ISDN PCI íå çíîéäçåíà. Êàëi ëàñêà, ïàçíà÷öå íà íàñòóïíûì ýêðàíå."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
#, fuzzy
msgid ""
"No ethernet network adapter has been detected on your system.\n"
@@ -4870,217 +4906,224 @@ msgstr ""
"Íi àäçií ethernet ñåòêàâàíû àäàïòàð ó âàøàé ñiñòýìå íå âûçíà÷àíû. Êàëi "
"ëàñêà, ñêàðûñòàéöå êàíôiãóðàöûéíû iíñòðóìýíò."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Ïàçíà÷öå ñåòêàâû iíòýðôåéñ"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Êàëi ëàñêà, ïàçíà÷öå ñåòêàâû àäàïòàð, ÿêi ïëàíóåöå âûêàðûñòî¢âàöü äëÿ "
"äàëó÷ýííÿ äà iíòýðíýò"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Ñåòêàâû iíòýðôåéñ"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Ïåðàçàãðóçiöü ñåòêàâû iíòýðôåéñ. Çãîäíû?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Íàñòðîéêà ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Âû æàäàåöå, êàá ãýòàå çëó÷ýííå ñòàðòàâàëà ïðû çàãðóçöû?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Ïàñïðàáàâàöü çíàéñöi ìàäýì?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Äà ÿêîãà ïàñëÿäî¢íàãà ïîðòà äàëó÷àíû ìàäýì?"
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Ïàðàìåòðû êàìóòàâàíàãà çëó÷ýííÿ (Dialup)"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Iìÿ çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Íóìàð òýëåôîíà"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Iìÿ (login ID)"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "À¢òýíòûôiêàöûÿ"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "íà àñíîâå ñêðûïòà"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "íà àñíîâå òýðìiíàëà"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Iìÿ äàìåíà"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Ïåðøû ñåðâåð DNS"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Äðóãi ñåðâåð DNS:"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Äàëó÷ûööà äà Iíòýðíýò / Êàíôiãóðàâàöü ñåòêó"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Íå äàëó÷àööà äà iíòýðíýò"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Íå äàëó÷àööà äà iíòýðíýò"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Çëó÷ýííå ç Iíòýðíýò"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Ðàçàðâàöü çëó÷ýííå ç iíòýðíýò"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Iíòýðíýò çëó÷ýííå i êàíôiãóðàöûÿ"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
#, fuzzy
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr "Ïåðàçàãðóçiöü ñåòêàâû iíòýðôåéñ. Çãîäíû?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Óíóòðàíàÿ ISDN êàðòà"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Çíåøíi ìàäýì"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Äàëó÷ýííå äà Iíòýðíýò"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "ßêi òûï âàøàãà ISDN çëó÷ýííÿ?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Ôðàíöûÿ"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Iíøûÿ êðàiíû"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "ßêàÿ êðàiíà âàøàãà ðàçìÿø÷ýííÿ?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Ìàäýì Alcatel"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "Ìàäýì ECI"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
"Êàëi âàø ADSL ìàäýì àäíà ç ìàäýëÿ¢ Alcatel, ïàçíà÷öå Alcatel. Ó iíøûì "
"âûïàäêó - ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "âûêàðûñòî¢âàöü pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "íå âûêàðûñòî¢âàöü pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5090,12 +5133,12 @@ msgstr ""
"Àëå æ, ãýòà çëó÷ýííå ìîæíà ñòâàðûöü òîëüêi êàëi ñêàðûñòî¢âàöü dhcp.\n"
"Êàëi íå âåäàåöå, øòî ðàáiöü, âûáiðàéöå 'ñêàðûñòàöü pppoe'"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5103,35 +5146,35 @@ msgstr ""
"ßêi dhcp êëiåíò âû ïëàíóåöå ñêàðûñòî¢âàöü?\n"
"Ïà çìî¢÷àííþ, ãýòà dhcpd"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Íàñòðîéêà ëàêàëüíàé ñåòêi"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Êàíôiãóðàöûÿ ñåòêi"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Öi æàäàåöå ïðàòýñöiðàâàöü íàñòðîéêi?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Çðàáiöü íåàêòû¢íûì ñåòêàâàå çëó÷ýííå"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Äàëó÷ûööà äà Iíòýðíýò / Êàíôiãóðàâàöü ñåòêó"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5139,15 +5182,15 @@ msgstr ""
"Íàñòðîéêi ëàêàëüíàé ñåòêi óæî çàäàäçåíû.\n"
"Öi æàäàåöå Âû:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "ßê âû ïëàíóåöå äàëó÷ûööà äà Iíòýðíýò?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Êàíôiãóðàöûÿ ñåòêi"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5221,6 +5264,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP àäðàñ ïàâiíåí áûöü ó ôàðìàöå 1.2.3.4"
@@ -5350,7 +5394,7 @@ msgstr "Ëàêàëüíû ïðûíòýð"
msgid "Remote printer"
msgstr "Àääàëåíû ïðûíòýð"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Àääàëåíû ñåðâåð CUPS"
@@ -5498,7 +5542,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Iìÿ ïðûíòýðà"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Ïîðò"
@@ -5638,12 +5682,12 @@ msgstr "×àêàåööà"
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Âûáàð òûïó çëó÷ýííÿ ïðûíòýðà"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "ßê ïðûíòàð äàëó÷àíû?"
@@ -5661,11 +5705,33 @@ msgstr ""
"íà ãýòàé ìàøûíå, ¸í áóäçå çíîéäçåíû à¢òàìàòû÷íà.\n"
"Êàë³ Âû íå ¢ïý¢íåíû, âûáåðûöå \"Àääàëåíû ñåðâåð CUPS\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Àääàëåíû CUPS ñåðâåð íå ïàòðàáóå àä Âàñ íàñòðîéê³ ïðûíòýðà\n"
+"íà ãýòàé ìàøûíå, ¸í áóäçå çíîéäçåíû à¢òàìàòû÷íà.\n"
+"Êàë³ Âû íå ¢ïý¢íåíû, âûáåðûöå \"Àääàëåíû ñåðâåð CUPS\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP ñåðâåðà SMB"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Âûäàëiöü ÷àðãó äðóêó"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5678,19 +5744,19 @@ msgstr ""
" ÿãî ðàçìåðêàâàííå, ìîãóöü áûöü ïàçíà÷àíû. ßêîå iìÿ äà äðàêóðêi âû áóäçåöå\n"
"ñêàðûñòî¢âàöü i ÿê ãýòàÿ äðóêàðêà äàëó÷àåööà?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Iìÿ äðóêàðêi"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Àïiñàííå"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Ðàçìåðêàâàííå"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5701,15 +5767,15 @@ msgstr ""
"ïàçíà÷ýííÿ iìÿ (çâû÷àéíà lp) i ñïàëó÷àíàãà ç ¸þ êàòàëîãà ñïóëiíãà. Ïàçíà÷öå "
"iìÿ i êàòàëîã äëÿ ÷àðãi."
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Iìÿ ÷àðãi äðóêó"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Äûðýêòîðûÿ ñïóëiíãà"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Çëó÷ýííå ïðûíòýðà"
@@ -6659,6 +6725,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "×åøñêi"
+
+#~ msgid "Slovakian"
+#~ msgstr "Ñëàâàöêi"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "Íå àòðûìë³âàåööà ¢ñòàëÿâàöü RPM ``ipchains'' ç äàïàìîãàé urpmi."
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index d4ca839f0..9ef82d1a3 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-08-15 15:29+0200\n"
"Last-Translator: Valery Dachev <v.dachev@mail.com>\n"
"Language-Team: Bulgarian\n"
@@ -98,23 +98,23 @@ msgstr "XFree %s ñ ÅÊÑÏÅÐÈÌÅÍÒÀËÍO õàðäóåðíî 3D óñêîðåíèå"
msgid "XFree configuration"
msgstr "Íàñòðîéêà íà XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Èçáåðåòå êàïàöèòåò íà ïàìåòòà íà ãðàôè÷íàòà ñè êàðòà"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Èçáåðåòå îïöèè çà ñúðâúðà"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Èçáåðåòå ìîíèòîð"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Ìîíèòîð"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -138,40 +138,40 @@ msgstr ""
"ïîâðåäèòå ìîíèòîðà ñè.\n"
" Àêî èìàòå íÿêàêâè ñúìíåíèÿ, èçáåðåòå êîíñåðâàòèâíà íàñòðîéêà."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Õîðèçîíòàëíà ñêîðîñò íà âúçñòàíîâÿâàíå"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Âåðòèêàëíà ñêîðîñò íà âúçñòàíîâÿâàíå"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Ìîíèòîðúò íå å íàñòðîåí"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Ãðàôè÷íàòà êàðòà âñå îùå íå å íàñòðîåíà"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Îùå íå å èçáðàíà ðàçäåëèòåëíà ñïîñîáíîñò"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Èñêàòå ëè äà òåñòâàòå íàñòðîéêèòå?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
"Âíèìàíèå: òåñòâàíåòî íà òàçè ãðàôè÷íà êàðòà ìîæå äà \"çàìðàçè\" êîìïþòúðà âè"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Ïðîâåðêà íà íàñòðîéêàòà"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -179,146 +179,146 @@ msgstr ""
"\n"
"îïèòàéòå ñå äà ïðîìåíèòå íÿêîè ïàðàìåòðè"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Ïîÿâè ñå ãðåøêà:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Èçõîä äî %d ñåêóíäè"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Âåðíè ëè ñà íàñòðîéêèòå ?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Ïîÿâè ñå ãðåøêà, îïèòàéòå ñå äà ïðîìåíèòå íÿêîè ïàðàìåòðè"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Ðàçäåëèòåëíà ñïîñîáíîñò"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Èçáåðåòå ðàçäåëèòåëíà ñïîñîáíîñò è äúëáî÷èíà íà öâåòîâåòå"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Ãðàôè÷íà êàðòà: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 ñúðâúð: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Ïîêàæè âñè÷êè"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Ðàçäåëèòåëíà ñïîñîáíîñò"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Òèï êëàâèàòóðà: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Òèï ìèøêà: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Óñòðîéñòâî íà ìèøêàòà: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Ìîíèòîð: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Õîðèçîíòàëíà ñèíõðîíèçàöèÿ íà ìîíèòîðà: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Âåðòèêàëíî îïðåñíÿâàíå íà ìîíèòîðà: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Ãðàôè÷íà êàðòà: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Ãðàôè÷íà ïàìåò: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Äúëáî÷èíà íà öâåòà: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Ðàçäåëèòåëíà ñïîñîáíîñò: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 ñúðâúð: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 äðàéâåð: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Ïîäãîòîâêà çà íàñòðîéâàíå íà X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Ïðîìåíåòå ìîíèòîðà"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Ïðîìåíåòå ãðàôè÷íàòà êàðòà"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Ïðîìåíåòå îïöèèòå íà ñúðâúðà"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Ïðîìåíåòå ðàçäåëèòåëíàòà ñïîñîáíîñò"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Ïîêàæè èíôîðìàöèÿòà"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Òåñòâàé îòíîâî"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Èçëèçàíå"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Êàêâî èñêàòå äà íàïðàâèòå?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -331,20 +331,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Ìîëÿ âëåçòå îòíîâî â %s, çà äà àêòèâèðàòå ïðîìåíèòå"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Ìîëÿ èçëåçòå îò ñåñèÿòà è èçïîëçâàéòå Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X ïðè ñòàðòèðàíå íà ñèñòåìàòà"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -352,11 +352,11 @@ msgstr ""
"Kîìïþòúðà âè ìîæå àâòîìàòè÷íî, äà âëåçå â X ïðè ñòàðòèðàíå.\n"
"Èñêàòå ëè X äà ñå ñòàðòèðà, êîãàòî ðåñòàðòèðàòå ñèñòåìàòà?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Autologin"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -365,11 +365,11 @@ msgstr ""
"ïîòðåáèòåë.\n"
"Àêî íå âè õàðåñâà òàçè âúçìîæíîñò, íàòèñíåòå áóòîíà \"Îòìÿíà\""
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Èçáåðåòå ïîäðàçáèðàù ñå ïîòðåáèòåë :"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Èçáåðåòå Windows Manager çà ñòàðòèðàíå:"
@@ -469,105 +469,114 @@ msgstr "Ìîíèòîð, êîéòî äîñòèãà 1600x1200 íà 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Ìîíèòîð, êîéòî äîñòèãà 1600x1200 íà 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Ïúðâè ñåêòîð îò ñòàðòèðàùèÿ ñå äÿë"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Ïúðâèÿò ñåêòîð îò äðàéâà (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "SILO èíñòàëàöèÿ"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Êúäå èñêàòå äà èíñòàëèðàòå bootloader-à?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/grub èíñòàëàöèÿ"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Íèêàêúâ"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Êàêâà ïðîãðàìà çà íà÷àëíî çàðåæäàíå èñêàòå äà èçïîëçâàòå?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Bootloader èíñòàëàöèÿ"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Ñòàðòèðàùî óñòðîéñòâî"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (íå ðàáîòè íà ñòàðè BIOS-è)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Êîìïàêòåí"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "êîìïàêòåí"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Âèäåî ðåæèì"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Çàáàâÿíå ïðåäè ñòàðòèðàíåòî íà default äÿëà"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Ïàðîëà"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Ïàðîëà (îòíîâî)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Îãðàíè÷è îïöèèòå, çàäàâàíè îò êîìàíäíèÿ ðåä"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "îãðàíè÷è"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Îïöèè íà çàðåæäàùàòà ïðîãðàìà"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Îïöèÿòà ``Îãðàíè÷è îïöèèòå îò êîìàíäíèÿ ðåä'' å áåçïîëåçíà áåç ïàðîëà"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Ìîëÿ, îïèòàéòå îòíîâî"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Ïàðîëèòå íà ñúâïàäàò"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -575,139 +584,143 @@ msgstr ""
"Òîâà ñà ðàçëè÷íèòå çàïèñè.\n"
"Ìîæåòå äà äîáàâèòå îùå èëè äà ïðîìåíèòå ñúùåñòâóâàùèòå."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Äîáàâè"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Ãîòîâî"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Êàêúâ òèï èíôîðìàöèÿ èñêàòå äà ïðèáàâèòå"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Äðóãà ÎÑ (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Äðóãà ÎÑ (Windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Îáðàç"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Ãëàâåí"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Äîïúëâàíå"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "×åòåíå-çàïèñ"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Òàáëèöà"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Îïàñåí"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Åòèêåò"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Ïî ïîäðàçáèðàíå"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Ok"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Ïðåìàõíè çàïèñ"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Ïðàçåí åòèêåò íå å ðàçðåøåí"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Òîçè åòèêåò âå÷å ñå èçïîëçâà"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Íàìåðåíè ñà %s %s èíòåðôåéñè"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Èìàòå ëè äðóã(è) ?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Èìàòå ëè íÿêàêúâ %s èíòåðôåéñ?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Íå"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Äà"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Âèæ õàðäóåðíàòà èíôîðìàöèÿ"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Èíñòàëèðàíå íà äðàéâåð çà %s ïëàòêà %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(ìîäóë %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Êîé %s äðàéâåð äà ïðîáâàì ?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -726,20 +739,20 @@ msgstr ""
"îò êîÿòî ñå íóæäàå ? Ïî ïðèíöèï òîâà ìîæå äà çàáèå êîìïþòúðà âè, íî íÿìà äà "
"ãî ïîâðåäè."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Àâòîìàòè÷íî çàñè÷àíå"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Çàäàé îïöèè"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Ñåãà ìîæåòå äà ïîäàäåòå îïöèèòå ìó êúì ìîäóëà %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -750,11 +763,11 @@ msgstr ""
"Îïöèèòå ñà âúâ ôîðìàò ``èìå=ñòîéíîñò èìå2=ñòîéíîñò2 ...''.\n"
"Íàïðèìåð: ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Îïöèè íà ìîäóëà:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -874,7 +887,7 @@ msgstr "1 ìèíóòà"
msgid "%d seconds"
msgstr "%d ñåêóíäè"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Ñúçäàé"
@@ -882,7 +895,7 @@ msgstr "Ñúçäàé"
msgid "Unmount"
msgstr "Äåìîíòèðàé"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Èçòðèé"
@@ -890,16 +903,16 @@ msgstr "Èçòðèé"
msgid "Format"
msgstr "Ôîðìàòèðàé"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Ïðîìåíè ãîëåìèíàòà"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Âèä"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Ìÿñòî íà ìîíòèðàíå"
@@ -1036,8 +1049,8 @@ msgid "Please make a backup of your data first"
msgstr "Ïúðâî ñúçäàéòå backup íà ñâîèòå äàííè"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Ïðî÷åòåòå âíèìàòåëíî !"
@@ -1062,7 +1075,7 @@ msgstr "Âíèìàíèå: òàçè îïåðàöèÿ å îïàñíà"
msgid "Error"
msgstr "Ãðåøêà"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Ìÿñòî íà ìîíòèðàíå: "
@@ -1173,35 +1186,35 @@ msgstr "Òèï íà òàáëèöàòà ñ äÿëîâå: %s\n"
msgid "on bus %d id %d\n"
msgstr "íà øèíà %d àäðåñ %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Ìîíòèðàé"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Àêòèâèðàé"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Ïðèáàâè êúì RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Ïðåìàõíè îò RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Ìîäèôèöèðàé RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Èçïîëçâàé çà loopback"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Èçáåðåòå äåéñòâèå"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1213,7 +1226,7 @@ msgstr ""
"Èëè èçïîëçâàòå LILO è òî íå ðàáîòè, èëè íå èçïîëçâàòå LILO è íÿìàòå íóæäà îò "
"/boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1225,7 +1238,7 @@ msgstr ""
"Àêî ñìÿòàòå äà èçïîëçâàòå boot ìåíèäæúðà LILO, áúäåòå âíèìàòåëíè ïðè\n"
"ïðèáàâÿíåòî íà /boot äÿë"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1235,57 +1248,57 @@ msgstr ""
"Íÿìà çàðåæäàùà ïðîãðàìà, êîÿòî äà ìîæå äà ñå ñïðàâè ñ íåãî áåç /boot äÿë.\n"
"Òàêà ÷å äîáàâåòå /boot äÿë"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Âìåñòî òîâà èçïîëçâàéòå ``%s''"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Ïúðâî èçïîëçâàéòå 'Äåìîíòèðàíå'"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Ñëåä ïðîìÿíà íà òèïà íà äÿëà %s, âñè÷êè äàííè âúðõó íåãî ùå áúäàò çàãóáåíè"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Ïðîäúëæåíèå âúïðåêè âñè÷êî ?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Èçõîä áåç çàïèñ"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Èçõîä, áåç äà çàïèñ íà òàáëèöàòà íà äÿëîâåòå ?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Ïðîìÿíà òèïà íà äÿëà"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
msgstr "Êîÿ ôàéëîâà ñèñòåìà èñêàòå ?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Íå ìîæåòå äà èíñòàëèðàíå ReiserFS íà äÿë ïî-ìàëúê îò 32MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Êúäå èñêàòå äà ìîíòèðàòå loopback-ôàéëà %s ?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Êúäå èñêàòå äà ìîíòèðàòå óñòðîéñòâî %s ?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1294,146 +1307,146 @@ msgstr ""
"loopback.\n"
"Ïúðâî ìàõíåòå loopback"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Ñëåä ôîðìàòèðàíå íà äÿëà %s, âñè÷êè äàííè âúðõó íåãî ùå áúäàò çàãóáåíè"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Ôîðìàòèðàíå"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Ôîðìàòèðàíå íà loopback ôàéëà %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Ôîðìàòèðàíå íà äÿëà %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Ñëåä ôîðìàòèðàíå íà âñè÷êè äÿëîâå,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "âñè÷êè äàííè âúðõó òÿõ ùå áúäàò çàãóáåíè"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Ïðåìåñòè"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Íà êîé äèñê èñêàòå äà ãî ïðåìåñòèòå ?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Ñåêòîð"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Íà êîé ñåêòîð èñêàòå äà ãî ïðåìåñòèòå?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Ìåñòåíå"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Ìåñòâÿ äÿëà ... "
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Òàáëèöàòà íà äÿëîâåòå íà óñòðîéñòâî %s ùå áúäå çàïèñàíà âúðõó äèñêà !"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Òðÿáâà äà ðåñòàðòèðàòå, ïðåäè ïðîìåíèòå äà âëÿçàò â ñèëà"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Èç÷èñëÿâàì ãðàíèöèòå íà fat ôàéëîâàòà ñèñòåìà"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Ïðîìÿíà íà ãîëåìèíàòà"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Êîé äÿë æåëàåòå äà ïðîìåíèòå?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Âñè÷êè äàííè íà òîçè äÿë òðÿáâà äà áúäàò àðõèâèðàíè"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Ñëåä ïðîìÿíà ãîëåìèíàòà íà äÿëà %s, äàííète âúðõó íåãî ùå áúäàò çàãóáåíè"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Èçáåðåòå íîâà ãîëåìèíà"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Ñúçäàé íîâ äÿë"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Íà÷àëåí ñåêòîð: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Ãîëåìèíà â MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Âèä ôàéëîâà ñèñòåìà: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Ïðåäïî÷èòàíèå: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Òîçè äÿë íå ìîæå äà áúäå èçïîëçâàí çà loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Èìå íà loopback ôàéëà: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Ôàéëúò âå÷å ñå èçïîëçâà òî äðóã loopback, èçáåðåòå äðóã ôàéë."
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Ôàéëúò âå÷å ñúøåñòâóâà. Äà ãî èçïîëçâàì ëè ?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Èçáåðåòå ôàéë"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1441,11 +1454,11 @@ msgstr ""
"Ðåçåðâíàòà òàáëèöà íà äÿëîâåòå íå å ñúñ ñúùàòà ãîëåìèíà\n"
"Äà ïðîäúëæà ëè âñå ïàê ?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Ïðåäóïðåæäåíèå"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1453,27 +1466,27 @@ msgstr ""
"Ñëîæåòå äèñêåòà âúâ ôëîïèòî\n"
"Âñè÷êè äàííè, íàìèðàùè ñå âúðõó äèñêåòàòà, ùå áúäàò çàãóáåíè"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Îïèòâàì ñå äà ñïàñÿ òàáëèöàòà íà äÿëîâåòå"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "óñòðîéñòâî"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "íèâî"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "ãîëåìèíà íà ïàð÷åòî"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Èçáåðåòå ñúùåñòâóâàù RAID çà ïðèáàâÿíå"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "íîâ"
@@ -3348,8 +3361,8 @@ msgstr "Íàñòðîéêà íà óñëóãèòå"
msgid "Configure printer"
msgstr "Íàñòðîéêà íà ïðèíòåðà"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Âúâåäåòå ïàðîëà çà root"
@@ -3377,7 +3390,7 @@ msgstr "Àâòîìàòè÷íî èíñòàëèðàíå îò ôëîïè"
msgid "Exit install"
msgstr "Èçõîä îò èíñòàëàöèîííàòà ïðîãðàìà"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Ãðåøêà ïðè ÷åòåíå íà ôàéëà $f"
@@ -3475,7 +3488,7 @@ msgstr "Êîé äÿë æåëàåòå äà ïðîìåíèòå?"
msgid "Computing Windows filesystem bounds"
msgstr "Èç÷èñëÿâàì ãðàíèöèòå íà Windows ôàéëîâàòà ñèñòåìà"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3484,12 +3497,12 @@ msgstr ""
"Íå âúçìîæíîñò çà ðàáîòà ñ âàøèÿ FAT äÿë, \n"
"ïîðàäè ïîëó÷åíàòà ãðåøêà: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Âàøèÿò Windows äÿë å ìíîãî ôðàãìåíòèðàí, ìîëÿ ïúðâî ñòàðòèðàéòå ''defrag''"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3508,21 +3521,21 @@ msgstr ""
"ïîâòîðåòå èíñòàëàöèàÿòà. Áè áèëî äîáðå äà íàïðàâèòå àðõèâ íà äàííèòå ñè.\n"
"Êîãàòî ñòå ñèãóðíè, íàòèñíåòå ÎÊ."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Êîëêî èñêàòå äà îñòàâèòå çà windows?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "äÿë %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Íåóñïåøíî ïðåðàçäåëÿíå íà FAT: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3530,36 +3543,36 @@ msgstr ""
"Íÿìà FAT äÿëîâå çà ñìÿíà íà ãîëåìèíàòà èëè çà èçïîëçâàíå êàòî loopback (èëè "
"íÿìà äîñòàòú÷íî ìÿñòî íà äèñêà)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Èçòðèé öåëèÿ äèñê"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Ïðåìàõíè Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "èìàòå ïîâå÷å îò åäèí òâúðäè äèñêîâå, êîé äà èçïîëçâàì çà èíñòàëàöèÿòà?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "ÂÑÈ×ÊÈ ñúùåñòâóâàùè äÿëîâå è äàííèòe âúðõó òÿõ íà %s ùå áúäàò çàãóáåíè"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Åêñïåðòåí ðåæèì"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Èçïîëçâàé diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Èçïîëçâàé fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3568,29 +3581,29 @@ msgstr ""
"Ñåãà ìîæåòå äà ðàçäåëèòå %s.\n"
"Êîãàòî ñòå ãîòîâè, íå çàáðàâÿéòå äà çàïèøåòå èçïîëçâàéêè `w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Èçïîëçâàé ñâîáîäíîòî ìÿñòî íà Windows äÿëà"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
msgid "I can't find any room for installing"
msgstr "Íå ìîãà äà íàìåðÿ íèêàêâî ìÿñòî çà èíñòàëàöèÿ"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Ïîìîùíèêúò çà ðàçäåëèíå íà äÿëîâå íà DrakX íàìåðè ñëåäíèòå ðåøåíèÿ:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Íåóñïåøíî ðàçäåëÿíå íà: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Âêëþ÷âàì ìðåæàòà"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Èçêëþ÷âàíå íà ìðåæàòà"
@@ -3602,12 +3615,12 @@ msgstr ""
"Ïîÿâè ñå ãðåøêà, íî íå çíàì êàê äà ñå ñïðàâÿ ñ íåÿ äåëèêàòíî.\n"
"Ìîæåòå äà ïðîäúëæèòå íà ñâîé ðèñê."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Äóáëèðàé òî÷êàòà íà ìîíòèðàíå %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3619,12 +3632,12 @@ msgstr ""
"Ïðîâåðåòå êîìïàêò äèñêà íà èíñòàëèðàíèÿ êîìïþòúð èçïîëçâàéêè \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Äîáðå äîøëè â %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Íÿìà ôëîïè óñòðîéñòâî"
@@ -3704,7 +3717,7 @@ msgid "There was an error ordering packages:"
msgstr "Ïîÿâè ñå ãðåøêà ïðè ïîðú÷âàíåòî íà ïàêåòèòå:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Äà èçïîëçâàì ëè ñåãàøíàòà íàñòðîéêà íà X11 ?"
@@ -4372,92 +4385,92 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Èçáåðåòå îãëåäàëåí ñúðâúð,îò êîéòî äà ïîëó÷èòå ïàêåòèòå"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Ñâúðçâàíå ñ îãëåäàëíèÿ ñúðâúð çà ïîëó÷àâàíå íà ñïèñúêà ñ ïàêåòèòå"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Ìîëÿ, èçáåðåòå ïàêåòèòå, êîèòî èñêàòå äà èíñòàëèðàòå."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "Êîÿ å âðåìåâàòà âè çîíà ?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Õàäðóåðíèÿò âè ÷àñîâíèê íàñòðîåí ëè å ïî GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Êàêâà ñèñòåìà íà ïå÷àò èñêàòå äà èçïîëçâàòå ?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Áåç ïàðîëà"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Èçïîëçâàé shadow ôàéë"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Èçïîëçâàé MD5 ïàðîëè"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Èçïîëçâàé NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "æúëòè ñòðàíèöè"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Ïàðîëàòà å ïðåêàëåíî ïðîñòà (òðÿáâà äà áúäå äúëãà ïîíå %d ñèìâîëà)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Èäåíòèôèêàöèÿ ïî NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS äîìåéí"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS ñúðâúð"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Ïðèåìè ïîòðåáèòåë"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Äîáàâè ïîòðåáèòåë"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(âå÷å ïðèáàâèõ %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4467,49 +4480,49 @@ msgstr ""
"Âúâåäåòå ïîòðåáèòåë\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Èñòèíñêî èìå"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Ïîòðåáèòåëñêî èìå"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Øåë"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Èêîíà"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Òàçè ïàðîëà å ïðåêàëåíî ïðîñòà"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Ìîëÿ, çàäàéòå ïîòðåáèòåëñêî èìå"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Ïîòðåáèòåëñêîòî èìå ìîæå äà âêëþ÷âà ñàìî ìàëêè áóêâè, íîìåðà, `-' è `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Òîâà ïîòðåáèòåëñêî èìå å âå÷å äîáàâåíî"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -4538,19 +4551,19 @@ msgstr ""
"Àêî èñêàòå äà ñúçäàäåòå bootdisk çà âàøàòà ñèñòåìà, ïîñòàâåòå äèñêåòà â\n"
"ïúðâîòî óñòðîéñòâî è íàòèñíåòå \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Ïúðâî ôëîïè óñòðîéñòâî"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Âòîðî ôëîïè óñòðîéñòâî"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Ïðåñêî÷è"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4573,32 +4586,32 @@ msgstr ""
"ñïàñèòåëíàòà äèñêåòà íà Mandrake, óëåñíÿâàùà âúçñòàíîâÿâàíåòî ïðè ðåäêè\n"
"ñëó÷àè íà ñðèâ. Èñêàòå ëè äà ñúçäàì bootdisk çà ñèñòåìàòà âè ?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Ñúæàëÿâàì íÿìà ôëîïè"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Èçáåðåòå ôëîïè äðàéâ,êúäåòî äà íàïðàâèòå ñòàðòèðàùà äèñêåòà"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Ñëîæåòå äèñêåòà â óñòðîéñòâî %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Ñúçäàâàíå íà ñòàðòèðàùà äèñêåòà"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Ïîäãîòîâêà íà bootloader"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Èñêàòå ëè äà èçïîëçâàòå aboot ?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4606,80 +4619,80 @@ msgstr ""
"Ãðåøêà ïðè èíñòàëèðàíå íà aboot, \n"
"äà ñå îïèòàì ëè äà ïðîäúëæà èíñòàëàöèÿòà äîðè, àêî òîâà óíèæòîæè ïúðâèÿ äÿë ?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Èíñòàëàöèÿòà íà bootloader ïðîâàëåíà. Ïîÿâè ñå ñëåäíàòà ãðåøêà:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Äîáðå äîøëè ïðè Cracker-èòå"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Ëîøî"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Ñëàáî"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Ñðåäåíî"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Âèñîêî"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Ïàðàíîè÷íî"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Äîïúëíèòåëíè âúïðîñè"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(ìîæå äà ïðè÷èíè çàãóáà íà äàííè)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Èñêàòå ëè îïòèìèçàöèÿ íà äèñêîâåòå ?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Èçáåðåòå íèâî íà ñèãóðíîñò"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Òî÷åí ðàçìåð íà RAM-ïàìåòòà, àêî å íåîáõîäèìî (íàìåðåíè %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Àâòîìàòè÷íî ìîíòèðàíå íà ñìåíÿåìèòå äèñêîâå"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Ïî÷èñòâàíå íà /tmp ïðè âñÿêî çàðåæäàíå"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Âêëþ÷è ìíîãî ïðîôèëè"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Çàäåéñòâàíå Num Lock-à ïðè çàðåæäàíå"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Äàéòå ðàçìåðà RAM-ïàìåò â Mb"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Íå ìîæå äà èçïîëçâàòå supermount ïðè âèñîêî íèâî íà ñèãóðíîñò"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4694,7 +4707,7 @@ msgstr ""
"Êàòî öÿëî, íå î÷àêâàéòå äà èçïîëçâàòå ìàøèíàòà ñè çà íåùî äðóãî, îñâåí çà "
"ñúðâúð.Áÿõòå ïðåäóïðåäåí."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4702,22 +4715,22 @@ msgstr ""
"Âíèìàíèå, àêî å âêëþ÷åí numlock ìîæå äà äîâåäå äî èçâåæäàíåòî íà\n"
"÷èñëà âìåñòî áóêâè (íàïðèìåð: íàòèñêàéêè 'p' äàâà '6')"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"Èñêàòå ëè äà ñúçäàì àâòîìàòè÷íî èíñòàëèðàùà äèñêåòà çà Linux ðåïëèêàöèÿ?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Ñëîæåòå ïðàçíà äèñêåòà â óñòðîéñòâî %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Ïîäãîòâÿì äèñêåòà ñ àâòîìàðè÷íà èíñòàëàöèÿ"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4727,7 +4740,7 @@ msgstr ""
"\n"
"Íàèñòèíà ëè èñêàòå äà èçëåçåòå ñåãà ?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4789,10 +4802,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Âàøèÿò èçáîð ? (ïî ïîäðàçáèðàíå %s, âúâåäåòå 'none' çà íèêîé)"
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "×åøêè"
+msgid "Czech (QWERTZ)"
+msgstr "×åøêè (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Íåìñêè"
@@ -4800,19 +4813,19 @@ msgstr "Íåìñêè"
msgid "Dvorak"
msgstr "Äâîðæàê"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Èñïàíñêè"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Ôèíëàíäñêè"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Ôðåíñêè"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Íîðâåæêè"
@@ -4820,15 +4833,15 @@ msgstr "Íîðâåæêè"
msgid "Polish"
msgstr "Ïîëñêè"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Ðóñêè"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "UÊ êëàâèàòóðà"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "US êëàâèàòóðà"
@@ -4876,151 +4889,167 @@ msgstr "Øâåéöàðñêè (íåìñêà íàðåäáà)"
msgid "Swiss (French layout)"
msgstr "Øâåéöàðñêè (ôðåíñêè íàðåäáà)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "×åøêè (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Íåìñêè (áåç íåðàáîòåùè êëàâèøè)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Äàòñêè"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Äâîðæàê (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Äâîðæàê (Íîðâåæêè)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Åñòîíñêè"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Ãðóçèíñêè (\"Ðóñêà\" íàðåäáà)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Ãðóçèíñêè (\"Ëàòèíñêà\" íàðåäáà)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Ãðúöêè"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Óíãàðñêè"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Õúðâàòñêè"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Èçðàåëñêè"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Èçðàåëñêè (ôîíåòè÷åí)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Èðàíñêè"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Èñëàíäñêè"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Èòàëèàíñêè"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "ßïîíñêà 106 êëàâèøà"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Ëàòèíîàìåðèêàíñêè"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Õîëàíäñêè"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Ëèòâèéñêè AZERTY (ñòàð)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Ëèòâèéñêè AZERTY (íîâ)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Ëèòâèéñêè \"÷èñëîâà ðåäèöà\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Ëèòâèéñêè \"ôîíåòè÷åí\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Ïîëñêè (QWERTY íàðåäáà)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Ïîëñêè (QWERTZ íàðåäáà)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Ïîðòóãàëñêè"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Êàíàäñêè (Êâåáåê)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Ðóñêè (ßÂÅÐÒÈ)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Øâåäñêè"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Ñëîâåíñêè"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Ñëîâàøêè"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Ñëîâàøêè (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Ñëîâàøêè (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Òàéâàíñêà êëàâèàòóðà"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Òóðñêè (òðàäèöèîíåí \"F\" ìîäåë)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Òóðñêè (ìîäåðåí \"Q\" ìîäåë)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Óêðàèíñêè"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "US êëàâèàòóðà (ìåæäóíàðîäíà)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Âèåòíàìñêè \"÷èñëîâà ðåäèöà\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Þãîñëàâÿíñêè (ëàòèíñêà íàðåäáà)"
@@ -5036,9 +5065,10 @@ msgstr "Ñòàíäàðòíà"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Îáèêíîâåííà 2-áóòîííà ìèøêà"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -5076,6 +5106,10 @@ msgstr "Îáèêíîâåííà 2-áóòîííà ìèøêà"
msgid "Generic 3 Button Mouse"
msgstr "Îáèêíîâåííà 3-áóòîííà ìèøêà"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -5134,26 +5168,26 @@ msgstr "Íàòàêúê ->"
msgid "Is this correct?"
msgstr "Âñè÷êî ïðàâèëíî ëè å ?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Íàñòðîéêà íà Èíòåðíåò"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
#, fuzzy
msgid "Do you want to try to connect to the Internet now?"
msgstr "Èñêàòå ëè ñåãà äà îïèòàòå èçïðîáâàòå ñè êúì Èíòåðíåò ?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Êàêúâ å òèïúò íà ISDN âðúçêàòà ?"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Íå ñå ñâúðçâàé êúì Èíòåðíåò"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5161,11 +5195,13 @@ msgstr ""
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Íàñòðîéêà íà IDSN"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5173,116 +5209,116 @@ msgstr ""
"Ïîñî÷åòå äîñòàâ÷èêà ñè.\n"
" Àêî íå å â ñïèñúêà, èçáåðåòå Unlisted"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Íàñòðîéêà íà âðúçêàòà"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Ìîëÿ, ïîïúëíåòå èëè ïðîâåðåòå ïîëåòî ïî-äîëó"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ íà êàðòàòà"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Ïàìåò (DMA) íà êàðòàòà"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "IO íà êàðòàòà"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "IO_0 íà êàðòàòà"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "IO_1 íà êàðòàòà"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
#, fuzzy
msgid "Your personal phone number"
msgstr "Ëè÷íèÿ âè òåëåôîíåí íîìåð"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Èìå íà äîñòàâ÷èêà (íàïð. provider.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Òåëåôîíåí íîìåð íà äîñòàâ÷èêà"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "1-âè DNS íà äîñòàâ÷èêà"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "2-ðè DNS íà äîñòàâ÷èêà"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Ðåæèì íà íàáèðàíå"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Èìå íà àêàóíòà (ïîòåáèòåëñêî èìå)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Ïàðîëà íà àêàóíòà"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Ïîòâúðæäåíèå íà ïàðîëàòà"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Åâðîïà"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Åâðîïà (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Îñòàíàëèÿ ñâÿò"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Îñòàíàëèÿ ñâÿò - áÿõ D-Êàíàë (íàåòà ëèíèÿ)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Êàêúâ ïðîòîêîë æåëàåòå äà ïðîìåíèòå ?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Íå çíàì"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Êàêúâ òèï êàðòà èìàòå ?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Íàòàòúê"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Îòêàç"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5294,15 +5330,15 @@ msgstr ""
"\n"
"Àêî èìàòå PCMCIA êàðòà, ùå òðÿáâà äà çíàåòå IRC è IO íà êàðòàòà ñè.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Êîÿ å ISDN êàðòàòà âè ?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Íàìåðåõ ISDN êàðòà:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5310,11 +5346,11 @@ msgstr ""
"Îòêðèòà å ISDN PCI êàðòà, íî ñ íåïîçíàò òèï. Ìîëÿ èçáåðåòå íÿêîÿ PCI êàðòà "
"îò ñëåäâàùèÿò åêðàí."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Íå å íàìåðåíà ISDN PCI êàðòà. Ìîëÿ èçáåðåòå îò ñëåäâàùèÿò åêðàí."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
@@ -5322,215 +5358,222 @@ msgstr ""
"Íå áåøå íàìåðåí ìðåæîâ àäàïòåð â ñèñòåìàòà âè.\n"
"Íå ìîæåòå äà íàñòðîèòå òàêúâ âèä âðúçêà."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Èçáåðåòå ìðåæîâ èíòåðôåéñ"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
#, fuzzy
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Ìîëÿ, èçáåðåòå ìðåæîâèÿ àäàïòåð, ÷ðåç êîéòî äà ñå ñâðúæà êúì Èíòåðíåò"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Ìðåæîâ èíòåðôåéñ"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr ""
"Íà ïúò ñúì äà ðåñòàðòèðàì ìðåæîâîòî óñòðîéñòâî $device. Ñúãëàñíè ëè ñòå ?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Íàñòðîéêà íà ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Èñêàòå ëè äà ñòàðòèðàòå âðúçêàòà ñè ïðè çàðåæäàíå ?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Äà ñå îïèòàì ëè äà îòêðèÿ ìîäåì ?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Ìîëÿ, èçáåðåòå ñåðèåí ïîðò êúì êîéòî ñâúðçàí ìîäåìúò âè."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Îïöèè çà èçáèðàíå ïî òåëåôîí"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Èìå íà âðúçêàòà"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Òåëåôîíåí íîìåð"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Ïîòðåáèòåëñêî èìå"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Èäåíòèôèêàöèÿ"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Áàçèðàíà íà ñêðèïò"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Áàçèðàíà íà òåðìèíàë"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Èìå íà äîìåéíà"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Ïúðâè DNS ñúðâúð"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Âòîðè DNS ñúðâúð"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Ñâúðæè ñå êúì Èíòåðíåò / Íàñòðîé ëîêàëíàòà ìðåæà"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Íå ñå ñâúðçâàé êúì Èíòåðíåò"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Íå ñå ñâúðçâàé êúì Èíòåðíåò"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Ñâúðæè ñå êúì Èíòåðíåò"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Îòâúðæè ñå îò Èíòåðíåò"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Èíòåðíåò âðúçêà è íàñòðîéêà"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
"Íà ïúò ñúì äà ðåñòàðòèðàì ìðåæîâîòî óñòðîéñòâî $netc->{NET_DEVICE}. Ñúãëàñíè "
"ëè ñòå ?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Âúòðåøíà ISDN êàðòà"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Âúíøåí ISDN ìîäåì"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Ñâúðæè ñå êúì Èíòåðíåò"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Êàêúâ å òèïúò íà ISDN âðúçêàòà ?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Ôðàíöèÿ"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Äðóãè ñòðàíè"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "Â êîÿ ñòðàíà ñå íàìèðàòå ?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Ìîäåì Alcatel"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "Ìîäåì ECI"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr "Àêî ADSL ìîäåìúò âè å Alcatel, èçáåðåòå Alcatel. Èíà÷å, èçáåðåòå ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "èçïîëçâàé PPPOE"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "íå èçïîëçâàé PPPOE"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
#, fuzzy
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
@@ -5541,12 +5584,12 @@ msgstr ""
"Îáà÷å, ñúùåñòâóâàò íÿêîè âðúçêè, êîèòî èçïîëçâàò ñàìî DHCP.\n"
"Àêî íå çíàåòå, èçáåðåòå 'èçïîëçâàé PPPOE'."
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5554,35 +5597,35 @@ msgstr ""
"Êàêúâ DHCP êëèåíò èñêàòå äà èçïîëçâàòå ?\n"
"Ïî ïîäðàçáèðàíå å DHCPD ?"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Íàñòîéêà íà ëîêàëíàòà ìðåæà"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Íàñòðîéêà íà ìðåæàòà"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Èñêàòå ëè äà òåñòâàòå íàñòðîéêèòå?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Èçêëþ÷âàíå íà ìðåæàòà"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Ñâúðæè ñå êúì Èíòåðíåò / Íàñòðîé ëîêàëíàòà ìðåæà"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5590,15 +5633,15 @@ msgstr ""
"Ëîêàëíàòà ìðåæà âå÷å å íàñòðîåíà.\n"
"Èñêàòå ëè äà:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Êàê èñêàòå äà ñå ñâúðæåòå êúì Èíòåðíåò ?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Íàñòðîéêà íà ìðåæàòà"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5679,6 +5722,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP àäðåñúò òðÿáâà äà áúäå âúâ ôîðìàò 1.2.3.4"
@@ -5808,7 +5852,7 @@ msgstr "Ëîêàëåí ïðèíòåð"
msgid "Remote printer"
msgstr "Îòäàëå÷åí ïðèíòåð"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Îòäàëå÷åí CUPS ñúðâúð"
@@ -5956,7 +6000,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Èìå íà õîñò íà ïðèíòåðà"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Ïîðò"
@@ -6096,12 +6140,12 @@ msgstr "Ñòàðòèðàíå íà CUPS"
msgid "Reading CUPS drivers database..."
msgstr "×åòåíå íà CUPS äðàéâåðèòå îò áàçàòà äàííè ..."
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Èçáåðåòå âðúçêà êúì ïðèíòåðà"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Êàê å ñâúðçàí ïðèíòåðúò ?"
@@ -6119,11 +6163,33 @@ msgstr ""
"è äà áèëî ïðèíòåð òóê; ïðèíòåðèòå ñàìè áèâàò çàñè÷àíè.\n"
" ñëó÷àé íà ñúìíåíèå, èçáåðåòå \"Îòäàëå÷åí CUPS ñúðâúð\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Ñ îòäàëå÷åí CUPS ñúðâúð, íå âè ñå íàëàãà äà íàñòðîéâàòå êàêúâòî\n"
+"è äà áèëî ïðèíòåð òóê; ïðèíòåðèòå ñàìè áèâàò çàñè÷àíè.\n"
+" ñëó÷àé íà ñúìíåíèå, èçáåðåòå \"Îòäàëå÷åí CUPS ñúðâúð\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP íà SMB ñúðâúð:"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Èçòðèâàíå íà îïàøêàòà"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -6135,19 +6201,19 @@ msgstr ""
"áúäàò îïðåäåëåíè. Êàêâî èìå äà áúäå èçïîëçâàíî çà òîçè ïðèíòåð è\n"
"êàê å ñâúðçàí òîé ?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Èìå íà ïðèíòåð"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Îïèñàíèå"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Ìåñòîïîëîæåíèå"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -6159,15 +6225,15 @@ msgstr ""
"èìå íà äèðåêòîðèÿ äà áúäå èçïîëçâàíî çà òàçè îïàøêà è êàê ñå ñâúðçàí "
"ïðèíòåðà ?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Èìå íà îïàøêà"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Spool-äèðåêòîðèÿ"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Âðúçêà íà ïðèíòåðà"
@@ -7117,6 +7183,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "×åøêè"
+
+#~ msgid "Slovakian"
+#~ msgstr "Ñëîâàøêè"
+
#~ msgid ""
#~ "Time (secs) of inactivity after which\n"
#~ "it hangs up. (leave blank to disable it)"
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
index 3ea0b7ebf..39feeeca6 100644
--- a/perl-install/share/po/br.po
+++ b/perl-install/share/po/br.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 1999-12-30 15:29+0100\n"
"Last-Translator: Jañ-Mai Drapier <jan-mai.drapier@mail.dotcom.fr>\n"
"Language-Team: Brezhoneg <ofisk@wanadoo.fr>\n"
@@ -82,23 +82,23 @@ msgstr ""
msgid "XFree configuration"
msgstr "Kefluniadur goude staliañ"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Diuzit ment memor ho kartenn c'hrafek"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Dibabit dibarzhoù ar servijer"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Dibabit ur skramm"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Skramm"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -121,40 +121,40 @@ msgstr ""
"a zo en tu-hont da varregezh ho skramm : gallout a rafe gwastañ ho skramm\n"
" M'hoc'h eus douetañs, dibabit ur c'hefluniadur fur."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Feur freskaat a-led"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Feur freskaat a-serzh"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Skramm ket kefluniet"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Kartenn c'hrafek ket kefluniet c'hoazh"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Spisterioù ket dibabet c'hoazh"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Da ziwall : arvarus eo amprouiñ ar gartenn c'hrafek-mañ"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Amprouiñ ar c'hefluniadur"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -162,146 +162,146 @@ msgstr ""
"\n"
"klaskit kemmañ arventennoù 'zo"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "C'hoarvezet eo ur fazi :"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Kuitaat e %d eilenn"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Ha reizh eo ar c'hefluniadur ?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "C'hoarvezet eo ur fazi, klaskit kemmañ arventennoù 'zo"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Spister"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Dibabit ar spister ha donder al livioù"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Kartenn c'hrafek : %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Servijer XFree86 : %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Diskouez pep tra"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Spisterioù"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Reizhadur ar stokellaoueg : %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Seurt logodenn : %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Trobarzhell al logodenn : %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Skramm : %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "KempredA-led ar skramm : %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "FreskA-serzh ar skramm : %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Kartenn c'hrafek : %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Memor c'hrafek : %s ko\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, fuzzy, c-format
msgid "Color depth: %s\n"
msgstr "Dibarzhoù donder liv"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, fuzzy, c-format
msgid "Resolution: %s\n"
msgstr "Spisterioù"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Servijer XFree86 : %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, fuzzy, c-format
msgid "XFree86 driver: %s\n"
msgstr "Servijer XFree86 : %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "O prientiñ kefluniadur X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Kemmañ ar skramm"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Kemmañ ar gartenn c'hrafek"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Kemmañ dibarzhoù ar servijer"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Kemmañ ar spister"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Diskouez titouroù"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Amprouiñ adarre"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Kuitaat"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Petra a vennit ober ? "
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -310,20 +310,20 @@ msgid ""
"%s"
msgstr "Derc'hel ar c'hefluniadur IP o ren"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Adereit ouzh %s evit bevaat ar c'hemmoù mar plij"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Dizereit mar plij ha neuze implijit Ctrl-Alt-WarGil"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X pa loc'her"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -331,11 +331,11 @@ msgstr ""
"Kefluniañ ho urzhiataer evit lañsañ X ent emgefreek pa loc'ho a c'hellañ.\n"
"Mennout a rit lañsañ X pa adloc'hit ?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -344,12 +344,12 @@ msgstr ""
"Kefluniañ ho urzhiataer evit lañsañ X ent emgefreek pa loc'ho a c'hellañ.\n"
"Mennout a rit lañsañ X pa adloc'hit ?"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
#, fuzzy
msgid "Choose the default user:"
msgstr "Dibabit ar ment nevez"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Dibabit ar benveg a vennit staliañ"
@@ -450,108 +450,117 @@ msgstr "Skramm a c'hell ober 1600x1200 da 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Skramm a c'hell ober 1600x1200 da 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Rann gentañ ar parzhadur loc'hañ"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Rann gentañ ar bladenn (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
#, fuzzy
msgid "SILO Installation"
msgstr "Staliadur LILO/grub"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Pelec'h e mennit staliañ ar c'harger loc'hañ ?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Staliadur LILO/grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
#, fuzzy
msgid "None"
msgstr "Graet"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Pe garger(ien) loc'hañ a vennit imlijout ?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
#, fuzzy
msgid "Bootloader installation"
msgstr "Dibarzhoù pennañ ar c'harger loc'hañ"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Trobarzhell loc'hañ"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ne da ket en-dro gant BIOSoù kozh)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Fetis"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "fetis"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Mod video"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Gedvezh kent loc'hañ ar skeudenn dre ziouer"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Tremenger"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Tremenger (adarre)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Strishaat dibarzhoù al linenn urzhiañ"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "strishaat"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Dibarzhoù pennañ ar c'harger loc'hañ"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Didalvout eo ``Strishaat dibarzhoù al linenn urzhiañ'' hep tremenger"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Klaskit adarre mar plij"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "An tremegerioù ne glot ket"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -559,140 +568,144 @@ msgstr ""
"Setu da heul an enmontoù liesseurt.\n"
"Gallout a rit ouzhpennañ lod pe gemmañ a re a zo."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Ouzhpennañ"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Graet"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Pe seurt enmont a vennit ouzhpennañ"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
#, fuzzy
msgid "Other OS (SunOS...)"
msgstr "Reizhiadoù (windows...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Reizhiadoù (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Skeudenn"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Gwrizienn"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Ouzhpennañ"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Lenn-skrivañ "
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Taolenn"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Arvarus"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Skridennad"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Dre ziouer"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Mat eo"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Dilemel an enmont"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Berzet eo ar skridennadoù goullo"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "En implij eo ar skridennad-se endeo"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Kavet etrefas %s %s"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Hag un all hoc'h eus ?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Hag un etrefas %s bennak a zo ganeoc'h ?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Ket"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Ya"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Gwelet titouroù periantel"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "O staliañ ur sturier evit kartenn %s %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(mollad %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Pe sturier %s a zlefen amprouiñ ?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -711,20 +724,20 @@ msgstr ""
"urzhiataer,\n"
"hogen ne raio reuz ebet."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Embrouiñ"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Spisait dibarzhoù"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Bremañ e c'hellit pourvezañ e zibarzhoù d'ar mollad %s"
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -735,11 +748,11 @@ msgstr ""
"Diouzh ar furmad ``anv=talvoud anv2=talvoud2...'' eo an dibaboù.\n"
"Da skouer, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Dibarzhoù ar mollad :"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -827,7 +840,7 @@ msgstr ""
msgid "%d seconds"
msgstr "Kuitaat e %d eilenn"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Krouiñ"
@@ -835,7 +848,7 @@ msgstr "Krouiñ"
msgid "Unmount"
msgstr "Divarc'hañ"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Dilemel"
@@ -843,16 +856,16 @@ msgstr "Dilemel"
msgid "Format"
msgstr "Furmadiñ"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Adventañ"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Seurt"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Poent marc'hañ"
@@ -989,8 +1002,8 @@ msgid "Please make a backup of your data first"
msgstr "Gwarezit ho roadoù da gentañ mar plij"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Lennit aketus !"
@@ -1015,7 +1028,7 @@ msgstr "Bezit war evezh : arvarus eo an obererezh-mañ."
msgid "Error"
msgstr "Fazi"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Poent marc'hañ :"
@@ -1127,35 +1140,35 @@ msgstr "Seurt taolenn barzhañ : %s\n"
msgid "on bus %d id %d\n"
msgstr "war bus %d Nn %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Marc'hañ"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Bevaat"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Ouzhpennañ da RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Lemel diwar RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Kemmañ RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Implij da saveteiñ"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Dibabit un obererezh"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1167,7 +1180,7 @@ msgstr ""
"Pe e implijit LILO ha ne daio ket en-dro, pe ne rit ket ha n'hoc'h eus ket "
"ezhomm a /boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1181,65 +1194,65 @@ msgstr ""
"Ma vennit implijout ar merour loc'hañ LILO, taolit pled da ouzhpennañ ur "
"parzhadur /boot"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
"So be careful to add a /boot partition"
msgstr ""
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Grit kentoc'h gant ``%s''"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Implijit ``Divarc'hañ'' da gentañ"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Goude kemmañ seurt ar parzhadur %s, holl roadoù ar parzhadur-se a vo kollet"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Kenderc'hel evelato ?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Kuitaat hep enrollañ"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Kuitaat hep skrivañ an daolenn barzhañ ?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Kemmañ seurt ar parzhadur"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Pelec'h e mennit marc'hañ ar restr saveteiñ %s ?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Pelec'h e mennit marc'hañ an drobarzhell %s ?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1247,146 +1260,146 @@ msgstr ""
"N'hellan ket dizober ar poent marc'hañ dre m'eo implijet ar parzhadur-se\n"
"evit saveteiñ. Lamit ar saveteiñ da gentañ"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Goude furmadiñ ar parzhadur %s, holl roadoù ar parzhadur-se a vo kollet"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "O furmadiñ"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "O furmadiñ ar restr saveteiñ %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "O furmadiñ ar parzhadur %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Goude furmadiñ an holl barzhadurioù,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "kollet e vo holl roadoù war ar parzhadurioù-se"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Dilec'hiañ"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Rann"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Da beseurt rann e mennit dilec'hiañ ?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "O tilec'hiañ"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "O tilec'hiañ ur parzhadur..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "War-nes bezañ skrivet war bladenn eo taolenn barzhañ an ardivink %s !"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Ret e vo deoc'h adloc'hañ a-raok ma talvezo ar c'hemm"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "O jediñ bevennoù ar reizhiad restroù FAT"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Oc'h adventañ"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Mat e vije gwareziñ holl roadoù ar parzhadur-se"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Goude adventañ ar parzhadur %s e vo kollet holl roadoù ar parzhadur-se"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Dibabit ar ment nevez"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "Mo"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Krouiñ ur parzhadur nevez"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Rann kregiñ :"
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Ment e Mo :"
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Seurt ar reizhiad restroù :"
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Dibarzh :"
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "N'heller ket implijout ar parzhadur-mañ evit saveteiñ"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Saveteiñ"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Anv ar restr saveteiñ :"
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Restr implijet gant ur saveteiñ all endeo, dibabit unan all"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Ar restr a zo endeo. E implijout ?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Diuzit ar restr"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1394,11 +1407,11 @@ msgstr ""
"N'eo ket heñvel ment an daolenn barzhañ gwarezet\n"
"Kenderc'hel memestra ?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Ho evezh"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1406,27 +1419,27 @@ msgstr ""
"Lakait ur bladennig el lenner\n"
"Kollet e vo holl roadoù ar bladennig-se"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "O klask assevel an daolenn barzhañ"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "trobarzhell"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "live"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "ment diaoz"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Dibabit da be RAID ouzhpennañ"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "nevez"
@@ -2842,8 +2855,8 @@ msgstr "Kefluniañ servijoù"
msgid "Configure printer"
msgstr "Kefluniañ ar voullerez"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Termeniñ tremenger root"
@@ -2871,7 +2884,7 @@ msgstr "Pladennig staliañ emgefreek"
msgid "Exit install"
msgstr "Dilezel ar staliadur"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Fazi en ur lenn ar restr $f"
@@ -2975,18 +2988,18 @@ msgstr "Pe seurt parzhadur a vennit ?"
msgid "Computing Windows filesystem bounds"
msgstr "O jediñ bevennoù ar reizhiad restroù FAT"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
#, fuzzy
msgid ""
"WARNING!\n"
@@ -3006,58 +3019,58 @@ msgstr ""
"ar\n"
"parzhadur-se, ha gwareziñ ho roadoù. Pa vezit sur, gwaskit \"Mat eo\""
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
#, fuzzy
msgid "Which size do you want to keep for windows on"
msgstr "Da beseurt rann e mennit dilec'hiañ ?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, fuzzy, c-format
msgid "partition %s"
msgstr "Parzhadur"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, fuzzy, c-format
msgid "FAT resizing failed: %s"
msgstr "Adventañ ent emgefreek sac'het"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr ""
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, fuzzy, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Goude adventañ ar parzhadur %s e vo kollet holl roadoù ar parzhadur-se"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
#, fuzzy
msgid "Expert mode"
msgstr "Mailh"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr ""
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr ""
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, fuzzy, c-format
msgid ""
"You can now partition %s.\n"
@@ -3066,30 +3079,30 @@ msgstr ""
"Gallout a rit bremañ parzhañ ho pladenn galet %s\n"
"Pa 'z eo graet, na zisoñjit ket enrollañ dre implijout `w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "N'hoc'h eus parzhadur windows ebet !"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "N'hellan ouzpennañ parzhadur ebet ken"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, fuzzy, c-format
msgid "Partitioning failed: %s"
msgstr "Seurt taolenn barzhañ : %s\n"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "O lañsañ ar rouedad"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "O tizenaouiñ ar rouedad"
@@ -3101,12 +3114,12 @@ msgstr ""
"Degouezhet ez eus ur fazi, hogen n'ouzon ket e verañ naet.\n"
"Kendalc'hit war ho mar."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Poent marc'hañ doubl %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3114,12 +3127,12 @@ msgid ""
"Mandrake/RPMS/*.rpm\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Degemer e %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Lenner pladennig hegerz ebet"
@@ -3199,7 +3212,7 @@ msgid "There was an error ordering packages:"
msgstr "Ur fazi a zo bet en ur rummañ pakadoù :"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Implijout ar c'hefluniadur o ren evit X11 ?"
@@ -3871,94 +3884,94 @@ msgstr ""
"Altadena California 91001\n"
"SUA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Dibabit ur melezour da dapout ar pakadoù diwarnañ"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "O taremprediñ ar melezour evit kaout roll ar pakadoù hegerz"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
#, fuzzy
msgid "Which is your timezone?"
msgstr "Pe seurt a vo implij ho reizhiad ?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Ha war GMT eo lakaet ho eurier periantel ?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
#, fuzzy
msgid "Which printing system do you want to use?"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Tremenger ebet"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Implijout ur restr kuzhet"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "kuzhet"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Implijout tremegerioù MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Implijout NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "pajennoù melen"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Re eeun eo an tremenger-se (%d arouezenn a zo ret d'an nebeutañ)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Dilesadur NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "Domani NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "Servijer NIS"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Aotren an arveriad"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Ouzhpennañ un arveriad"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(ouzhpennet %s endeo)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3968,37 +3981,37 @@ msgstr ""
"Skrivit un arveriad\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Anv gwirion"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Anv arveriad"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Arlun"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Re eeun eo an tremeger"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Roit un anv arveriad mar plij"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
@@ -4006,12 +4019,12 @@ msgstr ""
"An anv arveriad a zle bezañ ennañ lizherennoù munut, sifroù, `-' ha `_' "
"hepken"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "En implij eo an anv arveriad-se endeo"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4041,19 +4054,19 @@ msgstr ""
"evit\n"
"ho reizhiad ?"
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Lenner pladennig kentañ"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Eil lenner pladennig"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Tremen e-biou"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4078,34 +4091,34 @@ msgstr ""
"evit\n"
"ho reizhiad ?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Ho tigarez, lenner pladennig hegerz ebet"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Dibabit al lenner pladennig a vennit implijout evit ober ar bladenn loc'hañ"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Lakait ur bladennig el lenner %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "O krouiñ ar bladenn loc'hañ"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "O prientiñ ar c'harger loc'hañ"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Mennout a rit implijout SILO ?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4113,81 +4126,81 @@ msgstr ""
"Fazi en ur staliañ aboot,\n"
"klask rediañ ar staliadur zoken ma tistruj ar parzhadur kentañ ?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
#, fuzzy
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Staliadur LILO a zo sac'het. Degouezhet eo ar fazi a heul :"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Bezit deuet mat, preizherien !"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Paour"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Izel"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Etre"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Uhel"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Ankeniet"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Goulennoù a bep seurt"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(a c'hell breinañ roadoù)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Implijout gwelladur ar bladenn galet ?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Dibabit al live surentez"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Spisait ment ar memor vev diouzh ret (kavet %d Mo)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Emvarc'hañ ar skoroù lem/laka"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Skarañ /tmp bep ma loc'her"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Aotren lies trolinenn"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Enaouiñ KrouilhNiv pa loc'her"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Roit ment ar memor vev e Mo"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "N'hellan ket implijout supermount el live surentez uhel"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4196,27 +4209,27 @@ msgid ""
"You have been warned."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Lakait ur bladennig gwerc'h el lenner %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "O krouiñ ur bladennig staliañ emgefreek"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4226,7 +4239,7 @@ msgstr ""
"\n"
"Mennout a rit kuitaat da vat bremañ ?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4288,10 +4301,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Ho tibab ? (%s dre ziouer, skrivit `none' evit hini ebet)"
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Tchek"
+msgid "Czech (QWERTZ)"
+msgstr "Tchek (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Alaman"
@@ -4299,19 +4312,19 @@ msgstr "Alaman"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Spagnol"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finnek"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Gall"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norvegek"
@@ -4319,15 +4332,15 @@ msgstr "Norvegek"
msgid "Polish"
msgstr "Polonek"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Rusiek"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Stokellaoueg RU"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Stokellaoueg SUA"
@@ -4376,157 +4389,173 @@ msgstr "Suis (reizhadur alaman)"
msgid "Swiss (French layout)"
msgstr "Suis (reizhadur gall)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Tchek (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Alaman (stokell marv ebet)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Danek"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
#, fuzzy
msgid "Dvorak (US)"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
#, fuzzy
msgid "Dvorak (Norwegian)"
msgstr "Norvegek"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estoniek"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Jorjiek (reizhadur \"Rusiek\")"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Jorjiek (reizhadur \"Latin\")"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Gresian"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Hungarian"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Kroatek"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israelian"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israelian (soniadel)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
#, fuzzy
msgid "Iranian"
msgstr "Ukrainiek"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islandek"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italian"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr ""
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Amerikan Latin"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Hollandek"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
#, fuzzy
msgid "Lithuanian AZERTY (old)"
msgstr "Lituaniek AZERTY"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
#, fuzzy
msgid "Lithuanian AZERTY (new)"
msgstr "Lituaniek AZERTY"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituaniek QUERTY \"linenn sifroù\""
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituaniek QUERTY \"soniadel\""
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polonek (reizhadur qwerty)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polonek (reizhadur qwerty)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugalek"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanadian (Kebek)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Rusiek (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Svedek"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slovek"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slovakek"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovakek (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slovakek (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Stokellaoueg Thai"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turkek (hengounel doare \"F\")"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turkek (arnevez doare \"Q\")"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukrainiek"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Stokellaoueg SUA (etrevroadel)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
#, fuzzy
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Lituaniek QUERTY \"linenn sifroù\""
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Yougoslaviek (reizhadur latin)"
@@ -4542,9 +4571,10 @@ msgstr ""
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Logodenn rummel"
#: ../../mouse.pm_.c:34
#, fuzzy
@@ -4584,6 +4614,10 @@ msgstr "Logodenn rummel 2 nozelenn"
msgid "Generic 3 Button Mouse"
msgstr "Logodenn rummel 3 nozelenn"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan+/FirstMouse+"
@@ -4644,27 +4678,27 @@ msgstr ""
msgid "Is this correct?"
msgstr "Ha reizh eo ?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
#, fuzzy
msgid "Internet configuration"
msgstr "Kefluniañ ar proksioù"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
#, fuzzy
msgid "Do you want to try to connect to the Internet now?"
msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4673,138 +4707,140 @@ msgstr "Anv ar gevreadenn"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
#, fuzzy
msgid "ISDN Configuration"
msgstr "Kefluniadur"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
msgstr ""
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
#, fuzzy
msgid "Connection Configuration"
msgstr "Kefluniañ ar proksioù"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr ""
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr ""
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr ""
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr ""
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr ""
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr ""
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr ""
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr ""
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
#, fuzzy
msgid "Provider phone number"
msgstr "Niverenn bellgomz"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr ""
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr ""
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
#, fuzzy
msgid "Dialing mode"
msgstr "Anv domani"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
#, fuzzy
msgid "Account Login (user name)"
msgstr "Poent marc'hañ"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
#, fuzzy
msgid "Account Password"
msgstr "Tremenger"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
#, fuzzy
msgid "Confirm Password"
msgstr "Tremenger"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr ""
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr ""
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
#, fuzzy
msgid "Rest of the world"
msgstr "Amprouiñ ar c'hefluniadur"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr ""
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
#, fuzzy
msgid "Which protocol do you want to use ?"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
#, fuzzy
msgid "ISA / PCMCIA"
msgstr "PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
#, fuzzy
msgid "PCI"
msgstr "PCMCIA"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr ""
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
#, fuzzy
msgid "What kind of card do you have?"
msgstr "Peseurt moullerez hoc'h eus ?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
#, fuzzy
msgid "Continue"
msgstr "Kenderc'hel evelato ?"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr ""
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4812,313 +4848,320 @@ msgid ""
"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
msgstr ""
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
#, fuzzy
msgid "Which is your ISDN card ?"
msgstr "Pehini eo ho takad-eur ?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr ""
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
msgstr ""
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
#, fuzzy
msgid "Choose the network interface"
msgstr "Dibabit ar ment nevez"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
#, fuzzy
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Dibabit ar porzh a-steud m'eo luget ho logodenn outañ, mar plij."
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
#, fuzzy
msgid "ADSL configuration"
msgstr "Kefluniadur"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
#, fuzzy
msgid "Do you want to start your connection at boot?"
msgstr "Mennout a rit implijout aboot ?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Klask kavout ur modem ?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Dibabit ouzh pe borzh a-steud eo luget ho modem, mar plij."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Dibarzhoù sifrennañ"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
#, fuzzy
msgid "Phone number"
msgstr "Niverenn bellgomz"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Anv ereañ"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Dilesadur"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Diazezet war ur skrid"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Diazezet war un dermenell"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
#, fuzzy
msgid "Domain name"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Servijer DNS kentañ"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Eil servijer DNS"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Lugerezh ar voullerez"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr ""
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Mailh"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
#, fuzzy
msgid "Connect to the Internet"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
#, fuzzy
msgid "What kind is your ISDN connection?"
msgstr "Ouzh pe borzh a-steud eo luget ho logodenn ?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
#, fuzzy
msgid "France"
msgstr "Nullañ"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr ""
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr ""
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr ""
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
#, fuzzy
msgid "ECI modem"
msgstr "Mailh"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
#, fuzzy
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
#, fuzzy
msgid "Configure local network"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Kefluniadur ar rouedad"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
#, fuzzy
msgid "Disable networking"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
#, fuzzy
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
msgstr "Kefluniet eo bet ar rouedad lec'hel endeo. Ha mennout a rit :"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
#, fuzzy
msgid "How do you want to connect to the Internet?"
msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Kefluniadur ar rouedad"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5196,6 +5239,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "Er furmad 1.2.3.4 e tlefe bezañ ar chomlec'h IP"
@@ -5330,7 +5374,7 @@ msgstr "Moullerez lec'hel"
msgid "Remote printer"
msgstr "Dibarzhoù ar voullerez lpd a-bell"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
#, fuzzy
msgid "Remote CUPS server"
msgstr "Steud a-bell"
@@ -5484,7 +5528,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Dibarzhoù ar voullerez"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
#, fuzzy
msgid "Port"
msgstr "Paour"
@@ -5625,12 +5669,12 @@ msgstr "O vrasjediñ"
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Diuzit lugerezh ar voullerez"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Penaos eo luget ar voullerez ?"
@@ -5646,11 +5690,29 @@ msgid ""
"In case of doubt, select \"Remote CUPS server\"."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP ar servijer SMB"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Lemel ar steudad"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
#, fuzzy
msgid ""
"Every printer need a name (for example lp).\n"
@@ -5663,22 +5725,22 @@ msgstr ""
"ha renkell a zo da implijout evit ar steud-mañ ha penaos eo luget ar "
"voullerrez ?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
#, fuzzy
msgid "Name of printer"
msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
#, fuzzy
msgid "Description"
msgstr "Spisait dibarzhoù"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
#, fuzzy
msgid "Location"
msgstr "Titouroù"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5690,15 +5752,15 @@ msgstr ""
"ha renkell a zo da implijout evit ar steud-mañ ha penaos eo luget ar "
"voullerrez ?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Anv ar steud"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Renkell ar spool"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Lugerezh ar voullerez"
@@ -6633,6 +6695,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "Tchek"
+
+#~ msgid "Slovakian"
+#~ msgstr "Slovakek"
+
#, fuzzy
#~ msgid "Reconfigure local network"
#~ msgstr "Adgefluniañ ar rouedad bremañ"
@@ -7046,9 +7114,6 @@ msgstr ""
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Logodenn Apple USB (3 nozelenn pe vuioc'h)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Logodenn rummel"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index 7e522f6af..21939ccc7 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
-"PO-Revision-Date: 2000-10-02 14:17+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
+"PO-Revision-Date: 2000-10-23 21:33+0200\n"
"Last-Translator: Quico Llach <traddrake@softcatala.org>\n"
"Language-Team: Catalan\n"
"MIME-Version: 1.0\n"
@@ -92,23 +92,23 @@ msgstr "XFree %s amb acceleració 3D de maquinari EXPERIMENTAL"
msgid "XFree configuration"
msgstr "Configuració de l'XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Seleccioneu la mida de memòria de la vostra targeta gràfica"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Escolliu les opcions per al servidor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Escolliu un monitor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -131,40 +131,40 @@ msgstr ""
"el podríeu fer malbé.\n"
"En cas de dubte, sigueu conservador amb aquest paràmetre."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Velocitat de refresc horitzontal"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Velocitat de refresc vertical"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "El monitor no està configurat"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "La targeta gràfica encara no està configurada"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Encara no s'han escollit les resolucions"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Voleu comprovar la configuració?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
"Avís: la comprovació d'aquesta targeta gràfica pot penjar-vos l'ordinador"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Comprova la configuració"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -172,146 +172,146 @@ msgstr ""
"\n"
"intenteu canviar alguns paràmetres"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "S'ha produït un error:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Sortida en %d segons"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "És aquest el paràmetre corrcte?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "S'ha produït un error, intenteu canviar alguns paràmetres"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Resolució"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Escolliu la resolució i la profunditat de color"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Targeta gràfica: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Servidor xFree86: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Mostra'ls tots"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Resolucions"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Disposició del teclat: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Tipus de ratolí: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Dispositiu del ratolí: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Sincronització horitzontal del monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Refresc vertical del monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Targeta gràfica: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Memòria gràfica: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Profunditat del color: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Resolució: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Servidor xFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "Controlador de l'xFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "S'està preparant la configuració de l'X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Canvia el monitor"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Canvia la targeta gràfica"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Canvia les opcions del servidor"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Canvia la resolució"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Mostra la informació"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Torna-ho a comprovar"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Surt"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Què voleu fer?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -323,20 +323,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Si us plau, torneu a entrar a %s per activar els canvis"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Si us plau, sortiu i utilitzeu Ctrl-Alt-Enrere"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X a l'inici"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -345,11 +345,11 @@ msgstr ""
"durant l'arrencada.\n"
"Voleu que X s'iniciï quan torneu a arrencar l'ordinador?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Entrada automàtica"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -358,11 +358,11 @@ msgstr ""
"nom d'usuari.\n"
"Si no voleu utilitzar aquesta característica, feu clic al botó Cancel·la."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Escolliu l'usuri per omissió:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Escolliu el gestor de finestres per executar:"
@@ -462,107 +462,116 @@ msgstr "Monitor que pot fer 1600x1200 a 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor que pot fer 1600x1200 a 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Primer sector de la partició d'arrencada"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Primer sector de la unitat (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "Instal·lació del SILO"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "On voleu instal·lar el carregador d'arrencada?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Instal·lació del LILO/grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Cap"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Quin(s) carregador(s) d'arrencada voleu utilitzar?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Instal·lació del carregador d'arrencada"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Dispositiu d'arrencada"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (no funciona en BIOS antics)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Compacte"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "compacte"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Mode de vídeo"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Demora abans d'arrencar la imatge predeterminada"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Contrasenya"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Contrasenya (un altre cop)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Limita les opcions de la línia d'ordres"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "limita"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Opcions principals del carregador d'arrencada"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"L'opció ``Limita les opcions de la línia d'ordres'' no té cap ús sense una "
"contrasenya"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Si us plau, torneu-ho a intentar"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Les contrasenyes no coincideixen"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -570,139 +579,143 @@ msgstr ""
"Aquestes són les diferents entrades.\n"
"Podeu afegir-ne algunes més o canviar-ne les existents."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Afegeix"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Fet"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Quin tipus d'entrada voleu afegir?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Un altre SO (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Un altre SO (Windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Imatge"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Arrel"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Afegeix"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Lectura-escriptura"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Taula"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "No segur"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Etiqueta"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Predeterminat"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "D'acord"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Elimina l'entrada"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "No es permet una etiqueta buida"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Aquesta etiqueta ja està en ús"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "S'han trobat %s interfícies %s"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "En teniu una altra?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Teniu alguna interfície %s?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "No"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Sí"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Mira la informació del maquinari"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "S'està instal·lant el programa de control per a la targeta %s %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(mòdul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Quin programa de control %s he de provar?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -719,20 +732,20 @@ msgstr ""
"cerqui al vostre ordinador la informació que necessita? Aquesta recerca\n"
"podria blocar l'ordinador, però això no causaria cap dany."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Exploració automàtica"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Especifica les opcions"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Ara podeu proporcionar les seves opcions per al mòdul %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -743,11 +756,11 @@ msgstr ""
"Les opcions estan amb el format ``nom=valor nom2=valor2 ...''.\n"
"Per exemple, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Opcions del mòdul:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -762,7 +775,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#: ../../bootloader.pm_.c:234
-#, fuzzy, c-format
+#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
"\n"
@@ -770,13 +783,11 @@ msgid ""
"wait %d seconds for default boot.\n"
"\n"
msgstr ""
-"Benvingut al %s, la utilitat que us permet triar el sistema operatiu!\n"
+"Benvingut al %s, el selector de sistema operatiu!\n"
"\n"
-"Per obtenir una llista de les eleccions possibles, premeu <TAB>.\n"
+"Trieu un sistema operatiu de la lista superior, o espereu\n"
+"%d segons per arrencar en el sistema operatiu predeterminat.\n"
"\n"
-"Per carregar-ne una, escriviu-ne el nom i premeu <INTRO> o espereu %d "
-"segons\n"
-"fins a l'arrencada predeterminada.\n"
# NOTE: this message will be displayed by grub at boot time; that is
# using the BIOS font; that means cp437 charset on 99.99% of PC computers
@@ -836,7 +847,7 @@ msgstr "1 minute"
msgid "%d seconds"
msgstr "%d segons"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Crea"
@@ -844,7 +855,7 @@ msgstr "Crea"
msgid "Unmount"
msgstr "Desmunta"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Suprimeix"
@@ -852,16 +863,16 @@ msgstr "Suprimeix"
msgid "Format"
msgstr "Formata"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Canvia la mida"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Tipus"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Punt de muntatge"
@@ -998,8 +1009,8 @@ msgid "Please make a backup of your data first"
msgstr "Si us plau, feu primer una còpia de seguretat de les vostres dades"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Llegiu-ho atentament!"
@@ -1023,7 +1034,7 @@ msgstr "Aneu amb compte: aquesta operació és perillosa."
msgid "Error"
msgstr "Error"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Punt de muntatge: "
@@ -1134,35 +1145,35 @@ msgstr "Tipus de taula de particions: %s\n"
msgid "on bus %d id %d\n"
msgstr "al bus %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Munta"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Actiu"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Afegeix al RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Elimina del RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Modifica el RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Utilitza per a loopback"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Trieu una acció"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1174,7 +1185,7 @@ msgstr ""
"O esteu utilitzant LILO, i no funcionarà, o no l'esteu utilitzant i no "
"necessiteu el /boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1187,7 +1198,7 @@ msgstr ""
"Si teniu previst utilitzar el gestor d'arrencada LILO, penseu d'afegir una "
"partició /boot"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1198,57 +1209,57 @@ msgstr ""
"/boot.\n"
"Per tant, assegureu-vos d'afegir una partició /boot"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Utilitzeu ``%s'' al seu lloc"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Utilitzeu primer ``Unmount''"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Després de canviar el tipus de la partició %s, se'n perdran totes les dades"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Voleu continuar igualment?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Surt sense desar"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Voleu sortir sense desar la taula de particions?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Canvia el tipus de partició"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
msgstr "Quin sistema de fitxers voleu?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "No podeu utilitzar el ReiserFS per a particions inferiors a 32 MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "On voleu muntar el fitxer de loopback %s?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "On voleu muntar el dispositiu %s?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1256,147 +1267,146 @@ msgstr ""
"No es pot anul·lar el punt de muntatge, perquè aquesta partició\n"
"s'utilitza per al loopback. Elimineu primer el loopback"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Després de formatar la partició %s, se'n perdran totes les dades"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "S'està formatant"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "S'està formatant el fitxer de loopback %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "S'està formatant la partició %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Després de formatar totes les particions,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "totes les dades d'aquestes particions s'hauran perdut"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Mou"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "A quin disc us voleu desplaçar?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "A quin sector us voleu desplaçar?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "S'està desplaçant"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "S'està desplaçant la partició..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "La taula de particions de la unitat %s s'escriurà al disc!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Us caldrà tornar a arrencar per tal que les modificacions tinguin efecte"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "S'estan calculant els límits del sistema de fitxers de la FAT"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "S'està canviant la mida"
-#: ../../diskdrake.pm_.c:592
-#, fuzzy
+#: ../../diskdrake.pm_.c:600
msgid "This partition is not resizeable"
-msgstr "A quina partició voleu canviar la mida?"
+msgstr "No es pot canviar la mida d'aquesta partició"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Cal fer una còpia de seguretat de totes les dades d'aquesta partició"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Després de canviar la mida de la partició %s, se'n perdran totes les dades"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Escolliu la nova mida"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Crea una nova partició"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "sector d'inici: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Mida en MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Tipus de sistema de fitxers: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Preferència: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Aquesta partició no es pot utilitzar per al loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Nom del fitxer de loopback: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Un altre loopback ja està utilitzant el fitxer, escolliu-ne un altre"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "El fitxer ja existeix. El voleu utilitzar?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Seleccioneu el fitxer"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1404,11 +1414,11 @@ msgstr ""
"La còpia de seguretat de la taula de particions no té la mateixa mida\n"
"Voleu continuar igualment?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Advertència"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1416,27 +1426,27 @@ msgstr ""
"Inseriu un disquet a la unitat\n"
"Se'n perdran totes les dades"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "S'està intentant rescatar la taula de particions"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "dispositiu"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "nivell"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "mida del tros"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Escolliu un RAID existent al qual afegir"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "nou"
@@ -3339,8 +3349,8 @@ msgstr "Configura els serveis"
msgid "Configure printer"
msgstr "Configura la impressora"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Contrasenya de 'root'"
@@ -3368,7 +3378,7 @@ msgstr "Disquet d'instal·lació automàtica"
msgid "Exit install"
msgstr "Surt de la instal·lació"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "S'ha produït un error en llegir el fitxer $f"
@@ -3465,7 +3475,7 @@ msgstr "A quina partició voleu canviar la mida?"
msgid "Computing Windows filesystem bounds"
msgstr "S'estan calculant els límits del sistema de fitxers de Windows"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3474,13 +3484,13 @@ msgstr ""
"El redimensionador de la FAT no pot gestionar la vostra partició, \n"
"s'ha produït l'error següent: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"La partició de Windows està massa fragmentada; si us plau, executeu "
"``defrag'' primer"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3501,21 +3511,21 @@ msgstr ""
"vostres dades.\n"
"Quan estigueu segur, premeu D'acord."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Quina mida voleu deixar per a la partició de Windows?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "partició %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Ha fallat la redimensió de la FAT: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3523,37 +3533,37 @@ msgstr ""
"No hi ha particions FAT a què canviar la mida o per utilitzar-les com a "
"loopback (o no queda prou espai)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Esborra el disc complet"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Elimina el Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Teniu més d'un disc dur; en quin voleu instal·lar el Linux?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"Es perdran TOTES les particions, i les dades que contenen, de la unitat %s"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Mode expert"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Utilitza el diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Utilitza l'fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3562,30 +3572,29 @@ msgstr ""
"Ara podeu fer les particions a %s.\n"
"Quan acabeu, no oblideu desar-les utiltzant `w'"
-#: ../../install_interactive.pm_.c:195
-#, fuzzy
+#: ../../install_interactive.pm_.c:196
msgid "You don't have enough free space on your Windows partition"
-msgstr "Utilitza l'espai lliure de la partició de Windows"
+msgstr "No teniu prou espai lliure a la partició de Windows"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
msgid "I can't find any room for installing"
msgstr "No puc trobar espai per a la instal·lació"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
"L'assistent de particionament del DrakX ha trobat les solucions següents:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ha fallat el particionament: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "S'està activant la xarxa"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "S'està desactivant la xarxa"
@@ -3597,12 +3606,12 @@ msgstr ""
"S'ha produït un error, però no sé com gestionar-lo correctament.\n"
"Si continueu, és sota la vostra responsabilitat."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Duplica el punt de muntatge %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3614,12 +3623,12 @@ msgstr ""
"Comproveu el CD-ROM en un ordinador instal·lat mitjançant \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Benvingut a %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "No hi ha cap unitat de disquet disponible"
@@ -3699,7 +3708,7 @@ msgid "There was an error ordering packages:"
msgstr "S'ha produït un error en ordenar els paquets"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Voleu utilitzar la configuració existent per a X11?"
@@ -3886,6 +3895,38 @@ msgid ""
"respective authors and are protected by intellectual property and \n"
"copyright laws applicable to software programs.\n"
msgstr ""
+"\n"
+"Warning\n"
+"\n"
+"Si us plau, llegiu atentament les clàusules següents. Si no esteu\n"
+"d'acord amb qualsevol d'elles, no esteu autoritzat a instal·lar\n"
+"els CD següents. Premeu 'Rebutja-ho' per continuar la instal·lació\n"
+"sense utilitzar aquests CD.\n"
+"\n"
+"\n"
+"Alguns dels components que s'inclouen en aquest CD no estan\n"
+"regits per la llicència GPL o acords semblants. Cada un d'aquests\n"
+"components es regeix per les clàusules i condicions de la seva\n"
+"pròpia llicència específica. Si us plau, llegiu atentament i\n"
+"accepteu aquestes llicències específiques abans d'utilitzar o\n"
+"redistribuir els components esmentats. En general, aquestes\n"
+"llicències impedeixen la transferència, duplicació (excepte amb\n"
+"la finalitat de fer-ne còpies de seguretat), redistribució,\n"
+"enginyeria inversa, deassemblatge, decompilació o modificació del\n"
+"component. Qualsevol violació de l'acord finalitzarà immediatament\n"
+"els vostres drets sobre la llicència específica. Tret que la\n"
+"llicència específica us en garanteixi els drets, normalment no\n"
+"podreu instal·lar els programes en més d'un sistema, ni adaptar-lo\n"
+"per utilitzar-lo en una xarxa. En cas de dubte, poseu-vos en\n"
+"contacte directament amb el distribuïdor o editor del component.\n"
+"La transferència a terceres parts i la còpia d'aquests components,\n"
+"incloent la documentació, estan normalments prohibides.\n"
+"\n"
+"\n"
+"Tots els drets sobre els components del CD següent pretanyen als\n"
+"seus autors respectius i estan protegits per les lleis de\n"
+"propietat intel·lectual i de copyright aplicables als programes\n"
+"informàtics.\n"
#: ../../install_steps_gtk.pm_.c:559 ../../install_steps_interactive.pm_.c:147
msgid "Accept"
@@ -3925,7 +3966,7 @@ msgstr "Si us plau, trieu un idioma per utilitzar."
#: ../../install_steps_interactive.pm_.c:70
msgid "License agreement"
-msgstr ""
+msgstr "Acord de llicència"
#: ../../install_steps_interactive.pm_.c:71
msgid ""
@@ -4047,6 +4088,109 @@ msgid ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
+"Introducció\n"
+"\n"
+"D'ara endavant, hom es referirà al sistema operatiu i als diferents\n"
+"components disponibles en la distribució Linux-Mandrake com als\n"
+"\"Productes de programari\". Els Productes de programari inclouen,\n"
+"però no estan restringits a, el conjunt de programes, mètodes, regles\n"
+"i documentació relativa al sistema operatiu i els diferents\n"
+"components de la distribució Linux-Mandrake.\n"
+"\n"
+"\n"
+"1. Acord de llicència\n"
+"\n"
+"Si us plau, llegiu atentament aquest document. Aquest document és un\n"
+"acord de llicència entre la vostra persona i MandrakeSoft S.A., que\n"
+"s'aplica als Productes de programari. Pel fet d'instal·lar, duplicar\n"
+"o utilitzar els Productes de programari en qualsevol forma esteu\n"
+"acceptant explícitament, i expressant el vostre acord a, avenir-vos a\n"
+"les clàusules i condicions d'aquesta Llicència. Si no esteu d'acord\n"
+"amb qualsevol part de la Llicència, no esteu autoritzat a instal·lar,\n"
+"duplicar o utilitzar els Productes de programari. Qualsevol intent\n"
+"d'instal·lar, duplicar o utilitzar els Productes de programari en una\n"
+"forma que no s'adapti a les clàusules i condicions d'aquesta\n"
+"Llicència, és nul i finalitzarà els vostres drets sobre la mateixa.\n"
+"En finalitzar-se la Llicència, heu de destruir immediatament totes\n"
+"les còpies dels Productes de programari.\n"
+"\n"
+"\n"
+"2. Garantia limitada\n"
+"\n"
+"Els Productes de programari i documentació adjunta es subministren\n"
+"\"tal com són\", sense cap garantia, fins al punt permés per la llei.\n"
+"MandrakeSoft S.A. no serà, sota cap circumstància, i fins al punt\n"
+"permés per la llei, responsable de cap dany especial, incidental ni\n"
+"directe (incloent, sense limitar-se a, els danys per pèrdua de\n"
+"negocis, interrupció de negocis, pèrdues financeres, multes i costes\n"
+"judicials, o qualsevol altre dany que resultin d'un judici, o\n"
+"qualsevol altre pèrdua d'importància) que resulti de l'ús o de la\n"
+"impossibilitat d'utilitzar els Productes de programari, fins i tot si\n"
+"MandrakeSoft S.A. ha estat avisat de la possibilitat que\n"
+"s'esdevinguin aquests danys.\n"
+"\n"
+"RESPONSABILITAT LIMITADA RELATIVA A LA POSSESSIÓ O UTILITZACIÓ DE PROGRAMARI "
+"PROHIBIT EN ALGUNS PAÏSOS\n"
+"\n"
+"Fins al punt permés per la llei, MandrakeSoft S.A. o els seus\n"
+"distribuïdors no seran, sota cap circumstància, responsables de cap\n"
+"dany especial, incidental ni directe (incloent, sense limitar-se a,\n"
+"els danys per pèrdua de negocis, interrupció de negocis, pèrdues\n"
+"financeres, multes i costes judicials, o qualsevol altre dany que\n"
+"resultin d'un judici, o qualsevol altre pèrdua d'importància) que\n"
+"resulti de la possessió i utilització dels components de programari o\n"
+"de la seva descàrrega des d'un dels llocs de Linux-Mandrake, que\n"
+"estiguin prohibides o restringides en alguns països per les lleis\n"
+"locals. Aquesta responsabilitat limitada s'aplica, però no està\n"
+"limitada a, els potents components criptogràfics inclosos als\n"
+"Productes de programari.\n"
+"\n"
+"\n"
+"3. la llicència GPL i llicències relacionades\n"
+"\n"
+"Els Productes de programari consisteixen en components creats per\n"
+"diferents persones o entitats. La majoria d'aquests components es\n"
+"regeixen per les clàusules i condicions de la Llicència General\n"
+"Pública de GNU, a la qual d'ara endavant hom s'hi referirà com a\n"
+"\"GPL\", o de llicències similars. la majoria d'aquestes llicències\n"
+"us permeten duplicar, adaptar o redistribuir els components que\n"
+"cobreixen. Si us plau, llegiu atentament les clàusules i condicions\n"
+"de l'acord de llicència de cada component abans d'utilitzar-lo.\n"
+"Qualsevol pregunta sobre la lllicència d'un component s'ha d'adreçar\n"
+"al seu autor i no a MandrakeSoft.\n"
+"Els programes desenvolupats per MandrakeSoft S.A. es regeixen per la\n"
+"llicència GPL.La documentació escrita per MandrakeSoft S.A. està regida per "
+"una\n"
+"llicència específica; consulteu la documentació per a més\n"
+"informació.\n"
+"\n"
+"\n"
+"4. Drets sobre la propietat intel·lectual\n"
+"\n"
+"Tots els drets sobre els components dels Productes de programari\n"
+"pertanyen als seus autors respectius i estan protegits per les lleis\n"
+"de propietat intel·lectual i de copyright aplicables als programes\n"
+"informàtics.\n"
+"MandrakeSoft S.A. es reserva els drets de modificar o adaptar els\n"
+"Productes de programari, totalment o parcialment, per tots els\n"
+"mitjans i amb totes les finalitats.\n"
+"\"Mandrake\", \"Linux-Mandrake\" i els logotips associats son marques\n"
+"registrades de MandrakeSoft S.A.\n"
+"\n"
+"\n"
+"5. Lleis rectores \n"
+"\n"
+"Si qualsevol part d'aquest acord és declarat nul, il·legal o\n"
+"inaplicable per un tribunal, aquesta part s'exclourà del contracte.\n"
+"Seguiu obligat, però, per les altres seccions aplicables de\n"
+"l'acord.\n"
+"Les clàusules i condicions d'aquesta Llicència es regeixen per les\n"
+"lleis de França.\n"
+"Tots els litigis sobre les clàusules d'aquesta llicència es dirimiran\n"
+"preferiblement fora dels tribunals. Com a últim recurs, el litigi es\n"
+"portarà als tribunals competents de París, França.\n"
+"Per a qualsevol tema relacionat amb aquest document, poseu-vos en\n"
+"contacte amb MandrakeSoft S.A.\n"
#: ../../install_steps_interactive.pm_.c:154
#: ../../standalone/keyboarddrake_.c:21
@@ -4377,95 +4521,95 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Escolliu un mirror al qual aconseguir els paquets"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr ""
"S'està contactant amb el mirror per obtenir la llista dels paquets "
"disponibles"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Si us plau, escolliu els paquets que voleu instal·lar"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "En quina zona horària us trobeu?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "El rellotge del vostre ordinador està regulat a GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Quin sistema d'impressió voleu utilitzar?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Sense contrasenya"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Utilitza el fitxer d'ombra"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "ombra"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Utilitza les contrasenyes MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Utilitza el NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "pàgines grogues"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Aquesta contrasenya és massa senzilla (ha de tenir com a mínim %d caràcters)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "NIS d'autenticació"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "Domini del NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Accepta l'usuari"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Afegeix un usuari"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(ja s'ha afegit %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4475,49 +4619,49 @@ msgstr ""
"Introduïu un usuari\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Nom real"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Nom d'usuari"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Icona"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Aquesta contrasenya és massa senzilla"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Si us plau, introduïu un nom d'usuari"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"El nom d'usuari només pot contenir lletres en minúscula, números, `-' i `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Aquest nom d'usuari ja s'ha afegit"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -4547,19 +4691,19 @@ msgstr ""
"Si voleu crear un disc d'arrencada per al vostre sistema, inseriu un disquet "
"a la primera unitat i premeu \"D'acord\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Primera unitat de disquet"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Segona unitat de disquet"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Omet"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4583,34 +4727,34 @@ msgstr ""
"imatge de rescat del Mandrake, facilitant molt la recuperació de fallides\n"
"serioses del sistema. Voleu crear un disc d'arrencada per al vostre sistema?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "No hi ha cap unitat de disquet disponible"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Escolliu la unitat de disquet que voleu utilitzar per crear el disc "
"d'arrencada"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Inseriu un disquet a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "S'està creant el disc d'arrencada"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "S'està preparant el carregador d'arrencada"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Voleu utilitzar l'aboot?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4619,82 +4763,82 @@ msgstr ""
"voleu intentar igualment la instal·lació encara que això destrueixi la "
"primera partició?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Ha fallat la instal·lació del carregador d'arrencada. S'ha produït l'error "
"següent:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Benvinguts, crackers"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Pobre"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Baix"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Mitjà"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Alt"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoic"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Preguntes diverses"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(pot malmetre les dades)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Voleu utilitzar l'optimització del disc dur?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Escolliu el nivell de seguretat"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Mida exacta de la RAM, si cal (s'han trobat %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Muntatge automàtic del suport extraïble"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Buida /tmp en cada arrencada"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Habilita perfils múltiples"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Habilita la tecla Bloc Num en iniciar"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Introduïu la mida de la RAM en Mb"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "No es pot utilitzar supermount en un nivell d'alta seguretat"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4709,7 +4853,7 @@ msgstr ""
"servidor.\n"
"Esteu avisat."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4717,22 +4861,22 @@ msgstr ""
"Aneu amb compte; si teniu BlocNúm habilitat, moltes tecles donaran\n"
"números en comptes de lletres (p.ex., si premeu la `p' obtindreu un `6')"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"Voleu generar un disquet d'instal·lació automàtica per fer còpies del Linux?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Inseriu un disquet en blanc a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "S'està creant el diquet d'instal·lació automàtica"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4742,7 +4886,7 @@ msgstr ""
"\n"
"Segur que voleu sortir ara?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4806,10 +4950,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "La vostra elecció? (predeterminat %s introduïu `cap' per a cap) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Txec"
+msgid "Czech (QWERTZ)"
+msgstr "Txec (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Alemany"
@@ -4817,19 +4961,19 @@ msgstr "Alemany"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Espanyol"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finès"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Francès"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Noruec"
@@ -4837,15 +4981,15 @@ msgstr "Noruec"
msgid "Polish"
msgstr "Polonès"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Rus"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Teclat RU"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Teclat EU"
@@ -4893,151 +5037,167 @@ msgstr "Suís (disposició alemanya)"
msgid "Swiss (French layout)"
msgstr "Suís (disposició francesa)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Txec (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Alemany (sense tecles inoperatives)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Danès"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (EU)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Noruec)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estonià"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgià (disposició \"russa\")"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgià (disposició \"llatina\")"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Grec"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Hongarès"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Croata"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israelià"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israelià (fonètic)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iranià"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islandès"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italià"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japonès de 106 tecles"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Espanyol sud-americà"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Holandès"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Lituà AZERTY (antic)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Lituà AZERTY (nou)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituà \"fila de números\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituà \"fonètic\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polonès (disposició qwerty)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polonès (disposició qwertz)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portuguès"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Canadenc (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Rus (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Suec"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Eslovè"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Eslovac"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Eslovac (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Eslovac (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Teclat thai"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turc (tradicional, model \"F\")"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turc (modern, model \"Q\")"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ucraïnès"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Teclat EU (internacional)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamita \"fila de números\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Iugoslau (disposició llatina)"
@@ -5053,9 +5213,10 @@ msgstr "Estàndard"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Generic Mouse"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -5093,6 +5254,10 @@ msgstr "Generic 2 Button Mouse"
msgid "Generic 3 Button Mouse"
msgstr "Generic 3 Button Mouse"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -5122,9 +5287,8 @@ msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (sèrie, tipus C7 antic)"
#: ../../mouse.pm_.c:64
-#, fuzzy
msgid "busmouse"
-msgstr "Cap ratolí"
+msgstr "busmouse"
#: ../../mouse.pm_.c:66
msgid "2 buttons"
@@ -5150,38 +5314,39 @@ msgstr "Següent ->"
msgid "Is this correct?"
msgstr "Això és correcte?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Configuració d'Internet"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Voleu intentar connectar-vos a Internet ara?"
-#: ../../netconnect.pm_.c:101
-#, fuzzy
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
-msgstr "Configura la connexió a Internet"
+msgstr "S'està comprovant la vostra conexió..."
-#: ../../netconnect.pm_.c:106
-#, fuzzy
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
msgid "The system is now connected to Internet."
-msgstr "No et connectis a Internet"
+msgstr "Ara, el sistema està connectat a Internet."
-#: ../../netconnect.pm_.c:107
-#, fuzzy
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
-msgstr "Connecta't a Internet / Configura la xarxa local"
+msgstr ""
+"No sembla que el sistema estigui connectat a Internet.\n"
+"Intenteu tornar a configurar la connexió."
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Configuració de l'XDSI"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5189,115 +5354,115 @@ msgstr ""
"Seleccioneu el vostre proveïdor.\n"
" Si no és a la llista, seleccioneu No és a la llista"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Configuració de la connexió"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Si us plau, ompliu o marqueu el camp inferior"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "Targeta IRQ"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Targeta de memòria (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "Targeta d'E/S"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "Targeta d'E/S_0"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "Targeta d'E/S_1"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "El vostre telèfon particular"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Nom del proveïdor (p.ex. proveidor.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Número de telèfon del proveïdor"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "DNS 1 del proveïdor"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "DNS 2 del proveïdor"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Mode de marcatge"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Entrada del compte (nom d'usuari)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Contrasenya del compte"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Confirmeu la contrasenya"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Europa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Europa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Resta del món"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Resta del món - cap canal D (línies llogades)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Quin protocol voleu utilitzar?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "No sé"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Quin tipus de targeta teniu?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Continua"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Interromp"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5310,15 +5475,15 @@ msgstr ""
"\n"
"Si teniu una targeta PCMCIA, us en cal saber l'irq i l'io.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Quina targeta XDSI teniu ?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "He trobat una targeta XDSI:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5326,13 +5491,13 @@ msgstr ""
"He detectat una targeta PCI XDSI, però no en conec el tipus. Si us plau, "
"seleccioneu una targeta PCI a la pantalla següent."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"No s'ha trobat cap targeta PCI XDSI. Si us plau, seleccioneu-ne una a la "
"pantalla següent"
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
@@ -5340,214 +5505,220 @@ msgstr ""
"No s'ha detectat cap adaptador de xarxa ethernet al sistema.\n"
"No puc configurar aquest tipus de connexió."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Escolliu la interfície de xarxa"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Si us plau, seleccioneu quin adaptador de xarxa voleu utilitzar per\n"
"connectar-vos a Internet."
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Interfície de la xarxa"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
+"\n"
+"Hi esteu d'acord?"
-#: ../../netconnect.pm_.c:352
-#, fuzzy
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid "I'm about to restart the network device:\n"
-msgstr "Ara reiniciaré el dispositiu de xarxa $device. Hi esteu d'acord?"
+msgstr "Ara reiniciaré el dispositiu de xarxa:\n"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Configuració de l'ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Voleu iniciar la connexió en arrencar?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Voleu que intenti trobar un mòdem?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr ""
"Si us plau, seleccioneu el port sèrie al qual teniu connectat el mòdem."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Opcions de marcatge"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Nom de la connexió"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Número de telèfon"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "ID d'entrada"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Autenticació"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Basat en script"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Basat en terminal"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Nom de domini"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Servidor DNS primari"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Servidor DNS secundari"
-#: ../../netconnect.pm_.c:589
-#, fuzzy
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
-msgstr "Connecta't a Internet / Configura la xarxa local"
+msgstr ""
+"\n"
+"Podeu connectar-vos a Internet o tornar a configurar la connexió."
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
-#, fuzzy
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
-msgstr "Configura la connexió a Internet"
+msgstr ""
+"\n"
+"Podeu tornar a configurar la connexió."
-#: ../../netconnect.pm_.c:589
-#, fuzzy
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid "You are not currently connected to Internet."
-msgstr "No et connectis a Internet"
+msgstr "Ara mateix no esteu connectat a Internet."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
+"\n"
+"Podeu desconnectar-vos o tornar a configurar la connexió."
-#: ../../netconnect.pm_.c:593
-#, fuzzy
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid "You are currently connected to internet."
-msgstr "No et connectis a Internet"
+msgstr "Ara mateix esteu connectat a Internet."
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr "Connecta't a Internet"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr "Desconnecta't d'Internet"
-#: ../../netconnect.pm_.c:601
-#, fuzzy
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
msgid "Configure network connection (LAN or Internet)"
-msgstr "Configura la connexió a Internet"
+msgstr "Configura la connexió de xarxa (LAN o Internet)"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Connexió i configuració d'Internet"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
"Ara reiniciaré el dispositiu de xarxa $netc->{NET_DEVICE}. Hi esteu d'acord?"
-#: ../../netconnect.pm_.c:648
-#, fuzzy
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
-msgstr "Configura la connexió a Internet"
+msgstr "Configura una connexió normal per mòdem"
-#: ../../netconnect.pm_.c:668
-#, fuzzy
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
-msgstr "Configura la connexió a Internet"
+msgstr "Configura una connexió per XDSI"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Targeta XDSI interna"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Mòdem XDSI extern"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Connecta't a internet"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Quin tipus de connexió XDSI teniu?"
-#: ../../netconnect.pm_.c:698
-#, fuzzy
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
-msgstr "Configura la connexió a Internet"
+msgstr "Configura una connexió per DSL (o ASDL)"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "França"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Altres països"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "A quin país us trobeu?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Mòdem Alcatel"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "Mòdem ECI"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
"Si el vostre mòdem adsl és un mòdem Alcatel, seleccioneu Alcatel. Si no, ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "utilitza pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "no utilitzis pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5557,12 +5728,11 @@ msgstr ""
"No obstant això, hi ha connexions que utilitzen només dhcp.\n"
"Si no ho sabeu, escolliu 'utilitza pppoe'"
-#: ../../netconnect.pm_.c:772
-#, fuzzy
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
-msgstr "Configura la connexió a Internet"
+msgstr "Configura una connexió per cable"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5570,35 +5740,31 @@ msgstr ""
"Quin client dhcp voleu utilitzar?\n"
"El predeterminat és dhcpd"
-#: ../../netconnect.pm_.c:807
-#, fuzzy
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
msgid "Disable Internet Connection"
-msgstr "Configura la connexió a Internet"
+msgstr "Inhabilita la connexió a Internet"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Configura la xarxa local"
-#: ../../netconnect.pm_.c:822
-#, fuzzy
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
msgid "Network configuration"
msgstr "Configuració de xarxa"
-#: ../../netconnect.pm_.c:823
-#, fuzzy
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
msgid "Do you want to restart the network"
-msgstr "Voleu comprovar la configuració?"
+msgstr "Voleu reiniciar la xarxa"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Inhabilita el sistema de xarxa"
-#: ../../netconnect.pm_.c:841
-#, fuzzy
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
msgid "Configure the Internet connection / Configure local Network"
-msgstr "Connecta't a Internet / Configura la xarxa local"
+msgstr "Configura la connexió a Internet / Configura la xarxa local"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5606,15 +5772,15 @@ msgstr ""
"La xarxa local ja s'ha configurat.\n"
"Voleu:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Com us voleu connectar a Internet?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Configuració de xarxa"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5628,7 +5794,7 @@ msgstr ""
"Nota: per configurar una xarxa d'àrea local (LAN), us cal un adaptador de "
"xarxa dedicat.\n"
"\n"
-"Voleu configurar la compartició de la connexió a Internet?\n"
+"Voleu configurar la connexió a Internet compartida?\n"
#: ../../network.pm_.c:253
msgid "no network card found"
@@ -5697,6 +5863,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "L'adreça IP ha d'estar amb el format 1.2.3.4"
@@ -5826,7 +5993,7 @@ msgstr "Impressora local"
msgid "Remote printer"
msgstr "Impressora remota"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Servidor CUPS remot"
@@ -5914,7 +6081,7 @@ msgid ""
"well as the share name for the printer you wish to access and any\n"
"applicable user name, password, and workgroup information."
msgstr ""
-"Per poder imprimir a una impressora SMB, heu de proporcionar el nom de\n"
+"Per poder imprimir a una impressora SMB, heu d'indicar el nom de\n"
"l'ordinador central SMB (tingueu en compte que pot ser diferent del seu nom\n"
"TCP/IP) i possiblement l'adreça IP del servidor d'impressió, així com el "
"nom\n"
@@ -5979,7 +6146,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Nom de l'ordinador central de la impressora"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Port"
@@ -6118,12 +6285,12 @@ msgstr "S'està iniciant el CUPS"
msgid "Reading CUPS drivers database..."
msgstr "S'està llegint la base de dades de controladors CUPS..."
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Seleccioneu la connexió de la impressora"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Com està connectada la impressora?"
@@ -6141,11 +6308,33 @@ msgstr ""
"impressora; les impressores es detectaran automàticament.\n"
"En cas de dubte, seleccioneu \"Servidor CUPS remot\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Amb un servidor CUPS remot, aquí no us cal configurar cap\n"
+"impressora; les impressores es detectaran automàticament.\n"
+"En cas de dubte, seleccioneu \"Servidor CUPS remot\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP del servidor SMB"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Elimina la cua"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -6157,19 +6346,19 @@ msgstr ""
"o la seva ubicació. Quin nom cal utilitzar per a aquesta impressora, i com\n"
"està connectada?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Nom de la impressora"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Descripció"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Ubicació"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -6181,15 +6370,15 @@ msgstr ""
"directori cal utilitzar per a aquesta cua, i com està connectada la "
"impressora?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Nom de la cua"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Directori d'spool"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Connexió de la impressora"
@@ -6472,49 +6661,52 @@ msgstr "Ha fallat la instal·lació del LILO. S'ha produït l'error següent:"
#: ../../standalone/drakgw_.c:103
msgid "Internet Connection Sharing currently enabled"
-msgstr "La compartició de connexió a Internet està habilitada"
+msgstr "La connexió a Internet compartida està habilitada"
#: ../../standalone/drakgw_.c:104
-#, fuzzy
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
"\n"
"What would you like to do?"
-msgstr "La compartició de la connexió a Internet ja ha estat configurada.\n"
+msgstr ""
+"La configuració de la connexió compartida a Internet ja s'ha dut a terme.\n"
+"Ara està habilitada.\n"
+"\n"
+"Què voleu fer?"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:108
-#, fuzzy
msgid "disable"
-msgstr "Taula"
+msgstr "inhabilita"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:118
#: ../../standalone/drakgw_.c:126 ../../standalone/drakgw_.c:137
msgid "dismiss"
-msgstr ""
+msgstr "deixa-ho córrer"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:126
-#, fuzzy
msgid "reconfigure"
-msgstr "Configura l'X"
+msgstr "torna a configurar"
#: ../../standalone/drakgw_.c:122
msgid "Internet Connection Sharing currently disabled"
-msgstr "La compartició de connexió a Internet està inhabilitada"
+msgstr "La connexió a Internet compartida està inhabilitada"
#: ../../standalone/drakgw_.c:123
-#, fuzzy
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
"\n"
"What would you like to do?"
-msgstr "La compartició de la connexió a Internet ja ha estat configurada.\n"
+msgstr ""
+"La configuració de la connexió compartida a Internet ja s'ha dut a terme.\n"
+"Ara està inhabilitada.\n"
+"\n"
+"Què voleu fer?"
#: ../../standalone/drakgw_.c:126 ../../standalone/drakgw_.c:127
-#, fuzzy
msgid "enable"
-msgstr "Taula"
+msgstr "habilita"
#: ../../standalone/drakgw_.c:141
msgid "Config file content could not be interpreted."
@@ -6522,10 +6714,9 @@ msgstr "No s'ha pogut interpretar el contingut del fitxer de configuració."
#: ../../standalone/drakgw_.c:151
msgid "Internet Connection Sharing"
-msgstr "Compartició de la connexió a Internet"
+msgstr "Connexió a Internet compartida"
#: ../../standalone/drakgw_.c:152
-#, fuzzy
msgid ""
"Your computer can be configured to share its Internet connection.\n"
"\n"
@@ -6534,17 +6725,17 @@ msgid ""
"\n"
"Would you like to setup the Internet Connection Sharing?"
msgstr ""
-"Ara que ja teniu configurada la connexió a Internet,\n"
-"podeu configurar l'ordinador per tal que la comparteixi.\n"
+"Podeu configurar l'ordinador per tal que comparteixi la connexió a "
+"Internet.\n"
+"\n"
"Nota: per configurar una xarxa d'àrea local (LAN), us cal un adaptador de "
"xarxa dedicat.\n"
"\n"
-"Voleu configurar la compartició de la connexió a Internet?\n"
+"Voleu configurar la connexió a Internet compartida?"
#: ../../standalone/drakgw_.c:177
-#, fuzzy
msgid "using module"
-msgstr "Mode de marcatge"
+msgstr "s'està utilitzant el mòdul"
#: ../../standalone/drakgw_.c:210
msgid "No network adapter on your system!"
@@ -6614,13 +6805,12 @@ msgstr ""
"servidors..."
#: ../../standalone/drakgw_.c:282
-#, fuzzy
msgid "Configuring..."
-msgstr "S'està configurant l'IDE"
+msgstr "S'està configurant..."
#: ../../standalone/drakgw_.c:313
msgid "Problems installing package $bin2rpm{$_}"
-msgstr ""
+msgstr "Hi ha hagut problemes en instal·lar el paquet $bin2rpm{$_}"
#: ../../standalone/drakgw_.c:504
msgid "Congratulations!"
@@ -6632,6 +6822,10 @@ msgid ""
"You may now share Internet connection with other computers on your Local "
"Area Network, using automatic network configuration (DHCP)."
msgstr ""
+"Ja està tot configurat.\n"
+"Ara podeu compartir la connexió a Internet amb altres ordinadors de la "
+"vostra xarxa d'àrea local utilitzant la configuració automàtica de xarxa "
+"(DHCP)."
#: ../../standalone/draksec_.c:28
msgid ""
@@ -6700,33 +6894,28 @@ msgstr "Escolliu l'eina que voleu utilitzar "
#: ../../standalone/keyboarddrake_.c:14
msgid "usage: keyboarddrake [--expert]\n"
-msgstr ""
+msgstr "sintaxi: keyboarddrake [--expert]\n"
#: ../../standalone/keyboarddrake_.c:27
msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
+msgstr "Voleu que la tecla Enrere efectuï un Suprimeix en la consola?"
#: ../../standalone/livedrake_.c:23
-#, fuzzy
msgid "Change Cd-Rom"
-msgstr "Canvia la resolució"
+msgstr "Canvieu el CD-ROM"
#: ../../standalone/livedrake_.c:24
-#, fuzzy
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
msgstr ""
-"Canvieu el vostre CD-ROM!\n"
-"\n"
-"Si us plau, inseriu el CD-ROM etiquetat com \"%s\" a la unitat i després\n"
+"Si us plau, inseriu el CD-ROM d'instal·lació a la unitat i després\n"
"premeu D'acord.\n"
-"Si no el teniu, premeu Cancel·la per no fer la instal·lació des d'aquest "
-"CD-ROM."
+"Si no el teniu, premeu Cancel·la per evitar la instal·lació en directe."
#: ../../standalone/livedrake_.c:34
msgid "Unable to start live upgrade !!!\n"
-msgstr ""
+msgstr "No es pot iniciar l'actualització en directe !!!\n"
#: ../../standalone/mousedrake_.c:32
msgid "no serial_usb found\n"
@@ -6951,207 +7140,210 @@ msgstr "Cal una mica de temps per cercar les fulles"
# ../../share/compssUsers
msgid "Graphics Manipulation"
-msgstr ""
+msgstr "Manipulació de gràfics"
# ../../share/compssUsers
msgid "KDE, QT, Gnome, GTK+"
-msgstr ""
+msgstr "KDE, QT, Gnome, GTK+"
# ../../share/compssUsers
msgid "Personnal Finance"
-msgstr ""
+msgstr "Comptabilitat personal"
# ../../share/compssUsers
msgid "Python, Perl, libraries, tools"
-msgstr ""
+msgstr "Python, Perl, biblioteques, eines"
# ../../share/compssUsers
msgid "Scientific applications"
-msgstr ""
+msgstr "Aplicacions científiques"
# ../../share/compssUsers
msgid "Databases"
-msgstr ""
+msgstr "Bases de dades"
-#, fuzzy
msgid "Internet"
-msgstr "interessant"
+msgstr "Internet"
-#, fuzzy
msgid "Multimedia - Graphics"
-msgstr "Multimèdia"
+msgstr "Multimèdia - Gràfics"
# ../../share/compssUsers
msgid "editors, shells, file tools, terminals"
-msgstr ""
+msgstr "editors, intèrprets d'ordres, eines de fitxer, terminals"
-#, fuzzy
msgid "Development applications"
-msgstr "Desenvolupament"
+msgstr "Aplicacions de desenvolupament"
# ../../share/compssUsers
msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ""
+msgstr "Eines d'àudio: reproductors d'mp3 o midi, mescladors, etc."
msgid "Multimedia"
msgstr "Multimèdia"
-#, fuzzy
msgid "Office"
-msgstr "bonic"
+msgstr "Oficina"
# ../../share/compssUsers
msgid "Sciences"
-msgstr ""
+msgstr "Ciències"
# ../../share/compssUsers
msgid ""
"Chat (IRC or instant messaging) programs such as xchat, licq, gaim, and file "
"transfer tools"
msgstr ""
+"Programes de xat (IRC o missatgeria instantània) com ara xchat, licq, gaim, "
+"i eines de transferència de fitxers"
# ../../share/compssUsers
msgid ""
"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
"browse the Web"
msgstr ""
+"Conjunt d'eines per llegir i enviar correu i notícies (pine, mutt, tin...) i "
+"per navegar pel Web"
# ../../share/compssUsers
msgid "C and C++ development libraries, programs and include files"
-msgstr ""
+msgstr "Biblioteques de desenvolupament C i C++, programes i fitxers inclosos"
# ../../share/compssUsers
msgid "Communication facilities"
-msgstr ""
+msgstr "Instal·lacions de comunicació"
-#, fuzzy
msgid "KDE"
-msgstr "IDE"
+msgstr "KDE"
# ../../share/compssUsers
msgid "Personnal Information Management"
-msgstr ""
+msgstr "Gestió d'informació personal"
# ../../share/compssUsers
msgid "Programs to manage your finance, such as gnucash"
-msgstr ""
+msgstr "Programes per gestionar els vostres comptes, com ara el gnucash"
-#, fuzzy
msgid "Gnome"
-msgstr "cap"
+msgstr "Gnome"
-#, fuzzy
msgid "Internet Tools"
-msgstr "Configuració d'Internet"
+msgstr "Eines d'Internet"
msgid "Documentation"
msgstr "Documentació"
# ../../share/compssUsers
msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
# ../../share/compssUsers
msgid "Utilities"
-msgstr ""
+msgstr "Utilitats"
-#, fuzzy
msgid "Multimedia - Sound"
-msgstr "Multimèdia"
+msgstr "Multimèdia - So"
# ../../share/compssUsers
msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
+msgstr "Programes d'entreteniment: acció, jocs de taula, estratègia, etc."
# ../../share/compssUsers
msgid "Video players and editors"
-msgstr ""
+msgstr "Reproductors i editors de vídeo"
# ../../share/compssUsers
msgid "Console Tools"
-msgstr ""
+msgstr "Eines de consola"
-#, fuzzy
msgid "Development other"
-msgstr "Desenvolupament"
+msgstr "Altres de desenvolupament"
# ../../share/compssUsers
msgid "Databases clients and servers (mysql and postgresql)"
-msgstr ""
+msgstr "Clients de bases de dades i servidors (mysql i postgresql)"
# ../../share/compssUsers
msgid "Sound and video playing/editing programs"
-msgstr ""
+msgstr "Programes de reproducció/edició de so i vídeo"
# ../../share/compssUsers
msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
+msgstr "Llibres i Com es fa... sobre el Linux i el programari lliure"
# ../../share/compssUsers
msgid ""
"A graphical environment with user-friendly set of applications and desktop "
"tools"
msgstr ""
+"Entorn gràfic amb un conjunt d'aplicacions i eines d'escriptori fàcil "
+"d'utilitzar"
# ../../share/compssUsers
msgid "Games"
-msgstr ""
+msgstr "Jocs"
-#, fuzzy
msgid "Development C/C++"
-msgstr "Desenvolupament"
+msgstr "Desenvolupament C/C++"
-#, fuzzy
msgid "Multimedia - Video"
-msgstr "Multimèdia"
+msgstr "Multimèdia - Vídeo"
# ../../share/compssUsers
msgid "Graphics programs such as The Gimp"
-msgstr ""
+msgstr "Programes gràfics com ara el Gimp"
# ../../share/compssUsers
msgid ""
"The K Desktop Environment, the basic graphical environment with a collection "
"of accompanying tools"
-msgstr ""
+msgstr "Entorn d'escriptori K, l'entorn gràfic bàsic que inclou diverses eines"
# ../../share/compssUsers
msgid "Tools to create and burn CD's"
-msgstr ""
+msgstr "Eines per crear i gravar CD"
# ../../share/compssUsers
msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr ""
+msgstr "Més escriptoris gràfics (Gnome, IceWM)"
-#, fuzzy
msgid "Multimedia - CD Burning"
-msgstr "Multimèdia"
+msgstr "Multimèdia - Gravació de CD"
# ../../share/compssUsers
msgid "Archiving, emulators, monitoring"
-msgstr ""
+msgstr "Arxivament, emuladors, monitorització"
# ../../share/compssUsers
msgid ""
"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
"gnumeric), pdf viewers, etc"
msgstr ""
+"Programes d'ofimàtica: processadors de textos (kword, abiword), gestors de "
+"fulls de càlcul (kspread, gnumeric), visualitzadors pdf, etc."
# ../../share/compssUsers
msgid "Other Graphical Desktops"
-msgstr ""
+msgstr "Altres escriptoris gràfics"
# ../../share/compssUsers
msgid "Tools for your Palm Pilot or your Visor"
-msgstr ""
+msgstr "Eines per al Palm Pilot o per al Visor"
# ../../share/compssUsers
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
+msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc."
# ../../share/compssUsers
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+"Conjunt d'eines per al correu, notícies, web, transferència de fitxers i xat"
+
+#~ msgid "Czech"
+#~ msgstr "Txec"
+
+#~ msgid "Slovakian"
+#~ msgstr "Eslovac"
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "No s'ha pogut instal·lar el RPM d'ipchains amb l'urpmi."
@@ -7915,9 +8107,6 @@ msgstr ""
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Apple USB Mouse (3 o més botons)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Generic Mouse"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
@@ -8084,7 +8273,7 @@ msgstr ""
#~ msgstr "Xarxa:"
#~ msgid "Internet Connection Sharing - setup of $device"
-#~ msgstr "Compartició de la connexió a Internet: configuració de $device"
+#~ msgstr "Connexió a Internet compartida: configuració de $device"
#~ msgid ""
#~ "The following interface is about to be configured:\n"
diff --git a/perl-install/share/po/cs.po b/perl-install/share/po/cs.po
index 3f1ba6fa1..b7f1e11aa 100644
--- a/perl-install/share/po/cs.po
+++ b/perl-install/share/po/cs.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-09-18 10:39+0200\n"
"Last-Translator: Vladimír Marek <vlmarek@volny.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -89,23 +89,23 @@ msgstr "XFree %s s EXPERIMENTÁLNÍ 3D hardwarovou akcelerací"
msgid "XFree configuration"
msgstr "Nastavení XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Kolik pamìti je na va¹í grafické kartì ?"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Zvolte mo¾nosti pro daný X server"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Zvolte typ svého monitoru"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -130,40 +130,40 @@ msgstr ""
"jistí\n"
"zvolte radìji typ s ni¾¹ími schopnostmi."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Horizontální(øádková) synchronizace"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Vertikální(obrazovková) synchronizace"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Monitor není nastaven"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Grafická karta je¹tì není nastavena"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Je¹tì nejsou zvolena rozli¹ení"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Chcete si vyzkou¹et nastavení?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Varování: na této grafické kartì je testování nebezpeèné"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Vyzkou¹et nastavení"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -171,146 +171,146 @@ msgstr ""
"\n"
"zkuste zmìnit nìkteré parametry"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Vyskytla se tato chyba:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Test skonèí automaticky za %d sekund"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Je to správné nastavení?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Vyskytla se chyba, zkuste zmìnit nìkteré parametry"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Rozli¹ení"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Vyberte si rozli¹ení a barevnou hloubku"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Grafická karta: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 server: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Ukázat v¹e"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Rozli¹ení"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Rozlo¾ení klávesnice: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Typ my¹i: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Pøípojka my¹i: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Horizontální frekvence monitoru: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Vertikální frekvence monitoru: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafická karta: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Pamì» na gr. kartì: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, fuzzy, c-format
msgid "Color depth: %s\n"
msgstr "Mo¾nosti Barevné hloubky"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, fuzzy, c-format
msgid "Resolution: %s\n"
msgstr "Rozli¹ení"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 server: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, fuzzy, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 server: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Pøipravuji nastavení X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Zmìnit monitor"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Zmìnit grafickou kartu"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Zmìnit parametry X Serveru"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Zmìnit Rozli¹ení"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Zobraz informace"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Znovu vyzkou¹ej nastavení X"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Konec"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Co chcete dìlat?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -319,20 +319,20 @@ msgid ""
"%s"
msgstr "Ponechat stávající nastavení IP"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Pro aktivaci zmìn se prosím znovu pøihlaste na %s"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Prosím odhlaste se a pak stisknìte Ctrl-Alt-Backspace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "Spou¹tí se X"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -340,11 +340,11 @@ msgstr ""
"Mù¾u nastavit Vá¹ poèítaè tak, aby automaticky spustil X pøi startu.\n"
"Chcete aby poèítaè po zapnutí spustil grafický re¾im?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Autologin"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -352,11 +352,11 @@ msgstr ""
"Mù¾u nastavit Vá¹ poèítaè tak, aby se automaticky pøihla¹oval jako\n"
"u¾ivatel. Pokud nechcete pou¾ít tuto mo¾nost, kliknìte na tlaèítko Zru¹it."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Zvolte standardního u¾ivatele :"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Vyberte si který správce oken má být spou¹tìn:"
@@ -457,106 +457,115 @@ msgstr "Monitor který umí 1600x1200 pøi 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor který umí 1600x1200 pøi 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "První sektor zavádìcího diskového oddílu"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "První sektor disku (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "Instalace SILO"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Kam chcete nainstalovat zavádìcí program?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Instalace LILO/Grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "®ádný"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Které zavádìcí programy chcete pou¾ít?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Instalace zavádìcího programu"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Startovací zaøízení"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (nefunguje se starým BIOSem)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Kompaktní"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "kompaktní"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Textový re¾im"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Prodleva pøed automatickým spu¹tìním"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Heslo"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Heslo (podruhé)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Omezení nastavení z pøíkazové øádky"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "omezení"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Základní nastavení zavádìcího programu"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Volba ``Omezení nastavení z pøíkazové øádky'' je bezpøedmìtné bez hesla"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Zkuste to znovu, prosím"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Hesla nejsou shodná"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -564,139 +573,143 @@ msgstr ""
"Tady jsou v¹echny záznamy.\n"
"Mù¾ete pøidat dal¹í nebo zmìnit stávající."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Pøidat"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Hotovo"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Jaký typ záznamu chcete pøidat?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Jiný systém (SunOs...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Jiný systém (Windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Obraz(image)"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Koøenový(root)"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Pøipojit"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Pro ètení i zápis"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Tabulka"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Nejistý"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Znaèka"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Standardní"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Ok"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Odstranit záznam"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Prázdná znaèka není povolena"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Tato znaèka se ji¾ pou¾ívá"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Na¹el jsem rozhraní %s %s"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Máte je¹tì nìjaký jiné?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Máte nìjaké %s rozhraní?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Ano"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Podívejte se na informace o hardware"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instaluji ovladaè pro %s kartu %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Který %s ovladaè mám zkusit?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -716,20 +729,20 @@ msgstr ""
"nemìlo\n"
"by v ¾ádném pøípadì zpùsobit jiné ¹kody."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Automatické prozkoumání"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Zadejte mo¾nosti"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Nyní mù¾ete poskytnout modulu %s dal¹í parametry."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -740,11 +753,11 @@ msgstr ""
"Volby se zadávají ve tvaru ``jméno=hodnota jméno2=hodnota2 ...''.\n"
"Napøíklad, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Volby modulu:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -831,7 +844,7 @@ msgstr "1 minuta"
msgid "%d seconds"
msgstr "%d sekund"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Vytvoøit"
@@ -839,7 +852,7 @@ msgstr "Vytvoøit"
msgid "Unmount"
msgstr "Odpojit"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Smazat"
@@ -847,16 +860,16 @@ msgstr "Smazat"
msgid "Format"
msgstr "Formátovat"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Zmìnit velikost"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Zmìnit typ"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Pøípojný bod"
@@ -995,8 +1008,8 @@ msgid "Please make a backup of your data first"
msgstr "Zálohujte si nejdøív svá data, prosím"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Ètìte pozornì!"
@@ -1020,7 +1033,7 @@ msgstr "Buïte opatrní: tato akce je nebezpeèná."
msgid "Error"
msgstr "Chyba"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Adresáø pøipojení (mount point): "
@@ -1131,36 +1144,36 @@ msgstr "Typ tabulky oddílù: %s\n"
msgid "on bus %d id %d\n"
msgstr "na sbìrnici %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Pøipojit"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktivní"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Pøidat do RAIDu"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Odebrat z RAIDu"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Zmìnit RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Pou¾ití loopbacku"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Co udìláte ?"
# msgstr "Vyberte si èinnost"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1172,7 +1185,7 @@ msgstr ""
"Buïto pou¾ijete LILO a nebude to fungovat, nebo nepou¾ijete LILO a tedy "
"nepotøebujete /boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1185,7 +1198,7 @@ msgstr ""
"manager),\n"
"pøidejte je¹tì /boot oddíl"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1195,57 +1208,57 @@ msgstr ""
"S tím se není schopný vypoøádat ¾ádný zavádìcí program bez pou¾ití oddílu\n"
"/boot. Ujistìte se prosím, ¾e tento oddíl máte."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Místo toho pou¾ijte ``%s''"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Nejprve pou¾ijte ``Odpojit''"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Tím ¾e zmìníte typ oddílu %s pøijdete o v¹echna jeho data"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Pøesto chcete pokraèovat?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Konec bez ulo¾ení"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Chcete skonèit bez zapsání do tabulky oddílù?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Zmìnit typ oddílu"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Který systém chcete pou¾ít pro tisk?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Nemù¾ete pou¾ít ReiserFS pro oddíl men¹í ne¾ 32MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kam chcete pøipojit loopback %s?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Kam chcete pøipojit zaøízení %s?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1253,145 +1266,145 @@ msgstr ""
"Nemù¾u smazat pøípojný bod, proto¾e tento oddíl je pou¾íván pro loopback.\n"
"Odstraòte nejprve loopback"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Kdy¾ naformátujete oddíl %s, ztratíte tím v¹echna jeho data"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formátuji"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formátuji soubor loopbacku %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Formátuji oddíl %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Po naformátování v¹ech oddílù,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "na nich budou v¹echna data ztracena"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Pøesunout"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Na který disk chcete oddíl pøesunout?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Na který sektor chcete oddíl pøesunout?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Pøesouvám"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Pøesouvám oddíl..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Nová tabulka oddílù na disku %s bude zapsána!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Aby se zmìny uplatnily budete muset restartovat poèítaè"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Poèítám hranice souborového systému fat"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Mìním velikost"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Na kterém oddílu chcete mìnit velikost?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "V¹echna data z tohoto oddílu by mìla být zálohována"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Kdy¾ zmìníte velikost oddílu %s, ztratíte tím v¹echna jeho data"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Zvolte novou velikost"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Vytvoøit nový oddíl"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Poèáteèní sektor: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Velikost v MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Souborový systém: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Nastavení: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Tento oddíl nemù¾e být pou¾it pro loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Název souboru loopbacku:"
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Soubor u¾ je pou¾íván jiným loopbackem, zvolte si jiný"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Soubor u¾ existuje. Mám ho pou¾ít?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Zvolit soubor"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1399,11 +1412,11 @@ msgstr ""
"Zálo¾ní tabulka oddílù nemá stejnou velikost\n"
"Chcete pøesto chcete pokraèovat?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Varování"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1411,27 +1424,27 @@ msgstr ""
"Vlo¾te disketu do mechaniky\n"
"V¹echna data na této disketì budou smazána"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Pokou¹ím se obnovit tabulku oddílù"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "zaøízení"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "úroveò"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "Velikost bloku(chunk)"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Zvolte existující RAID pro pøidání"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "nový"
@@ -2819,8 +2832,8 @@ msgstr "Nastavení slu¾eb"
msgid "Configure printer"
msgstr "Nastavení tiskárny"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Hlavní(root) heslo"
@@ -2848,7 +2861,7 @@ msgstr "Auto-instalaèní disketa"
msgid "Exit install"
msgstr "Ukonèit instalaci"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Chyba pøi ètení souboru $f"
@@ -2949,7 +2962,7 @@ msgstr "Na kterém oddílu chcete mìnit velikost?"
msgid "Computing Windows filesystem bounds"
msgstr "Poèítám hranice souborového systému s Windows"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -2958,13 +2971,13 @@ msgstr ""
"Zmìnu velikost FAT není mo¾né provést, \n"
"vyskytla se následující chyba: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Vá¹ diskový oddíl s Windows je pøíli¹ fragmentován, pou¾ijte nejdøíve "
"``defrag''"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -2984,21 +2997,21 @@ msgstr ""
"Také byste si mìli data zálohovat. A¾ si budete jistí, ¾e chcete pokraèovat\n"
"stisknìte Ok."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Jakou velikost oddílu chcete nechat pro Windows na"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "diskovém oddílu %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Zmìna FAT oddílu neuspìla: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3006,36 +3019,36 @@ msgstr ""
"Nejsou zde ¾ádné FAT oddíly, které by bylo mo¾né zmìnit (nebo není dostatek "
"místa)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Smazat celý disk"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Odstranit Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Máte více ne¾ jeden pevný disk, na který chcete instalovat Linux?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "V¹echny diskové oddíly a data na disku %s budou zru¹ena"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Mód pro Experty"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Pou¾ít DiskDrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Pou¾ít fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3044,30 +3057,30 @@ msgstr ""
"Nyní mù¾ete rozdìlit Vá¹ %s hardisk\n"
"A¾ skonèíte, nezapomeòte ulo¾it zmìny pomocí `w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Pou¾ít volné místo na Windows oddílu"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Nemù¾u pøidat ¾ádný dal¹í oddíl"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Prùvodce DrakX na¹el následující øe¹ení:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Vytváøení diskových oddílù selhalo: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Startuji sí»"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Zastavuji sí»"
@@ -3079,12 +3092,12 @@ msgstr ""
"Stala se chyba, ale nevím jak jí správnì interpretovat.\n"
"Pokraèujte na vlastní riziko."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Zdvojený pøípojný bod %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3095,12 +3108,12 @@ msgstr ""
"Je mo¾né, ¾e je po¹kozen CD disk nebo CD-ROM mechanika\n"
"Zkontrolujete to pou¾itím pøíkazu \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Vítejte na %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Není dostupná ¾ádná disketová mechanika"
@@ -3180,7 +3193,7 @@ msgid "There was an error ordering packages:"
msgstr "Stala se chyba pøi øazení balíèkù:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Pou¾ít existující nastavení pro X11?"
@@ -3854,92 +3867,92 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Zvolte si zrcadlo(mirror) pro stahování balíèkù"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Stahuji ze zrcadla(mirror) seznam dostupných balíèkù"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Prosím vyberte si balíèky které chcete nainstalovat."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "Jaké je va¹e èasové pásmo?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Jsou Va¹e hardwarové hodiny nastaveny na GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Který systém chcete pou¾ít pro tisk?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "®ádné heslo"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Pou¾ít stínový soubor (shadow)"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "stín"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Pou¾ívat MD5 hesla"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Pou¾ívat NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "¾luté stránky"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Toto heslo je pøíli¹ jednoduché (musí být alespoò %d znakù dlouhé)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Ovìøení pravosti NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS Doména"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS Server"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Vytvoøit u¾ivatele"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Pøidat u¾ivatele"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(u¾ byl pøidán %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3949,48 +3962,48 @@ msgstr ""
"Zadejte u¾ivatele\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Skuteèné jméno"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "U¾ivatelské jméno"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Ikona"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Toto heslo je pøíli¹ jednoduché"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Prosím zadejte u¾ivatelské jméno"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "U¾ivatelské jméno mù¾e obsahovat pouze malá písmena, èísla, `-' a `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Toto u¾ivatelské jméno u¾ bylo pøidáno"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -4016,19 +4029,19 @@ msgstr ""
"Jestli¾e chcete vytvoøit startovací disketu, nejdøíve vlo¾te disketu do\n"
"mechaniky a potom stisknìte \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "První disketa"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Druhá disketa"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Pøeskoèit"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4048,32 +4061,32 @@ msgstr ""
"pou¾ita spolu s\"Mandrake záchranným diskem\" (rescue image), co¾ poskytuje\n"
"úèinnou pomoc pøi havárii systému. Chcete vytvoøit startovací disketu ?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Bohu¾el není dostupná ¾ádná disketová mechanika"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Zvolte mechaniku kde chcete vytvoøit startovací disketu"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Vlo¾te disketu do mechaniky %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Vytváøím startovací disketu"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Pøipravuji zavádìcí program"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Chcete pou¾ít aboot?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4081,80 +4094,80 @@ msgstr ""
"Stala se chyba pøi instalaci aboot,\n"
"mám se pokusit o instalaci i kdy¾ to zru¹í první oddíl na disku?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalace zavádìcího programu neuspìla. Stala se tato chyba:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Dveøe dokoøán"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Slabá"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Nízká"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Støední"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Vysoká"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoidní"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Rùzné otázky"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(mù¾e zpùsobit naru¹ení dat)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Mám pou¾ít optimalizace hardisku?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Zvolte si úroveò zabezpeèení"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Pokud tøeba, upøesnìte velikost RAM (nalezeno %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Automatické pøipojování médií"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Vyèistit /tmp pøi ka¾dém startu"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Povolit více profilù"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Pøi startu zapni Numlock"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Zadejte velikost pamìti v MB"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Pøi vysoké úrovni zabezpeèení nemù¾ete pou¾ít supermount"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4168,7 +4181,7 @@ msgstr ""
"poèítaè k nìèemu jinému ne¾ jako server.\n"
"Byli jste varováni."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4176,28 +4189,28 @@ msgstr ""
"Dejte si pozor, zda máte zapnutý Numlock, proto¾e jinak mnoho kláves\n"
"pí¹e èísla místo písmen (napø: pøi stisknutí `p' dostanete `6')"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr "Pøejete si vytvoøit auto instalaèní disketu pro replikaci Linuxu?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Vlo¾te prázdnou disketu do mechaniky %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Vytváøím disketu pro automatickou instalaci"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4251,10 +4264,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Va¹e volba? (standardnì %s; zadejte `none' pro nic) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Èeské"
+msgid "Czech (QWERTZ)"
+msgstr "Èeské (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Nìmecké"
@@ -4262,19 +4275,19 @@ msgstr "Nìmecké"
msgid "Dvorak"
msgstr "Dvoøák"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "©panìlské"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finské"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Francouzské"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norské"
@@ -4282,15 +4295,15 @@ msgstr "Norské"
msgid "Polish"
msgstr "Polské"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Ruské"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "UK-Britské"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "US-Americké"
@@ -4338,151 +4351,167 @@ msgstr "©výcarské (Nìmecký styl)"
msgid "Swiss (French layout)"
msgstr "©výcarské (Francouzský styl)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Èeské (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Nìmecké (bez mrtvých kláves)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Dánské"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvoøák (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvoøák (Norské)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estonské"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruzínské (\"Ruské\" rozlo¾ení)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruzínské (rozlo¾ení \"Latin\")"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Øecké"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Maïarské"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Chorvatské"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Izraelské"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Izraelské (foneticky)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Íránské"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islandské"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italské"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japonská 106 kláves"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latinsko-Americké"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Holandské"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Litevské AZERTY (stará)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Litevské AZERTY (nová)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litevské \"èíselná øada\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litevské \"foneticky\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polské (rozlo¾ení QWERTY)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polské (rozlo¾ení QWERTZ)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugalské"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanadské (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Ruské (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "©védské"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slovinské"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slovenské"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovenské (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slovenské (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Thaiské"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turecké (tradièní model \"F\")"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turecké (moderní model \"Q\")"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukrajinské"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "US (mezinárodní)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamská \"èíselná øada\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Jugoslávské (rozlo¾ení latin)"
@@ -4498,9 +4527,10 @@ msgstr "Standardní"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Standardní my¹"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4538,6 +4568,10 @@ msgstr "Standardní tøítlaèítková My¹"
msgid "Generic 3 Button Mouse"
msgstr "Standardní tøítlaèítková My¹"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -4595,26 +4629,26 @@ msgstr "Dal¹í ->"
msgid "Is this correct?"
msgstr "Je to správnì?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Nastavení Internetu"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Chcete se nyní pokusit pøipojit k internetu?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Nastavení pøipojení k internetu"
# ../.vygenerovat ./netconnect.pm_.c:528
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Nepøipojovat se k internetu"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4623,11 +4657,13 @@ msgstr "Pøipojení k Internetu / Nastavení místní sítì"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Nastavení ISDN"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -4635,115 +4671,115 @@ msgstr ""
"Vyberte si svého poskytovatele internetu.\n"
" Pokud není na seznamu, vyberte si Unlisted"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Nastavení Pøipojení"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Prosím vyplòte nebo zkontrolujte následující údaje"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ karty"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "DMA karty"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "IO karty"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "IO_0 karty"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "IO_1 karty"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Va¹e osobní telefonní èíslo"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Jméno poskytovatele (napø provider.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Tel. èíslo poskytovatele"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "Primární DNS poskytovatele"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "Sekundární DNS poskytovatele"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Typ vytáèení"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Vá¹ úèet (u¾ivatelské jméno)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Heslo va¹eho úètu"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Heslo va¹eho úètu (je¹tì jednou)"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Evropa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Evropa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Zbytek svìta"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Zbytek svìta - ¾ádný D-Channel (leased lines)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Který protokol chcete pou¾ít?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Nevím"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Jaký typ karty máte?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Pokraèovat"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Pøeru¹it"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4756,15 +4792,15 @@ msgstr ""
"\n"
"Jestli máte PCMCIA kartu, musíte znát její IRQ a IO.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Kterou z tìhto ISND karet máte?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Na¹el jsem ISDN kartu:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -4772,13 +4808,13 @@ msgstr ""
"Na¹el jsem ISDN PCI kartu, její¾ typ ale neznám. Prosím zvolte si jednu z "
"následujícího seznamu PCI karet."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Nena¹el jsem ¾ádnou ISDN PCI kartu. Prosím zvolte si jednu z následující "
"nabídky"
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
#, fuzzy
msgid ""
"No ethernet network adapter has been detected on your system.\n"
@@ -4787,11 +4823,12 @@ msgstr ""
"Na Va¹em poèítaèi nebyl nalezen ¾ádný sí»ový adaptér. Spus»te prosím program "
"pro nastavení hardware."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Zvolte sí»ové rozhraní"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
#, fuzzy
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
@@ -4799,90 +4836,93 @@ msgstr ""
"Vyberte si prosím který sí»ový adaptér chcete pou¾ít pro pøipojení k "
"internetu"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Sí»ové rozhraní"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Znovu spustím sí»ové rozhraní. Souhlasíte ?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Nastavení ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Chcete se automaticky pøipojovat po startu poèítaèe?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Mám se pokusit najít modem?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Ke kterému sériovému portu je Vá¹ modem pøipojen?"
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Mo¾nosti vytáèení"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Jméno pøipojení"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Telefonní èíslo"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Pøihla¹ovací jméno"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Ovìøení"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Podle scénáøe"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Pomocí terminálu"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Jméno domény"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "První DNS Server"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Druhý DNS Server"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Pøipojení k Internetu / Nastavení místní sítì"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
@@ -4890,115 +4930,118 @@ msgid ""
msgstr "Nastavení pøipojení k internetu"
# ../.vygenerovat ./netconnect.pm_.c:528
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Nepøipojovat se k internetu"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
# ../.vygenerovat ./netconnect.pm_.c:528
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Nepøipojovat se k internetu"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Pøipojit se k internetu"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Odpojit se od internetu"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Nastavení pøipojení k internetu"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Nastavení a pøipojení k internetu"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
#, fuzzy
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr "Znovu spustím sí»ové rozhraní. Souhlasíte ?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Nastavení pøipojení k internetu"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Nastavení pøipojení k internetu"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Interní ISDN kartou"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Externím modemem"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Pøipojení k internetu"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Jaké je va¹e ISDN pøipojení?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Nastavení pøipojení k internetu"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Francie"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Ostatní zemì"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "Ve které zemi se nacházíte?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel modem"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI modemem"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr "Pokud je vá¹ adsl modem Alcatel, zvolte Alcatel, jinak zvolte ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "pou¾ít pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "nepou¾ívat pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5008,12 +5051,12 @@ msgstr ""
"Pøesto ale existují pøipojení, které pou¾ívají pouze dhcp. Jestli si nejste "
"jistí, zvolte 'pou¾ít pppoe'"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Nastavení pøipojení k internetu"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5021,35 +5064,35 @@ msgstr ""
"Kterého dhcp klienta chcete pou¾ít?\n"
"Standardní je dhcpd"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Nastavení pøipojení k internetu"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Nastavení místní sítì"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Nastavení sítì"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Chcete si vyzkou¹et nastavení?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Vypnutí sí»ových slu¾eb"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Pøipojení k Internetu / Nastavení místní sítì"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5057,15 +5100,15 @@ msgstr ""
"Místní sí» u¾ byla nastavena.\n"
"Chcete:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Jak se chcete pøipojit k Internetu?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Nastavení sítì"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5138,6 +5181,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa musí být ve formátu 1.2.3.4"
@@ -5266,7 +5310,7 @@ msgstr "Místní tiskárna"
msgid "Remote printer"
msgstr "Vzdálená tiskárna"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Vzdálený CUPS server"
@@ -5415,7 +5459,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Hostname tiskárny"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Port"
@@ -5555,12 +5599,12 @@ msgstr "Odhaduji"
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Zvolte pøipojení tiskárny"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Jak je tiskárna pøipojena?"
@@ -5578,11 +5622,33 @@ msgstr ""
"ty budou automaticky detekovány.\n"
"Pokud si nejste jistí, zvolte \"Vzdálený CUPS server\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"V pøípadì CUPS serveru nemusíte pøímo nastavovat tiskárny,\n"
+"ty budou automaticky detekovány.\n"
+"Pokud si nejste jistí, zvolte \"Vzdálený CUPS server\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP SMB serveru"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Odebrat frontu"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5594,19 +5660,19 @@ msgstr ""
"mohou také být definovány. Jaké má být pou¾ito jméno pro tuto\n"
"tiskárnu a jak je tak tiskárna pøipojena?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Jméno tiskárny"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Popis"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Umístìní"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5617,15 +5683,15 @@ msgstr ""
"jméno (èasto lp) a vlastní (spool) adresáø. Jaké jméno a adresáø\n"
"má být pou¾it pro tuto frontu, a jak je tiskárna pøipojena ?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Jméno fronty"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Spool adresáø"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Pøipojení tiskárny"
@@ -6555,6 +6621,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "Èeské"
+
+#~ msgid "Slovakian"
+#~ msgstr "Slovenské"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "Nemù¾u pomocí urpmi nainstalovat ipchains RPM."
@@ -6994,9 +7066,6 @@ msgstr ""
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Apple USB my¹ (3 nebo více tlaèítek)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Standardní my¹"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
diff --git a/perl-install/share/po/cy.po b/perl-install/share/po/cy.po
index 87e6f5cfc..7e66b621a 100644
--- a/perl-install/share/po/cy.po
+++ b/perl-install/share/po/cy.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 1999-11-17 17:21+0100\n"
"Last-Translator: Dafydd Tomos <dafydd@imaginet.co.uk>\n"
"Language-Team: Welsh\n"
@@ -82,23 +82,23 @@ msgstr ""
msgid "XFree configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Dewiswch faint y cof yn eich cerdyn graffeg"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Dewiswch opsiynau ar gyfer y gweinydd"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Dewiswch fonitor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -112,185 +112,185 @@ msgid ""
" If in doubt, choose a conservative setting."
msgstr ""
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr ""
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr ""
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr ""
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr ""
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr ""
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr ""
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
msgstr ""
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Fe gafwyd gwall:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Gadael mewn %d eiliad"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
#, fuzzy
msgid "Is this the correct setting?"
msgstr "Ydi hyn yn gywir?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr ""
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr ""
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr ""
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Cerdyn graffeg: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Gweinydd XFree86: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Dangos i gyd"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Ffurf yr allweddell: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Math y llygoden: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Dyfais y lygoden: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Cerdyn graffeg: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Cof graffeg: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Gweinydd XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, fuzzy, c-format
msgid "XFree86 driver: %s\n"
msgstr "Gweinydd XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Newid Monitor"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Newid cerdyn graffeg"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Dangos gwybodaeth"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Profi eto"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Gorffen"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Beth ydych eisiau wneud?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -299,20 +299,20 @@ msgid ""
"%s"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X wrth ddechrau"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -320,11 +320,11 @@ msgstr ""
"Fe alla'i osod eich cyfrifiadur i ddechrau X yn otomatig ar ôl bwtio\n"
"Hoffech chi X i ddechrau wedi i chi ail-fwtio?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -333,12 +333,12 @@ msgstr ""
"Fe alla'i osod eich cyfrifiadur i ddechrau X yn otomatig ar ôl bwtio\n"
"Hoffech chi X i ddechrau wedi i chi ail-fwtio?"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
#, fuzzy
msgid "Choose the default user:"
msgstr "Dewiswch y maint newydd"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Dewiswch weithred"
@@ -439,245 +439,258 @@ msgstr "Monitor sydd yn gallu dangos 1600x1200 ar 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor sydd yn gallu dangos 1600x1200 ar 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr ""
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr ""
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr ""
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr ""
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr ""
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
#, fuzzy
msgid "None"
msgstr "Wedi ei wneud"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
#, fuzzy
msgid "Which bootloader(s) do you want to use?"
msgstr "Pa sector hoffech chi symud iddo?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr ""
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr ""
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr ""
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr ""
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr ""
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr ""
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr ""
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr ""
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr ""
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr ""
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr ""
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr ""
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr ""
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr ""
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
msgstr ""
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr ""
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Wedi ei wneud"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr ""
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr ""
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr ""
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr ""
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr ""
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr ""
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr ""
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr ""
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr ""
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr ""
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr ""
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr ""
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr ""
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr ""
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr ""
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr ""
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr ""
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr ""
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr ""
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr ""
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Na"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Ie"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr ""
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr ""
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr ""
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr ""
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -689,20 +702,20 @@ msgid ""
"not cause any damage."
msgstr ""
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr ""
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr ""
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr ""
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -710,11 +723,11 @@ msgid ""
"For instance, ``io=0x300 irq=7''"
msgstr ""
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr ""
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -780,7 +793,7 @@ msgstr ""
msgid "%d seconds"
msgstr "Gadael mewn %d eiliad"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Creu"
@@ -788,7 +801,7 @@ msgstr "Creu"
msgid "Unmount"
msgstr ""
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Dileu"
@@ -796,16 +809,16 @@ msgstr "Dileu"
msgid "Format"
msgstr "Fformatio"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Newid maint"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Math"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr ""
@@ -936,8 +949,8 @@ msgid "Please make a backup of your data first"
msgstr ""
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Darllenwch yn ofalus!"
@@ -959,7 +972,7 @@ msgstr ""
msgid "Error"
msgstr "Gwall"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr ""
@@ -1071,35 +1084,35 @@ msgstr "Sgrifennu y tabl rhaniadau"
msgid "on bus %d id %d\n"
msgstr "ar fws %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr ""
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr ""
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr ""
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr ""
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr ""
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr ""
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Dewiswch weithred"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1111,7 +1124,7 @@ msgstr ""
"Naill ai nad ydych yn defnyddio LILO a ddim angen /boot neu byddwch yn "
"defnyddio LILO a ni fydd yn gweithio."
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1123,219 +1136,219 @@ msgstr ""
"Os ydych yn bwriadu defnyddio y rheolwr bwtio LILO, nodwch fe ddylech greu "
"rhaniad /boot"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
"So be careful to add a /boot partition"
msgstr ""
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr ""
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr ""
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, fuzzy, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "fe fydd yr holl wybodaeth ar y rhaniad yma yn cael ei ddileu"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr ""
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Gorffen heb arbed"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Gorffen heb ysgrifennu y tabl rhaniadau?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Newid math y rhaniad"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Pa fath o rhaniad ydych chi eisiau?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, fuzzy, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Pa sector hoffech chi symud iddo?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr ""
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
msgstr ""
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, fuzzy, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "fe fydd yr holl wybodaeth ar y rhaniad yma yn cael ei ddileu"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Fformatio"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, fuzzy, c-format
msgid "Formatting loopback file %s"
msgstr "Yn fformatio rhaniad %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Yn fformatio rhaniad %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Ar ôl fformatio pob rhaniad,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "mi fydd yr holl wybodaeth ar y rhaniadau yma yn cael ei ddileu"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Symud"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Pa sector hoffech chi symud iddo?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Symud"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Yn symud rhaniad.."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Mae tabl rhaniad disg-yrrwr %s am gael ei ysgrifennu i'r disg!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Mi fydd angen i chi ail-fwtio cyn i'r newidiadau gymeryd lle"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr ""
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Newid maint"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Pa fath o rhaniad ydych chi eisiau?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
#, fuzzy
msgid "All data on this partition should be backed-up"
msgstr "fe fydd yr holl wybodaeth ar y rhaniad yma yn cael ei ddileu"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, fuzzy, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "fe fydd yr holl wybodaeth ar y rhaniad yma yn cael ei ddileu"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Dewiswch y maint newydd"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Creu rhaniad newydd"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Sector dechreuol: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Maint mewn MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Math o ffeilsystem: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr ""
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr ""
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr ""
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr ""
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr ""
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr ""
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Dewiswch ffeil"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
msgstr ""
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Rhybudd"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1343,27 +1356,27 @@ msgstr ""
"Rhowch flopi yn y disg-yrrwr\n"
"Mi fydd yr holl wybodaeth ar y fflopi yma yn gael ei ddileu"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Yn trio achub y tabl rhaniadau"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "dyfais"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "lefel"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr ""
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr ""
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "newydd"
@@ -2494,8 +2507,8 @@ msgstr ""
msgid "Configure printer"
msgstr ""
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr ""
@@ -2523,7 +2536,7 @@ msgstr ""
msgid "Exit install"
msgstr ""
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr ""
@@ -2618,18 +2631,18 @@ msgstr "Pa fath o rhaniad ydych chi eisiau?"
msgid "Computing Windows filesystem bounds"
msgstr ""
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -2640,88 +2653,88 @@ msgid ""
"When sure, press Ok."
msgstr ""
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
#, fuzzy
msgid "Which size do you want to keep for windows on"
msgstr "Pa sector hoffech chi symud iddo?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, fuzzy, c-format
msgid "partition %s"
msgstr "Ar ôl %s rhaniad %"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr ""
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, fuzzy, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "fe fydd yr holl wybodaeth ar y rhaniad yma yn cael ei ddileu"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
#, fuzzy
msgid "Expert mode"
msgstr "Ext2"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr ""
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr ""
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
"When you are done, don't forget to save using `w'"
msgstr ""
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Does gennych chi ddim rhaniadau!"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Alla'i ddim ychwanegu unrhyw raniadau ychwanegol"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, fuzzy, c-format
msgid "Partitioning failed: %s"
msgstr "Sgrifennu y tabl rhaniadau"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr ""
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr ""
@@ -2731,12 +2744,12 @@ msgid ""
"Continue at your own risk."
msgstr ""
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr ""
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -2744,12 +2757,12 @@ msgid ""
"Mandrake/RPMS/*.rpm\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr ""
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr ""
@@ -2830,7 +2843,7 @@ msgid "There was an error ordering packages:"
msgstr ""
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr ""
@@ -3448,96 +3461,96 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
#, fuzzy
msgid "Please choose the packages you want to install."
msgstr "Dewiswch weithred"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
#, fuzzy
msgid "Which is your timezone?"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
#, fuzzy
msgid "Which printing system do you want to use?"
msgstr "Pa fath o rhaniad ydych chi eisiau?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
#, fuzzy
msgid "NIS Server"
msgstr "Gweinydd X"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3545,48 +3558,48 @@ msgid ""
"%s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -3604,21 +3617,21 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
#, fuzzy
msgid "First floppy drive"
msgstr "Fformatio i gyd"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
#, fuzzy
msgid "Second floppy drive"
msgstr "Arbed ar flopi"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -3632,114 +3645,114 @@ msgid ""
"failures. Would you like to create a bootdisk for your system?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
#, fuzzy
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Dewiswch weithred"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Beth ydych eisiau wneud?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
#, fuzzy
msgid "Enable num lock at startup"
msgstr "X wrth ddechrau"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -3748,35 +3761,35 @@ msgid ""
"You have been warned."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
#, fuzzy
msgid "Creating auto install floppy"
msgstr "Arbed ar flopi"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -3829,10 +3842,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr ""
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
+msgid "Czech (QWERTZ)"
msgstr ""
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr ""
@@ -3840,19 +3853,19 @@ msgstr ""
msgid "Dvorak"
msgstr ""
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr ""
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr ""
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr ""
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr ""
@@ -3860,15 +3873,15 @@ msgstr ""
msgid "Polish"
msgstr ""
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr ""
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr ""
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr ""
@@ -3916,151 +3929,167 @@ msgstr ""
msgid "Swiss (French layout)"
msgstr ""
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr ""
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr ""
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr ""
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr ""
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr ""
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr ""
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr ""
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr ""
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr ""
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr ""
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr ""
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr ""
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr ""
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr ""
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr ""
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr ""
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr ""
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr ""
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr ""
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr ""
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr ""
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr ""
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr ""
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr ""
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr ""
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr ""
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr ""
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr ""
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr ""
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr ""
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
msgstr ""
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr ""
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr ""
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr ""
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr ""
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr ""
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr ""
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr ""
@@ -4076,8 +4105,8 @@ msgstr ""
msgid "Logitech MouseMan+"
msgstr ""
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+msgid "Generic PS2 Wheel Mouse"
msgstr ""
#: ../../mouse.pm_.c:34
@@ -4117,6 +4146,10 @@ msgstr ""
msgid "Generic 3 Button Mouse"
msgstr ""
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr ""
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr ""
@@ -4174,26 +4207,26 @@ msgstr ""
msgid "Is this correct?"
msgstr "Ydi hyn yn gywir?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
#, fuzzy
msgid "Internet configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
#, fuzzy
msgid "Do you want to try to connect to the Internet now?"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
msgstr ""
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -4201,128 +4234,130 @@ msgstr ""
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
#, fuzzy
msgid "ISDN Configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
msgstr ""
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
#, fuzzy
msgid "Connection Configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr ""
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr ""
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr ""
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr ""
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr ""
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr ""
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr ""
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr ""
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr ""
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr ""
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr ""
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr ""
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr ""
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr ""
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr ""
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr ""
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr ""
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr ""
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr ""
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
#, fuzzy
msgid "Which protocol do you want to use ?"
msgstr "Pa fath o rhaniad ydych chi eisiau?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr ""
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr ""
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr ""
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr ""
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr ""
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr ""
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4330,303 +4365,310 @@ msgid ""
"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
msgstr ""
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr ""
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr ""
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
msgstr ""
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
#, fuzzy
msgid "Choose the network interface"
msgstr "Dewiswch y maint newydd"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
#, fuzzy
msgid "ADSL configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
#, fuzzy
msgid "Do you want to start your connection at boot?"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr ""
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr ""
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr ""
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
#, fuzzy
msgid "Connection name"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr ""
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
#, fuzzy
msgid "Login ID"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr ""
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr ""
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr ""
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr ""
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr ""
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
#, fuzzy
msgid "First DNS Server"
msgstr "Gweinydd X"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
#, fuzzy
msgid "Second DNS Server"
msgstr "Arbed ar flopi"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
msgstr ""
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
msgstr ""
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr ""
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Ext2"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
#, fuzzy
msgid "Connect to the Internet"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr ""
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
msgstr ""
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr ""
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr ""
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr ""
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr ""
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
#, fuzzy
msgid "ECI modem"
msgstr "Ext2"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
msgstr ""
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
#, fuzzy
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
msgstr "Pa fath o rhaniad ydych chi eisiau?"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr ""
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr ""
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
msgstr ""
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
#, fuzzy
msgid "How do you want to connect to the Internet?"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
#, fuzzy
msgid "Network Configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -4694,6 +4736,7 @@ msgid "(bootp/dhcp)"
msgstr ""
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr ""
@@ -4819,7 +4862,7 @@ msgstr ""
msgid "Remote printer"
msgstr ""
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr ""
@@ -4953,7 +4996,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr ""
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
#, fuzzy
msgid "Port"
msgstr "Fformatio"
@@ -5083,12 +5126,12 @@ msgstr "fformatio"
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr ""
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr ""
@@ -5103,11 +5146,29 @@ msgid ""
"In case of doubt, select \"Remote CUPS server\"."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "Gweinydd X"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr ""
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5115,19 +5176,19 @@ msgid ""
"how is the printer connected?"
msgstr ""
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr ""
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr ""
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr ""
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5135,15 +5196,15 @@ msgid ""
"connected?"
msgstr ""
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr ""
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr ""
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr ""
diff --git a/perl-install/share/po/de.po b/perl-install/share/po/de.po
index 44209f373..7ebedc623 100644
--- a/perl-install/share/po/de.po
+++ b/perl-install/share/po/de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-09-20 00:57 +0200\n"
"Last-Translator: Stefan Siegel <siegel@linux-mandrake.com>\n"
"Language-Team: German <de@li.org>\n"
@@ -91,23 +91,23 @@ msgstr "XFree %s mit EXPERIMENTELLER 3D Hardwarebeschleunigung"
msgid "XFree configuration"
msgstr "XFree konfigurieren"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Wählen Sie die Speichergröße Ihrer Grafikkarte"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Wählen Sie die Einstellungen für den Server"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Wählen Sie Ihren Monitor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -128,39 +128,39 @@ msgstr ""
"könnten. Im Zweifelsfall wählen Sie bitte eine konservativere \n"
"Einstellung."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Horizontale Wiederholfrequenz"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Vertikale Wiederholfrequenz"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Ihr Monitor ist nicht konfiguriert"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Ihre Grafikkarte ist noch nicht konfiguriert"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Die Auflösungen wurden noch nicht ausgewählt"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Möchten Sie die vorgenommenen Einstellungen prüfen?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Warnung: Testen dieser Grafikkarte kann Ihren Rechner anhalten"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Prüfen der Einstellungen"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -168,147 +168,147 @@ msgstr ""
"\n"
"Versuchen Sie bitte, einige Einstellungen zu ändern"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Ein Fehler ist aufgetreten:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Verlassen in %d Sekunden"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Ist dies richtig?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr ""
"Ein Fehler ist aufgetreten. Versuchen Sie bitte, einige Parameter zu ändern"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Auflösung"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Wählen Sie bitte Auflösung und Farbtiefe"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Grafikkarte: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 Server: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Alle anzeigen"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Auflösungen"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Tastaturtyp: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Maustyp: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Mausschnittstelle: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitor Horiz. Frequenz: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitor Vert. Frequenz: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafikkarte: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Grafikkartenspeicher: %s Kb\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Farbtiefe: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Auflösung: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 Server: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 Treiber: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "X-Window Konfiguration vorbereiten"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Monitor ändern"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Grafikkarte ändern"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Server Einstellungen ändern"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Auflösung ändern"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Informationen anzeigen"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Nochmals testen"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Verlassen"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Was wollen Sie machen?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -321,22 +321,22 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr ""
"Bitte loggen Sie sich erneut in %s ein, \n"
"um die Änderungen wirksam werden zu lassen."
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Bitte loggen Sie sich aus, und drücken Sie Ctrl-Alt-Rücktaste"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X zur Startzeit"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -345,11 +345,11 @@ msgstr ""
"automatisch die Grafische Oberfläche (= der X Server) aktiviert wird.\n"
"Wollen Sie, dass X nach jedem Neustart direkt zur Verfügung steht?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Autologin"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -358,11 +358,11 @@ msgstr ""
"ein Nutzer angemeldet wird.\n"
"Wollen Sie davon keinen Gebrauch machen, wählen Sie ,,Abbruch``"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Wählen Sie den Standard-Nutzer:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Wählen Sie den Window-Manager, den Sie verwenden wollen:"
@@ -462,107 +462,116 @@ msgstr "Ihr Monitor kann 1600x1200 bei 70 Hz darstellen"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Ihr Monitor kann 1600x1200 bei 76 Hz darstellen"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Erster Sektor der Boot-Partition"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Erster Sektor der Platte (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "SILO Installation"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Wo soll der Betriebssystemstarter installiert werden?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/Grub Installation"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Keinen"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Welchen Betriebssystemstarter wollen Sie hinzufügen?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Installation des Betriebssystemstarters"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Boot Gerät"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (funktioniert nicht mit alten BIOS Versionen)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Kompakt"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "Kompakt"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Video Modus"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Wartezeit vorm Starten des Standard Betriebssystems"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Passwort"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Passwort (erneut)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Gebrauch der Kommandozeilen-Parameter einschränken"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "Einschränken"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Haupt-Optionen des Betriebssystemstarters"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Die Option ,,Gebrauch der Kommandozeilen-Parameter einschränken`` ist ohne \n"
"Angabe eines Passworts wirkungslos"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Bitte versuchen Sie es erneut"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Die Passwörter stimmen nicht überein"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -570,139 +579,143 @@ msgstr ""
"Hier sind die verschiedenen Einträge.\n"
"Sie können weitere hinzufügen oder existierende ändern."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Hinzufügen"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Fertig"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Welche Art Eintrag wollen Sie hinzufügen?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Anderes Betriebssystem (SunOS ...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Anderes Betriebssystem"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Image"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Schreiben/Lesen"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Tabelle"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Unsicher"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Label"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Standard"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "OK"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Eintrag löschen"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Leere Einträge sind nicht erlaubt"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Dieser Eintrag existiert bereits"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Schnittstelle(n) %s %s gefunden"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Verfügen Sie über weitere?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Verfügen Sie über %s Schnittstellen?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Nein"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Ja"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Hardware Informationen anzeigen"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Installation des Treibers für die Karte %s %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(Modul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Welchen %s-Treiber soll ich versuchen?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -720,20 +733,20 @@ msgstr ""
"Treiber kann in seltenen Fällen zum ,,Hängenbleiben`` des Rechners führen, "
"was jedoch keine Hardwareschäden nach sich ziehen sollte)"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Automatische Erkennung"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Optionen angeben"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Sie müssen nun die Optionen für Modul %s angeben."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -744,11 +757,11 @@ msgstr ""
"Optionen haben die Form ,,name=wert name2=wert2``.\n"
"Beispielsweise: ,,io=0x300 irq=7``"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Modul-Optionen:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -833,7 +846,7 @@ msgstr "1 Minute"
msgid "%d seconds"
msgstr "%d Sekunden"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Erzeugen"
@@ -841,7 +854,7 @@ msgstr "Erzeugen"
msgid "Unmount"
msgstr "Aushängen"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Löschen"
@@ -849,16 +862,16 @@ msgstr "Löschen"
msgid "Format"
msgstr "Formatieren"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Größe verändern"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Typ"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Mount-Punkt"
@@ -995,8 +1008,8 @@ msgid "Please make a backup of your data first"
msgstr "Bitte machen Sie erst eine Sicherheitskopie Ihrer Daten!"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Lesen Sie bitte aufmerksam!"
@@ -1020,7 +1033,7 @@ msgstr "Vorsicht: Diese Aktion ist gefährlich."
msgid "Error"
msgstr "Fehler"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Mount-Punkt: "
@@ -1131,35 +1144,35 @@ msgstr "Partitionstabellen Typ: %s\n"
msgid "on bus %d id %d\n"
msgstr "auf Bus %d ID %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Mount"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktiv"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Zum RAID hinzufügen"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Löschen aus dem RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "RAID modifizieren"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Als Loopback verwenden"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Wählen Sie ein Aktion aus"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1172,7 +1185,7 @@ msgstr ""
"verwenden \n"
"LILO nicht, dann benötigen Sie keine ,,/boot`` Partition."
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1185,7 +1198,7 @@ msgstr ""
"Betriebssystemstarter einsetzen wollen, vergessen Sie bitte nicht, eine "
"/boot Partition anzulegen!"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1197,16 +1210,16 @@ msgstr ""
",,/boot``-Partition arbeiten. Sie sollten also daran denken, eine solche \n"
"Partition zu erstellen."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Verwenden Sie stattdessen ,,%s``"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Verwenden Sie erst ,,umount``"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1214,43 +1227,43 @@ msgstr ""
"Nach Änderung des Partitionstyps von %s, werden sämtliche Daten darauf "
"gelöscht"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Wollen Sie trotzdem fortfahren?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Beenden ohne speichern"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Beenden ohne die Partitionstabelle zu speichern?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Partitionstyp ändern"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
msgstr "Welches Dateisystem wollen Sie verwenden?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
"Sie können ReiserFS nicht für Partitionen verwenden, die kleiner als 32MB "
"sind!"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Wo wollen Sie die Loopback-Datei %s einhängen?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Wo wollen Sie das Gerät %s einhängen?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1258,151 +1271,151 @@ msgstr ""
"Ich kann diesen Mount-Punkt nicht zurücksetzen, da diese Partition als \n"
"Loopback verwendet wird. Bitte entfernen Sie erst diesen Loopback."
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Nach Formatieren der Partition %s, werden sämtliche Daten darauf gelöscht"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formatiere"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatiere Loopback-Datei %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Formatiere Partition %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Nach dem Formatieren aller Partitionen, "
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "werden alle Daten auf diesen Partitionen gelöscht sein"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Bewegen"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Zu welcher Platte wollen Sie wechseln?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Zu welchem Sektor wollen Sie wechseln?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "wechsele"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Bewege Partition..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Die Partitionstabelle der Platte ,,%s`` wird gespeichert!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Sie müssen Ihren Rechner neu starten, damit die Veränderungen wirksam werden"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Errechne die Grenzen des FAT Dateisystems"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Neuberechnen der Größe"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
msgid "This partition is not resizeable"
msgstr "Die Größe dieser Partition kann ich nicht ändern"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Sie sollten ein Backup sämtlicher Daten dieser Partition erstellen"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Durch Veränderung der Partitionsgröße von %s, gehen sämtliche Daten darauf "
"verloren"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Wählen Sie die neue Größe"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Erzeuge eine neue Partition"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Anfangssektor: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Größe in MB:"
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Dateisystemtyp: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Einstellung: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Diese Partition kann nicht als Loopback verwendet werden"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Name der Loopback-Datei: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr ""
"Diese Datei wird bereits von einer anderen Loopback-Verknüpfung verwendet, "
"wählen Sie eine andere Datei."
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr ""
"Es existiert bereits eine Datei mit diesem Namen. Soll ich sie verwenden?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Datei auswählen"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1410,11 +1423,11 @@ msgstr ""
"Die gesicherte Partitionstabelle hat nicht dieselbe Größe\n"
"Soll trotzdem fortgefahren werden?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Warnung"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1422,27 +1435,27 @@ msgstr ""
"Legen Sie eine Diskette in das Laufwerk\n"
"Alle Daten auf dieser Diskette werden gelöscht!"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Ich Versuche, die Partitionstabelle zu retten"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "Gerät"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "Level"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "Blockgröße"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Wählen Sie einen vorhandenen RAID"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "Neu"
@@ -1828,6 +1841,74 @@ msgid ""
"lose all your data very easily. So,\n"
"\t don't choose this solution unless you know what you are doing."
msgstr ""
+"Sie müssen nun entscheiden, wo auf Ihrer/n Festplatte(n) Ihr Linux-Mandrake "
+"\n"
+"System installiert werden soll. Sofern alles leer ist bzw ein Betriebssystem "
+"\n"
+"alles belegt, müssen Sie die Platte neu partitionieren. Prinzipiell besteht "
+"\n"
+"das Partitionieren der Platte(n) darin, den Plattenpatz so aufzuteilen, dass "
+"\n"
+"Sie Ihr Linux-Mandrake daruf installieren können.\n"
+"\n"
+"\n"
+"Da dieser Schritt normalerweise irreversibel ist, kann das Partitionieren "
+"für \n"
+"unerfahrene Anwender unangenehm und stressig sein.\n"
+"Dieser Wizard kann Ihnen diesen Schrit abnehmen. Lesen Sie denoch vor Beginn "
+"\n"
+"im Handbuch die entsprechenden Passagen und lassen Sie sich Zeit mit der \n"
+"Entscheidung.\n"
+"\n"
+"\n"
+"Sie benötigen mindestens zwei Partitionen. Die erste für das Beetriebssystem "
+"\n"
+"selbst, die zweite als Auslagerbereich für den Speicher (engl. ,,Swap`` \n"
+"genannt).\n"
+"\n"
+"\n"
+"Sollten Sie bereits existierende Partitionen haben (etwa von einer alten \n"
+"GNU/Linux installtion oder von einem anderen Partitionierungswerkzeug \n"
+"erstellt) , wählen Sie diese einfach für Ihre Installation von \n"
+"Linux-Mandrake.\n"
+"\n"
+"\n"
+"Falls Sie noch keine Partitionen existieren, müssen Sie sie erstellen.\n"
+"Verwenden Sie dafür obigen Wizard. Abhängig vom aktuellen Zustand Ihrer \n"
+"Platte haben Sie verschiedene Alternativen:\n"
+"\n"
+"\t* Verwende existierende: Der Wizard hat eine oder mehrere existierende \n"
+"Linux Partitionen auf Ihrer Platte gefunden. Wählen Sie diese \n"
+"Schaltfläche, falls Sie sie behalten wollen.\n"
+"\n"
+"\n"
+"\t* Komplette Platte löschen: Falls Sie alle Daten Ihrer Platte verlieren,\n"
+"und sie durch Ihr neues Linux Mandrake System ersetzen wollen, wählen Sie\n"
+"diese Schaltfläche. Beachten Sie, dass dieser Schritt nicht rückgängig\n"
+"gemacht werden kann.\n"
+"\n"
+"\n"
+"\t* Den freien Platz der Windows Partition verwenden: Falls der gesamte\n"
+"Plattenplatz aktuell für Microsoft Windows(TM) verschwendet ist, müssen\n"
+"Sie für Linux Platz schaffen. Um dies zu erreichen, können Sie entweder\n"
+"Ihre Microsoft Windows(TM) Partition samt Daten löschen (also \n"
+",,Komplette Platte löschen`` oder ,,Experten-Modus``) oder Ihre Windows\n"
+"Partition verkleinern. Letzteres geht ohne Datenverlust. Sie sollten \n"
+"diese Variante wählen, falls Sie beide Betriebssysteme (Windows und \n"
+"Linux Mandrake) nebeneinander nutzen wollen.\n"
+"\n"
+"\n"
+"\t Bevor SIe sich für diese Variante entscheiden, sei hier noch einmal \n"
+"betont, dass diese Variante bedeutet, dass Sie weniger Platz für \n"
+"Windows haben werden, als momentan.\n"
+"\n"
+"\n"
+"\t* Experten-Modus: Falls Sie Ihre Platten manuell partitionieren wollen, \n"
+"wählen Sie diese Schaltfläche. Seien Sie Sich jedoch bewusst, das Sie\n"
+"dadurch ein mächtiges Werkzeug erhalen, mit dem Sie gefährliche \n"
+"aktivitäten durchführen dürfen, die zu Datenverlust führen können.\n"
+"Diese Alternative ist wirklich nur für Anwender, die genau wissen, was\n"
+"sie wollen und wie sie es erreichen können."
#: ../../help.pm_.c:160
msgid ""
@@ -3191,8 +3272,8 @@ msgstr "Dienste konfigurieren"
msgid "Configure printer"
msgstr "Drucker konfigurieren"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Root-Passwort setzen"
@@ -3220,7 +3301,7 @@ msgstr "Auto-Installations-Diskette"
msgid "Exit install"
msgstr "Installation beenden"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Fehler beim Lesen der Datei $f"
@@ -3307,7 +3388,7 @@ msgstr "Größe der Auslagerungs-Partition in MB: "
#: ../../install_interactive.pm_.c:102
msgid "Use the free space on the Windows partition"
-msgstr "Den freien Platz der Windows Partition verwenden."
+msgstr "Den freien Platz der Windows Partition verwenden"
#: ../../install_interactive.pm_.c:105
msgid "Which partition do you want to resize?"
@@ -3317,7 +3398,7 @@ msgstr "Bei welcher Partition wollen Sie die Größe ändern?"
msgid "Computing Windows filesystem bounds"
msgstr "Errechne die Grenzen des Windows Dateisystems"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3327,13 +3408,13 @@ msgstr ""
"Partition nicht arbeiten. Folgender Fehler trat auf:\n"
"%s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Ihre Windows-Partition ist zu sehr fragmentiert.\n"
"Starten Sie bitte erst ,,defrag`` unter Windows."
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3353,21 +3434,21 @@ msgstr ""
"Sie sollten natürlich generell Sicherheitskopien Ihrer Daten angelegt\n"
"haben. Falls dies der Fall ist, können Sie mit OK fortfahren."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Wieveil Paltz benötgen sie noch für Windows auf"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "Partition %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT Größenanpassung schlug fehl: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3376,40 +3457,40 @@ msgstr ""
"ich als Loopback verwenden kann (möglicherweise haben Sie auch einfach\n"
"nur nichtmehr genügend freien Speicher)."
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Komplette Platte löschen"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Windows(TM) löschen"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Sie haben mehr als eine Festplatte.\n"
"Auf welche soll GNU/Linux installiert werden?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"SÄMTLICHE existierende Partitionen samt der derauf befindlichen Daten \n"
"auf Laufwerk %s gehen dabei verloren"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Experten-Modus"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "DiskDrake verwenden"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Fdisk verwenden"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3419,28 +3500,28 @@ msgstr ""
"Vergessen Sie nicht die Einstellungen mittels ,w` zu speichern, \n"
"sobald Sie fertig sind."
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
msgid "You don't have enough free space on your Windows partition"
msgstr "Sie haben nicht genug freien Platz auf Ihrer Windows Partition."
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
msgid "I can't find any room for installing"
msgstr "Ich finde nicht genug Platz für die Installation."
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Der DrakX Partitionierungs-Wizard fand folgende Lösung:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Das Partitionieren schlug fehl: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Netzwerkverbindung herstellen"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Netzwerkverbindung trennen"
@@ -3452,12 +3533,12 @@ msgstr ""
"Es trat ein Fehler auf. Ich weiß jedoch nicht, wie ich damit sinnvoll \n"
"umgehen soll. Sie können fortfahren, jedoch auf eigenes Risiko!"
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Den Mount-Punkt %s kopieren"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3469,12 +3550,12 @@ msgstr ""
"Testen Sie die CD-ROM auf einem Linux-Rechner mittels ,,rpm -qpl \n"
"Mandrake/rpms/*.rpm``\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Willkommen auf %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Kein Disketten-Laufwerk verfügbar"
@@ -3554,7 +3635,7 @@ msgid "There was an error ordering packages:"
msgstr "Bei der Anforderung folgender Pakete trat ein Fehler auf:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Wollen Sie die existierende X11 Konfiguration verwenden?"
@@ -4389,95 +4470,95 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Bitte wählen Sie einen Mirror, von dem Sie die Pakete holen wollen."
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr ""
"Verbindung mit dem Mirror aufbauen, um eine Liste verfügbarer Pakete zu "
"erhalten."
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Bitte wählen Sie die zu installierenden Pakete."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "In welcher Zeitzone wollen Sie Ihren Rechner verwenden?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Liefert Ihre Hardware Uhr GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Welches Drucksystem wollen Sie verwenden?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Kein Passwort"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Shadow Datei verwenden"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "Shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "MD5 Passwörter verwenden"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "NIS verwenden"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "Gelbe Seiten"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Dieses Passwort ist zu einfach (es muss mindestens %d Zeichen lang sein!"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "NIS Authentifizierung"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS Server"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Benutzer akzeptieren"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Benutzer hinzufügen"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(%s wurde bereits hinzugefügt)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4487,37 +4568,37 @@ msgstr ""
"Benutzerkennzeichen einrichten\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Benutzername"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Benutzerkennzeichen"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Symbol"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Dieses Passwort ist zu einfach"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Bitte geben Sie ein Benutzerkennzeichen an"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
@@ -4525,12 +4606,12 @@ msgstr ""
"Das Benutzerkennzeichen sollte nur aus Kleinbuchstaben, Ziffern, \n"
",,-`` und ,,_`` bestehen"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Dieses Benutzerkennzeichen existiert bereits"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -4560,19 +4641,19 @@ msgstr ""
"Falls Sie eine Startdiskette erstellen wollen, legen Sie eine Diskette \n"
"ohne relevante Daten in ihr erstes Laufwerk und drücken Sie ,,OK``."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Erstes Disketten-Laufwerk"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Zweites Disketten-Laufwerk"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Überspringen"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4598,33 +4679,33 @@ msgstr ""
"\n"
"Möchten Sie jetzt eine Startdiskette für Ihr System erstellen?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Ich kann kein Laufwerk finden"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Wählen Sie das Laufwerk, in dem Sie die Start-Diskette erstellen wollen"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Legen Sie eine leere Diskette in Laufwerk %s ein."
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Startdiskette wird erstellt..."
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Betriebssystemstarter vorbereiten"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Möchten Sie ,,aboot`` verwenden?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4633,82 +4714,82 @@ msgstr ""
"soll ich die Installation mit Gewalt versuchen, selbst wenn dies die \n"
"Zerstörung der ersten Partition verursacht."
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Die Installation des BS-Starters schlug fehl. Folgender Fehler trat auf:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Cracker-Spielplatz"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Schwach"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Niedrig"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Mittel"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Hoch"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoid"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Verschiedene Fragen"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(kann zu Datenverlust führen)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Festplattenoptimierungen verwenden?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Wählen Sie eine Sicherheits-Ebene"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Geben Sie, falls nötig, die genaue RAM Größe an (%d MB gefunden)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Wechselmedien automatisch einhängen"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Die Partition /tmp bei jedem Systemstart säubern"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Mehrere Profile einschalten"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Num-Lock beim Start einschalten"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Geben Sie die RAM Größe in MB an"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr ""
"In dieser hohen Sicherheits-Ebene können Sie ,,supermount`` nicht verwenden"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4723,36 +4804,36 @@ msgstr ""
"Benutzer anmelden und anschließend mittels ,,su`` in den Kontext des \n"
"Administrator-Kennzeichens wechseln. Sie wurden hiermit gewarnt!"
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
msgstr "Vorsicht, ist Num-Lock aktiv können etliche Tasten zu ziffern werden"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"Wollen Sie eine Auto-Installations-Diskette zur einfachen \n"
"Replikation der Linux Installation erstellen"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Legen Sie eine leere Diskette in Laufwerk %s ein."
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Erstellen einer Auto-Installations-Diskette"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4816,10 +4897,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Ihre Wahl? (Standard %s, geben Sie ,,none`` für keine(r/s) ein) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Tschechien"
+msgid "Czech (QWERTZ)"
+msgstr "Tschechien (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Deutschland"
@@ -4827,19 +4908,19 @@ msgstr "Deutschland"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Spanien"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finnland"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Frankreich"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norwegen"
@@ -4847,15 +4928,15 @@ msgstr "Norwegen"
msgid "Polish"
msgstr "Polen"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Russland"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Vereinigtes Königreich"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Vereinigte Staaten"
@@ -4903,151 +4984,167 @@ msgstr "Schweiz (deutsches Layout)"
msgid "Swiss (French layout)"
msgstr "Schweiz (französisches Layout)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Tschechien (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Deutschland (ohne Tod-Tasten)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Dänemark"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (USA)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norwegen)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estland"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgien (,,Russisches`` Layout)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgien (,,Lateinisches`` Layout)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Griechenland"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Ungarn"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Kroatien"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israel"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israel (Phonetisch)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iran"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Island"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italien"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japan 106 Tasten"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latein Amerika"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Niederlande"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Litauen AZERTY (alt)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Litauen AZERTY (neu)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litauen ,,number row`` QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litauen ,,phonetic`` QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polen (QWERTY Layout)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polen (QWERTZ Layout)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugal"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanada (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Russland (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Schweden"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slovenien"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slowakei"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slowakei (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slowakei (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Thailändische Tastatur"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Türkei (traditionelles ,,F`` Modell)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Türkei (modernes ,,Q`` Modell)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukraine"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Vereinigte Staaten (international)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnam ,,numeric row`` QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Jugoslawien (lateinisches Layout)"
@@ -5063,9 +5160,9 @@ msgstr "Standard"
msgid "Logitech MouseMan+"
msgstr "Logitech MausMan/FirstMaus (Seriell)"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMaus"
+#: ../../mouse.pm_.c:33
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Generische PS2 Rad-Maus"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -5103,6 +5200,10 @@ msgstr "Generische 2 Tasten Maus"
msgid "Generic 3 Button Mouse"
msgstr "Generische 3 Tasten Maus"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMaus"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MausMan/FirstMaus"
@@ -5159,23 +5260,23 @@ msgstr "Weiter ->"
msgid "Is this correct?"
msgstr "Ist dies richtig?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Internet Konfiguration"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Möchten Sie jetzt versuchen eine Internetverbindung aufzubauen?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
msgstr "Ich teste gerade Ihre Verbindung..."
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
msgid "The system is now connected to Internet."
msgstr "Sie sind jetzt mit dem Internet verbunden."
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5185,11 +5286,13 @@ msgstr ""
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "ISDN Konfiguration"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5197,115 +5300,115 @@ msgstr ""
"Wählen Sie Ihren Netzanbieter.\n"
"Sollte er nicht aufgeführt sein, wählen Sie ,,Nicht aufgeführt``"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Verbindungs-Konfiguration"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Bitte füllen oder kontrollieren Sie die folgenden Angaben"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "Karten IRQ"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Karten Mem (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "Karten E/A"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "Karten IO_0"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "Karten IO_1"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Ihre eigene Telefonnummer"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Name des Providers (z.B. provider.net) "
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Telefonnummer des Providers"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "Erster DNS des Providers"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "Zweiter DNS des Providers"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Wahlmodus"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Kennzeichen (Login)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Passwort"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Passwort (erneut)"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Europa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Europa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Rest der Welt"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Rest der Welt - kein D-Kanal (leased lines)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Welches Protokoll wollen Sie verwenden?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA/PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Keine Ahnung"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Welchen Kartentyp verwenden Sie?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Fortfahren"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Abbruch"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5319,15 +5422,15 @@ msgstr ""
"Falls Sie eine PCMCIA-Karte besitzen, müssen Sie IRQ und E/A-Bereich Ihrer "
"Karte kennen.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Bitte wählen Sie Ihre ISDN Karte"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Ich habe eine ISDN-Karte gefunden:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5336,13 +5439,13 @@ msgstr ""
"kenne sie jedoch nicht. Bitte helfen Sie mir,\n"
"indem Sie im nächsten Menü eine auswählen."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Ich konnte keine PCI ISDN-Karte finden.\n"
"Bitte wählen Sie im nächsten Menü eine aus."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
@@ -5350,23 +5453,26 @@ msgstr ""
"Ich habe keine Ethernet-Netzwerkkarte finden können, daher kanndieser "
"Verbindungstyp nicht konfiguriert werden."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Wählen Sie die Netzwerkkarte"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Bitte wählen Sie, über welches Netzwerkgerät Sie die \n"
"Internetverbindung herstellen wollen."
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Netzwerkkarte"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
@@ -5374,71 +5480,71 @@ msgstr ""
"\n"
"Sind Sie einverstanden?"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid "I'm about to restart the network device:\n"
msgstr "Sind Sie einverstanden diese Netzwerkkarte neu zu starten:\n"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "ADSL Konfiguration"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Möchten Sie die Verbindung bei Betriebssystemstart hertellen?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Soll ich ein Modem suchen?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Bitte wählen Sie den seriellen Anschluss, an dem Ihr Modem hängt."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Einwahl Parameter"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Name der Verbindung"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Telefonnummer"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Login ID"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Authentisierung"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Skript-basiert"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Terminal-basiert"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Name der Domäne"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Erster DNS Server"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Zweiter DNS Server"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5447,7 +5553,8 @@ msgstr ""
"Sie können eine Internetverbindung aufbauen oder die Verbindung neu "
"konfigurieren"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5455,11 +5562,11 @@ msgstr ""
"\n"
"Sie können Ihre Internetverbindung neu konfigurieren"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid "You are not currently connected to Internet."
msgstr "Sie sind momentan nicht mit dem Internet verbunden."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5467,98 +5574,101 @@ msgstr ""
"\n"
"Sie können die Verbindung trennen oder sie neu konfigurieren."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid "You are currently connected to internet."
msgstr "Sie sind momentan mit dem Internet verbunden."
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr "Internetverbindung herstellen"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr "Internetverbindung trennen"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
msgid "Configure network connection (LAN or Internet)"
msgstr "Internetverbindung konfigurieren (LAN oder Internet)"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Internetverbindung und -einrichtung"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
"Ich werde nun die Netzwerkkarte ,,$netc->{NET_DEVICE}`` neu starten. Sind "
"Sie einverstanden?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
msgstr "Normales modem konfigurieren"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
msgstr "ISDN Internetverbindung konfigurieren"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Interne ISDN Karte"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Externes ISDN Modem"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Internetverbindung"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Um welchen Typ ISDN-Verbindung handelt es sich?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
msgstr "DSL (oder ADSL) Internetverbindung konfigurieren"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Frankreich"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Anderes Land"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "In welchem Land befinden Sie sich?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel Modem"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI Modem"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
"Falls Sie ein Alcatel ADSL-Modem besitzten wählen Sie ,,Alcatel Modem``, "
"sonst ,,ECI Modem``."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "pppoe verwenden"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "pppoe nicht verwenden"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5569,11 +5679,11 @@ msgstr ""
"nur ,,dhcp`` verwenden. Falls Sie nicht wissen, was bei Ihnen \n"
"zutrifft, wählen Sie ,,pppoe verwenden``."
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
msgstr "Kabel Internetverbindung konfigurieren"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5581,31 +5691,31 @@ msgstr ""
"Welchen dhcp Klienten wollen Sie verwenden?\n"
"Voreingestellt ist ,,dhcpd``"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
msgid "Disable Internet Connection"
msgstr "Internetverbindung deaktivieren"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Netzwerk konfigurieren"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
msgid "Network configuration"
msgstr "Netzwerk konfiguration"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
msgid "Do you want to restart the network"
msgstr "Möchten Sie das Netzwerk neu starten?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Netzwerk abschalten"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
msgid "Configure the Internet connection / Configure local Network"
msgstr "Internetverbindung / Lokales Netz konfigurieren"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5613,15 +5723,15 @@ msgstr ""
"Es wurde bereits ein LAN-Netzwerk konfiguriert.\n"
"Was wollen Sie einstellen:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Wie wollen Sie sich ins Internet einklinken?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Netzwerk konfigurieren"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5705,6 +5815,7 @@ msgid "(bootp/dhcp)"
msgstr "(BOOTP/DHCP)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "Die IP Adresse muss die Form ,,1.2.3.4`` haben"
@@ -5835,7 +5946,7 @@ msgstr "Lokaler Drucker"
msgid "Remote printer"
msgstr "Entfernter Drucker"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "CUPS-Server auf der Gegenseite"
@@ -5985,7 +6096,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Rechnername des Druckers"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Port"
@@ -6126,12 +6237,12 @@ msgstr "CUPST starten"
msgid "Reading CUPS drivers database..."
msgstr "Lesen der CUPS Treiber-Datenbank"
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Wählen Sie die Drucker-Anbindung"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Wie ist der Drucker mit Ihrem Rechner verbunden?"
@@ -6150,11 +6261,34 @@ msgstr ""
"automatisch erkannt und übernommen. Wählen Sie im\n"
"Zweifelsfall ,,CUPS-Server auf der Gegenseite``"
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Falls auf der Gegenseite ein CUPS-Server läuft, müssen Sie\n"
+"hier keine Einstellungen vornehmen, die Drucker werden \n"
+"automatisch erkannt und übernommen. Wählen Sie im\n"
+"Zweifelsfall ,,CUPS-Server auf der Gegenseite``"
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "SMB-Server-IP"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Warteschlange entfernen"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -6166,19 +6300,19 @@ msgstr ""
"Standort, können frei gewählt werden. Welchen Namen soll ich dem \n"
"Drucker geben und wie ist er angebunden?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Druckername"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Beschreibung"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Standort"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -6191,15 +6325,15 @@ msgstr ""
"vornehmen kann. Welchen Namen und welches Verzeichnis soll ich der \n"
"Schlange geben? Wie ist der Drucker angebunden?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Name der Warteschlange"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Spool-Verzeichnis"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Drucker-Anbindung"
@@ -7194,6 +7328,12 @@ msgstr "GNOME, IceWM, Window Maker, Enlightenment, Fvwm, usw."
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr "Programme für Mail, News, WWW, FTP und Chat"
+#~ msgid "Czech"
+#~ msgstr "Tschechien"
+
+#~ msgid "Slovakian"
+#~ msgstr "Slowakei"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr ""
#~ "Ich konnte das RPM-Paket ,,ipchains`` nicht mittels urpmi installieren."
@@ -7645,9 +7785,6 @@ msgstr "Programme für Mail, News, WWW, FTP und Chat"
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Apple USB Maus (3 oder mehr Tasten)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Generische Maus"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMaus"
diff --git a/perl-install/share/po/el.po b/perl-install/share/po/el.po
index 01218b180..423ee96d9 100644
--- a/perl-install/share/po/el.po
+++ b/perl-install/share/po/el.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-1-4 16:27+0100\n"
"Last-Translator: Theodore J. Soldatos <theodore@eexi.gr>\n"
"Language-Team: GREEK <nls@tux.hellug.gr>\n"
@@ -94,23 +94,23 @@ msgstr "XFree %s ìå ÐÅÉÑÁÌÁÔÉÊÇ åðéôÜ÷õíóç ôñéóäéÜóôáôùí ãñáöéêþí"
msgid "XFree configuration"
msgstr "Ñõèìßóåéò XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "ÌÝãåèïò ìíÞìçò êÜñôáò ãñáöéêþí"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Ñõèìßóåéò X server"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "ÅðéëÝîôå ïèüíç"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Ïèüíç"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -134,39 +134,39 @@ msgstr ""
"êáôáóôñïöÞò\n"
"ôçò ïèüíçò óáò. Áí äåí åßóôå óßãïõñïé, êÜíôå ìéá óõíôçñçôéêÞ åðéëïãÞ."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Óõ÷íüôçôá ïñéæüíôéáò áíáíÝùóçò"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Óõ÷íüôçôá êáôáêüñõöçò áíáíÝùóçò"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Ç ïèüíç äåí Ý÷åé ñõèìéóôåß áêüìç"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Ç êÜñôá ãñáöéêþí äåí Ý÷åé ñõèìéóôåß áêüìç"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Äåí Ý÷ïõí åðéëåãåß áíáëýóåéò áêüìç"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "ÈÝëåôå íá äïêéìÜóåôå ôéò ñõèìßóåéò;"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Ðñïóï÷Þ: Ç äïêéìÞ åßíáé åðéêßíäõíç óå áõôÞ ôçí êÜñôá ãñáöéêþí"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "ÄïêéìÞ ñõèìßóåùí"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -174,146 +174,146 @@ msgstr ""
"\n"
"äïêéìÜóôå íá áëëÜîåôå êÜðïéåò ðáñáìÝôñïõò"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "ÐñïêëÞèçêå óöÜëìá:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "¸îïäïò óå %d äåõôåñüëåðôá"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Åßíáé áõôÞ ç óùóôÞ ñýèìéóç;"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "ÐñïêëÞèçêå óöÜëìá, äïêéìÜóôå íá áëëÜîåôå êÜðïéåò ðáñáìÝôñïõò"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "ÁíÜëõóç"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "ÅðéëÝîôå áíÜëõóç êáé âÜèïò ÷ñþìáôïò"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "ÊÜñôá ãñáöéêþí: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 server: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "ÅìöÜíéóç üëùí"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Áíáëýóåéò"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Äéáñýèìéóç ðëçêôñïëïãßïõ: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Ôýðïò ðïíôéêéïý: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "ÓõóêåõÞ ðïíôéêéïý: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Ïèüíç: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Óõ÷íüôçôá ïñéæüíôéáò áíáíÝùóçò: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Óõ÷íüôçôá êáôáêüñõöçò áíáíÝùóçò: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "ÊÜñôá ãñáöéêþí: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "ÌíÞìç êÜñôáò ãñáöéêþí: %s kb\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "ÂÜèïò ÷ñþìáôïò: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "ÁíÜëõóç: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 server: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "Ïäçãüò XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Ðñïåôïéìáóßá ñõèìßóåùí ãñáöéêïý ðåñéâÜëëïíôïò (X-Window)"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "ÁëëáãÞ ïèüíçò"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "ÁëëáãÞ êÜñôáò ãñáöéêþí"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "ÁëëáãÞ ñõèìßóåùí X server"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "ÁëëáãÞ áíÜëõóçò"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "ÐñïâïëÞ ðëçñïöïñéþí"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "ÅðáíÜëçøç äïêéìÞò"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "¸îïäïò"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Ôé èÝëåôå íá êÜíåôå;"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -326,20 +326,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Ðáñáêáëþ åðáíáóõíäåèåßôå ùò %s ãéá åíåñãïðïßçóç ôùí áëëáãþí"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Ðáñáêáëþ áðïóõíäåèåßôå êáé ìåôÜ ðáôÞóôå Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "Ãñáöéêü ðåñéâÜëëïí (X) óôçí åêêßíçóç"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -348,11 +348,11 @@ msgstr ""
"ãñáöéêü ðåñéâÜëëïí (X-Windows).\n"
"Åðéèõìåßôå áõôüìáôç åêêßíçóç ãñáöéêïý ðåñéâÜëëïíôïò;"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Áõôüìáôç óýíäåóç (Autologin)"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -361,11 +361,11 @@ msgstr ""
"ôçí åêêßíçóç óå Ýíáí óõãêåêñéìÝíï ÷ñÞóôç.\n"
"ÅÜí äåí èÝëåôå íá óõìâáßíåé áõôü, ðáôÞóôå óôï êïõìðß áêýñùóçò."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "ÅðéëÝîôå ôïí åî' ïñéóìïý ÷ñÞóôç:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "ÅðéëÝîôå ôïí äéá÷åéñéóôÞ ðáñáèýñùí ðïõ èÝëåôå íá ÷ñçóéìïðïéÞóåôå"
@@ -465,107 +465,116 @@ msgstr "Ïèüíç ðïõ ìðïñåß íá áðåéêïíßóåé áíÜëõóç 1600x1200 óôá 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Ïèüíç ðïõ ìðïñåß íá áðåéêïíßóåé áíÜëõóç 1600x1200 óôá 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Ðñþôïò ôïìÝáò ôçò êáôÜôìçóçò åêêßíçóçò"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Ðñþôïò ôïìÝáò ôïõ äßóêïõ (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "ÅãêáôÜóôáóç SILO"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Ðïý èÝëåôå íá åãêáôáóôÞóåôå ôï ðñüãñáììá åêêßíçóçò;"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "ÅãêáôÜóôáóç LILO/grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "ÊáíÝíá"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "ÐïéÜ ðñïãñÜììáôá åêêßíçóçò èÝëåôå íá ðñïóèÝóåôå;"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "ÅãêáôÜóôáóç ðñïãñÜììáôïò åêêßíçóçò"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "ÓõóêåõÞ åêêßíçóçò"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (äåí ëåéôïõñãåß ìå ðáëáéüôåñá BIOS)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "ÓõìðáãÞò"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "óõìðáãÞò"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "ÁíÜëõóç ïèüíçò"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "ÊáèõóôÝñçóç ðñéí ôçí åêêéíçóç"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Óõíèçìáôéêü"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Óõíèçìáôéêü (îáíÜ)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Áðáãüñåõóç åðéëïãþí ãñáììÞò åíôïëÞò"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "áðáãüñåõóç"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "ÂáóéêÝò åðéëïãÝò ðñïãñÜììáôïò åêêßíçóçò"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Ç åðéëïãÞ ``Áðáãüñåõóç åðéëïãþí ãñáììÞò åíôïëÞò'' åßíáé Ü÷ñçóôç ÷ùñßò "
"óõíèçìáôéêü"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Ðáñáêáëþ ðñïóðáèÞóôå îáíÜ"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Ôá óõíèçìáôéêÜ åßíáé áíüìïéá"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -573,139 +582,143 @@ msgstr ""
"ÕðÜñ÷ïõí ïé áêüëïõèåò åðéëïãÝò.\n"
"Ìðïñåßôå íá ðñïóèÝóåôå êé Üëëåò Þ íá áëëÜîåôå ôéò õðÜñ÷ïõóåò."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "ÐñïóèÞêç"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Ïëïêëçñþèçêå"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Ôß ôýðïõ åðéëïãÞ èÝëåôå íá ðñïóèÝóåôå"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "¶ëëï ëåéôïõñãéêü (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "¶ëëï ëåéôïõñãéêü (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Image"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Read-write"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Ðßíáêáò"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "ÁíáóöáëÝò"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "ÅôéêÝôôá"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "ÅðéëïãÞ åî' ïñéóìïý"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Ïê"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Áöáßñåóç åðéëïãÞò"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Äåí åðéôñÝðåôáé Üäåéá åôéêÝôôá"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "ÁõôÞ ç åôéêåôôá ÷ñçóéìïðïéåßôáé Þäç"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "ÂñÞêá %s %s ðñïóáñìïãåßò"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "¸÷åôå áëëïí;"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "¸÷åôå êÜðïéïí ðñïóáñìïãÝá %s;"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "¼÷é"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Íáé"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "ÐñïâïëÞ ðëçñïöïñéþí õëéêïý"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "ÅãêáôÜóôáóç ïäçãïý ãéá %s êÜñôá %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(module %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Ðïéüí %s ïäçãü íá äïêéìÜóù;"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -722,20 +735,20 @@ msgstr ""
"ôï õëéêü óáò ãéá ôéò ðáñáìÝôñïõò ðïõ ÷ñåéÜæåôáé; Ç åîÝôáóç áõôÞ ßóùò\n"
"ðñïêáëÝóåé êüëëçìá ôïõ óõóôÞìáôïò, áëëÜ äåí èá ðñïêáëÝóåé âëÜâç."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Áõôüìáôç åîÝôáóç"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Ðñïóäéïñéóìüò ðáñáìÝôñùí"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Ìðïñåßôå ôþñá íá äþóåôå ðáñáìÝôñïõò ãéá ôïí ïäçãü %s"
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -746,11 +759,11 @@ msgstr ""
"Ïé ðáñÜìåôñïé Ý÷ïõí ôçí ìïñöÞ ``üíïìá=ôéìÞ üíïìá2=ôéìÞ2 ...''.\n"
"Ãéá ðáñÜäåéãìá, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "ÐáñÜìåôñïé ïäçãïý"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -835,7 +848,7 @@ msgstr "1 ëåðôü"
msgid "%d seconds"
msgstr "%d äåõôåñüëåðôá"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Äçìéïõñãßá"
@@ -843,7 +856,7 @@ msgstr "Äçìéïõñãßá"
msgid "Unmount"
msgstr "Áðïóýíäåóç"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "ÄéáãñáöÞ"
@@ -851,16 +864,16 @@ msgstr "ÄéáãñáöÞ"
msgid "Format"
msgstr "Ìïñöïðïßçóç"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "ÁëëáãÞ ìåãÝèïõò"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Ôýðïò"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Óçìåßï óýíäåóçò"
@@ -997,8 +1010,8 @@ msgid "Please make a backup of your data first"
msgstr "Ðáñáêáëþ êÜíôå ðñþôá Ýíá áíôßãñáöï áóöáëåßáò ôùí äåäïìÝíùí óáò"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "ÄéáâÜóôå ðñïóåêôéêÜ!"
@@ -1023,7 +1036,7 @@ msgstr "Ðñïóï÷Þ: ÁõôÞ ç äéáäéêáóßá åßíáé åðéêßíäõíç."
msgid "Error"
msgstr "ÓöÜëìá"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Óçìåßï óýíäåóçò: "
@@ -1134,35 +1147,35 @@ msgstr "Ôýðïò ðßíáêá êáôáôìÞóåùí: %s\n"
msgid "on bus %d id %d\n"
msgstr "óôï bus %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Óýíäåóç"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Åíåñãü"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "ÐñïóèÞêç óôï RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Áöáßñåóç áðü ôï RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Ôñïðïðïßçóç RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "×ñÞóç ãéá loopback"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "ÅðéëÝîôå ðñÜîç"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1174,7 +1187,7 @@ msgstr ""
"Åßôå ÷ñçóéìïðïéåßôå LILO êáé äåí èá äïõëÝøåé, åßôå äåí ÷ñçóéìïðïéåßôåLILO "
"êáé äåí ÷ñåéÜæåóôå ôï /boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1185,7 +1198,7 @@ msgstr ""
"äåí Ý÷åôå êáôÜôìçóç /boot.\n"
"Áí óêïðåýåôå íá ÷ñçóéìïðïéÞóåôå LILO, ðñïóèÝóôå ìßá êáôÜôìçóç /boot."
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1196,16 +1209,16 @@ msgstr ""
"êáôÜôìçóç /boot.\n"
"Öñïíôßóôå ëïéðüí íá ðñïóèÝóåôå ìéá êáôÜôìçóç /boot."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "×ñçóéìïðïéÞóôå ``%s'' óôç èÝóç ôïõ"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "ÊÜíôå ðñþôá ``Áðïóýíäåóç''"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1213,43 +1226,43 @@ msgstr ""
"ÌåôÜ ôçí áëëáãÞ ôýðïõ óôçí êáôÜôìçóç %s, üëá ôá äåäïìÝíá óå áõôÞí ôçí "
"êáôÜôìçóç èá ÷áèïýí"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Íá óõíå÷éóù;"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "¸îïäïò ÷ùñßò áðïèÞêåõóç"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "¸îïäïò ÷ùñßò áðïèÞêåõóç ôïõ ðßíáêá êáôáôìÞóåùí;"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "ÁëëáãÞ ôýðïõ êáôÜôìçóçò"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
msgstr "Ðïéü óýôçìá áñ÷åßùí ðñïôéìÜôå;"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
"Äåí ìðïñåßôå íá ÷ñçóéìïðïéÞóåôå ôï ReiserFS ãéá êáôáôìÞóåéò ìéêñüôåñåò áðü "
"32MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Ðïý èÝëåôå íá óõíäÝóåôå ôï áñ÷åßï loopback %s;"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Ðïý èÝëåôå íá óõíäÝóåôå ôçí óõóêåõÞ %s;"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1258,149 +1271,149 @@ msgstr ""
"÷ñçóéìïðïéåßôáé\n"
"ãéá loopback. ÁöáéñÝóôå ðñþôá ôï loopback"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"ÌåôÜ ôçí ìïñöïðïßçóç ôçò êáôÜôìçóçò %s, üëá ôá äåäïìÝíá óå áõôÞí ôçí "
"êáôÜôìçóç èá ÷áèïýí"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Ìïñöïðïßçóç"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Ìïñöïðïßçóç áñ÷åßïõ loopback %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Ìïñöïðïßçóç êáôÜôìçóçò %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "ÌåôÜ ôçí ìïñöïðïßçóç üëùí ôùí êáôáôìÞóåùí,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "üëá ôá äåäïìÝíá óå áõôÝò ôéò êáôáôìÞóåéò èá ÷áèïýí"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Ìåôáêßíçóç"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Óå ðïéüí äßóêï èÝëåôå íá ìåôáêéíçèåßôå;"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "ÔïìÝáò"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Óå ðïéüí ôïìÝá èÝëåôå íá ìåôáêéíçèåßôå;"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Ìåôáêßíçóç óå åîÝëéîç"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Ìåôáêßíçóç êáôÜôìçóçò óå åîÝëéîç..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Ï ðßíáêáò êáôáôìÞóåùí ôïõ äßóêïõ %s èá áðïèçêåõôåß óôïí äßóêï!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Áðáéôåßôáé åðáíåêêßíçóç ãéá íá åöáñìïóôïýí ïé áëëáãÝò"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Õðïëïãéóìüò fat filesystem bounds"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "ÌåôáâïëÞ ìåãÝèïõò"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
msgid "This partition is not resizeable"
msgstr "Áõôüò ï ôýðïò êáôÜôìçóçò äåí ìðïñåß í' áëëÜîåé ìÝãåèïò."
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr ""
"ÐñÝðåé íá ãßíåé áíôßãñáöï áóöáëåßáò üëùí ôùí äåäïìÝíùí óå áõôÞ ôçí êáôÜôìçóç"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"ÌåôÜ ôçí áëëáãÞ ìåãÝèïõò óôçí êáôÜôìçóç %s, üëá ôá äåäïìÝíá óå áõôÞí ôçí "
"êáôÜôìçóç èá ÷áèïýí"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "ÅðéëÝîôå ôï íÝï ìÝãåèïò"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Äçìéïõñãßá íÝáò êáôÜôìçóçò"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Áñ÷Þ óôïí ôïìÝá: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "ÌÝãåèïò óå MB"
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Ôýðïò óõóôÞìáôïò áñ÷åßùí: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Ðñïôßìçóç: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "ÁõôÞ ç êáôÜôìçóç äåí ìðïñåß íá ÷ñçóéìïðïéçèåß ãéá loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "¼íïìá áñ÷åßïõ loopback: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Ôï áñ÷åßï ÷ñçóéìðïðïéåßôáé Þäç, åðéëÝîôå Ýíá Üëëï"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Ôï áñ÷åßï õðÜñ÷åé Þäç. Íá ôï ÷ñçóéìïðïéÞóù;"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "ÅðéëÝîôå áñ÷åßï"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1408,11 +1421,11 @@ msgstr ""
"Ï åöåäñéêüò ðßíáêáò êáôáôìÞóåùí Ý÷åé äéáöïñåôéêü ìÝãåèïò\n"
"Íá óõíå÷ßóù;"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Ðñïåéäïðïßçóç"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1420,27 +1433,27 @@ msgstr ""
"ÅéóÜãåôå ìéá äéóêÝôôá óôïí ïäçãü äéóêÝôôáò\n"
"¼ëá ôá äåäïìÝíá óå áõôÞ ôç äéóêÝôôá èá ÷áèïýí"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "ÐñïóðÜèåéá äéÜóùóçò ðßíáêá êáôáôìÞóåùí"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "óõóêåõÞ"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "åðßðåäï"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "ìÝãåèïò chunk"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "ÅðéëÝîôå Ýíá õðÜñ÷ïí RAID óôï ïðïßï èá ãßíåé ç ðñïóèÞêç"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "íÝï"
@@ -2931,8 +2944,8 @@ msgstr "Ñýèìéóç õðçñåóéþí"
msgid "Configure printer"
msgstr "Ñýèìéóç åêôõðùôÞ"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Óõíèçìáôéêü root"
@@ -2960,7 +2973,7 @@ msgstr "ÄéóêÝôá áõôüìáôçò åãêáôÜóôáóçò"
msgid "Exit install"
msgstr "¸îïäïò"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "ÓöÜëìá êáôÜ ôçí áíÜãíùóç ôïõ áñ÷åßïõ $f"
@@ -3058,7 +3071,7 @@ msgstr "Óå ôé ôýðï êáôÜôìçóçò èÝëåôå íá áëëÜîåôå ìÝãåèïò;"
msgid "Computing Windows filesystem bounds"
msgstr "Õðïëïãéóìüò ïñßùí óõóôÞìáôïò áñ÷åßùí Windows"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3067,13 +3080,13 @@ msgstr ""
"Äåí ìðïñþ íá áëëÜîù ìÝãåèïò óôçí êáôÜôìçóç FAT, \n"
"ðñïêëÞèçêå ôï ðáñáêÜôù ëÜèïò: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Ç êáôÜôìçóç ôùí Windows åßíáé ðïëý êáôáêåñìáôéóìÝíç, ðáñáêáëþ ôñÝîôå ðñþôá "
"ôï ``defrag'' "
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3092,21 +3105,21 @@ msgstr ""
"ÌåôÜ èá ðñÝðåé íá êñáôÞóåôå áíôßãñáöï áóöáëåßáò ôùí äåäïìÝíùí óáò.\n"
"ÅÜí åßóôå óßãïõñïé, ðáôÞóôå Ok."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Ôé ÷þñï èÝëåôå íá êñáôÞóåôå ãéá ôá windows óôï"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "êáôÜôìçóç %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "ÁëëáãÞ ìåãÝèïõò FAT áðÝôõ÷å: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3114,39 +3127,39 @@ msgstr ""
"Äåí õðÜñ÷ïõí FAT êáôáôìÞóåéò ãéá áëëáãÞ ìåãÝèïõò Þ ãéá ÷ñÞóç ùò loopback (Þ "
"äåí õðÜñ÷åé áñêåôüò ÷þñïò)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "ÄéáãñáöÞ ïëüêëçñïõ ôïõ äßóêïõ"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Áöáßñåóç Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"¸÷åôå ðåñéóóüôåñïõò áðü Ýíáí äßóêïõò, óå ðïéüí èÝëåôå íá åãêáôáóôÞóåôå ôï "
"Linux;"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"¼ëåò ïé õðÜñ÷ïõóåò êáôáôìÞóåéò êáé ôá äåäïìÝíá ôïõò óôïí äßóêï %s èá ÷áèïýí"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Ãéá åéäéêïýò..."
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "×ñÞóç diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "×ñÞóç fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3155,28 +3168,28 @@ msgstr ""
"Ìðïñåßôå ôþñá íá êáôáôìÞóåôå ôïí äßóêï %s\n"
"¼ôáí ôåëåéþóåôå, ìçí îå÷Üóåôå íá áðïèçêåýóåôå ðáôþíôáò `w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
msgid "You don't have enough free space on your Windows partition"
msgstr "Äåí Ý÷åôå áñêåôü åëåýèåñï ÷þñï óôçí êáôÜôìçóç ôùí Windows"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
msgid "I can't find any room for installing"
msgstr "Äåí ìðïñþ íá âñþ áñêåôü ÷þñï ãéá åãêáôÜóôáóç"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Ôï DrakX âñÞêå ôéò ðáñáêÜôù ëýóåéò:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ç êáôÜôìçóç áðÝôõ÷å: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Åêêßíçóç äéêôýïõ"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "ÄéáêïðÞ ëåéôïõñãßáò äéêôýïõ."
@@ -3189,12 +3202,12 @@ msgstr ""
"ôïõ õëéêïý Þ áðü ôçí éóôïóåëßäá ôïõ êáôáóêåõáóôÞ (áí Ý÷åôå ðñüóâáóç óôï "
"Internet).Óõíå÷ßóôå ìå äéêéÜ óáò åõèýíç."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Äéðëü óçìåßï óýíäåóçò %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3206,12 +3219,12 @@ msgstr ""
"ÅëÝãîôå ôï CD-ROM óå Ýíá Üëëï óýóôçìá ÷ñçóéìïðïéþíôáò ôçí åíôïëÞ \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Êáëþò Þñèáôå óôï %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Äåí õðÜñ÷åé äéáèÝóéìïò ïäçãüò äéóêÝôôáò"
@@ -3291,7 +3304,7 @@ msgid "There was an error ordering packages:"
msgstr "ÐñïêëÞèçêå óöÜëìá êáôÜ ôçí ôáîéíüìçóç ôùí ðáêÝôùí:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Íá ÷ñçóéìïðïéÞóù ôéò õðÜñ÷ïõóåò ñõèìßóåéò ãéá ôá ×11;"
@@ -3963,94 +3976,94 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "ÅðéëÝîôå ôüðï áðü ôïí ïðïßï èá ãßíåé ç ëÞøç ðáêÝôùí"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Óýíäåóç ãéá ëÞøç ðáêÝôùí"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Ðáñáêáëþ åðéëÝîôå ôá ðáêÝôá ðïõ èÝëåôå íá åãêáôáóôÞóåôå"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "ÐïéÜ åßíáé ç æþíç þñáò;"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Ôï ñïëüé ôïõ õðïëïãéóôÞ óáò åßíáé ñõèìéóìÝíï óå GMT (þñá ÃêñÞíïõúôò);"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Ðïéü óýóôçìá åêôýðùóçò èÝëåôå íá ÷ñçóéìïðïéÞóåôå;"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "×ùñßò óõíèçìáôéêü"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "×ñÞóç áñ÷åßïõ shadow"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "×ñÞóç óõíèçìáôéêþí MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "×ñÞóç NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "yellow pages"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Áõôü ôï óõíèçìáôéêü åßíáé ðïëý áðëü (ðñÝðåé íá åßíáé ôïõëÜ÷éóôïí %d "
"÷áñáêôÞñåò ìáêñý)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Ðéóôïðïßçóç NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "Ðåñéï÷Þ (domain) NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "ÅîõðçñåôçôÞò NIS"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Áðïäï÷Þ ÷ñÞóôç"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "ÐñïóèÞêç ÷ñÞóôç"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(ôï %s Ý÷åé Þäç ðñïóôåèåß)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4060,49 +4073,49 @@ msgstr ""
"ÅéóÜãåôå ÷ñÞóôç\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Ðñáãìáôéêü üíïìá"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Êùäéêü üíïìá"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Öëïéüò (shell)"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Åéêïíßäéï"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Ôï óõíèçìáôéêü åßíáé ðïëý áðëü"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Ðáñáêáëþ åéóÜãåôå êùäéêü üíïìá"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Ôï êùäéêü üíïìá ìðïñåß íá ðåñéÝ÷åé ìüíï ðåæÜ ãñÜììáôá, áñéèìïýò, `-' êáé `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Áõôü ôï êùäéêü üíïìá õðÜñ÷åé Þäç"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -4129,19 +4142,19 @@ msgstr ""
"êÜíïíôáò åõêïëüôåñç ôçí åðáíáöïñÜ ôïõ óõóôÞìáôïò ìåôÜ áðü óïâáñÞ âëÜâç.\n"
"ÈÝëåôå íá äçìéïõñãÞóåôå äéóêÝôôá åêêßíçóçò;"
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Ðñþôïò ïäçãüò äéóêÝôáò"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Äåýôåñïò ïäçãüò äéóêÝôáò"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "ÐáñÜëåéøç"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4165,32 +4178,32 @@ msgstr ""
"êÜíïíôáò åõêïëüôåñç ôçí åðáíáöïñÜ ôïõ óõóôÞìáôïò ìåôÜ áðü óïâáñÞ âëÜâç.\n"
"ÈÝëåôå íá äçìéïõñãÞóåôå äéóêÝôôá åêêßíçóçò;"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "ËõðÜìáé, äåí õðÜñ÷åé äéáèÝóéìïò ïäçãüò äéóêÝôôáò"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "ÅðéëÝîôå ïäçãü äéóêÝôôáò ãéá äçìéïõñãßá äéóêÝôôáò åêêßíçóçò"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "ÅéóÜãåôå äéóêÝôôá óôïí ïäçãü %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Äçìéïõñãßá äßóêïõ åêêßíçóçò"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Ðñïåôïéìáóßá ðñïãñÜììáôïò åêêßíçóçò"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "ÈÝëåôå íá ÷ñçóéìïðïéÞóåôå ôï aboot;"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4199,82 +4212,82 @@ msgstr ""
"ðñïóðÜèåéá âåâéáóìÝíçò åãêáôÜóôáóçò, áêüìá êáé áí áõôü Ý÷åé óáí áðïôÝëåóìá "
"ôçí êáôáóôñïöÞ ôçò ðñþôçò êáôÜôìçóçò;"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Ç åãêáôÜóôáóç ôïõ ðñïãñÜììáôïò åêêßíçóçò áðÝôõ÷å. ÐñïêëÞèçêå ôï áêüëïõèï "
"óöÜëìá:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Êáëþò Þñèáôå óôïõò Crackers"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Öôù÷ü"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "×áìçëü"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "ÌÝôñéï"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Õøçëü"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Ðáñáíïúêü"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "ÄéÜöïñåò åñùôÞóåéò"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(ìðïñåß íá ðñïêáëÝóåé êáôáóôñïöÞ äåäïìÝíùí"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Íá ÷ñçóéìïðïéÞóù âåëôéóôïðïéÞóåéò óôïí óêëçñü äßóêï;"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "ÅðéëÝîôå åðßðåäï áóöáëåßáò"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "ÁêñéâÞò ðïóüôçôáò ìíÞìçò áí ÷ñåéÜæåôáé (Ý÷ù åíôïðßóåé %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Áõôüìáôç óýíäåóç áðïóðþìåíùí ìïíÜäùí áðïèÞêåõóçò"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Êáèáñéóìüò /tmp óå êÜèå åêêßíçóç"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Åíåñãïðïßçóç ðïëëáðëþí profiles"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Åíåñãïðïßçóç num lock êáôÜ ôçí åêêßíçóç"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "ÅéóÜãåôå ìÝãåèïò ìíÞìçò óå Mb"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Áäýíáôç ç ÷ñÞóç ôïõ supermount óå õøçëü åðßðåäï áóöáëåßáò"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4289,7 +4302,7 @@ msgstr ""
"ðåñéìÝíåôå\n"
"íá ÷ñçóéìïðïéÞóåôå ôï óýóôçìÜ óáò ãéá Üëëç ÷ñÞóç åêôüò áðü åîõðçñåôçôÞ."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4297,23 +4310,23 @@ msgstr ""
"Ðñïóï÷Þ, ç åíåñãïðïßçóç ôïõ numlock Ý÷åé óáí áðïôÝëåóìá ðïëëÜ ðëÞêôñá íá \n"
"äßíïõí øçößá áíôß ãéá ãñÜììáôá (ð.÷. ðáôþíôáò `p' ðáßñíåôå `6')"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"ÈÝëåôå íá äçìéïõñãÞóåôå ìéá äéóêÝôôá áõôüìáôçò åãêáôÜóôáóçò ãéá êëùíïðïßçóç "
"áõôÞò ôçò åãêáôÜóôáóçò;"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "ÅéóÜãåôå Üäåéá äéóêÝôôá óôïí ïäçãü %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Ðñïåôïéìáóßá äéóêÝôáò áõôüìáôçò åãêáôÜóôáóçò"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4323,7 +4336,7 @@ msgstr ""
"\n"
"ÈÝëåôå óßãïõñá íá åãêáôáëåßøåôå ôþñá;"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4387,10 +4400,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Ç åðéëïãÞ óáò; (åî' ïñéóìïý %s åéóÜãåôå `none' ãéá êáíÝíá) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "ÔóÝ÷éêï"
+msgid "Czech (QWERTZ)"
+msgstr "ÔóÝ÷éêï (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Ãåñìáíéêü"
@@ -4398,19 +4411,19 @@ msgstr "Ãåñìáíéêü"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Éóðáíéêü"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Öéíëáíäéêü"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Ãáëëéêü"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Íïñâçãéêü"
@@ -4418,15 +4431,15 @@ msgstr "Íïñâçãéêü"
msgid "Polish"
msgstr "Ðïëùíéêü"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Ñùóéêü"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "ÌåãÜëç Âñåôáííßá (UK)"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Ç.Ð.Á. (US)"
@@ -4474,151 +4487,167 @@ msgstr "Åëâåôéêü (ÃåñìáíéêÞ äéáñýèìéóç)"
msgid "Swiss (French layout)"
msgstr "Åëâåôéêü (ÃáëëéêÞ äéáñýèìéóç)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "ÔóÝ÷éêï (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Ãåñìáíéêü (÷ùñßò íåêñÜ ðëÞêôñá)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Äáíéêü"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (ÇÐÁ)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Íïñâçãéêü)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Åóèïíéêü"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Ãåùñãßá (\"Ñùóéêç\" äéáñýèìéóç)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Ãåùñãßá (\"ËáôéíéêÞ\" äéáñýèìéóç)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Åëëçíéêü"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Ïõããñéêü"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Êñïáôéêü"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "ÉóñáÞë"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "ÉóñáÞë (öùíçôéêü)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Éñáíéêü"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Éóëáíäéêü"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Éôáëéêü"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Éáðùíéêü 106 ðëÞêôñùí"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "ËáôéíéêÞò ÁìåñéêÞò"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Ïëëáíäéêü"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Ëéèïõáíéêü AZERTY (ðáëéü)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Ëéèïõáíéêü AZERTY (íÝï)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Ëéèïõáíéêü \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Ëéèïõáíéêü \"öùíçôéêü\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Ðïëùíéêü (äéáñýèìéóç qwerty)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Ðïëùíéêü (äéáñýèìéóç qwertz)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Ðïñôïãáëëéêü"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Êáíáäéêü (ÊåìðÝê)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Ñùóéêü (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Óïõçäéêü"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Óëïâåíßáò"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Óëïâáêßáò"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Óëïâáêßáò (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Óëïâáêßáò (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Thai"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Ôïõñêéêü (ðáñáäïóéáêü \"F\" ìïíôÝëï)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Ôïõñêéêü (ìïíôÝñíï \"Q\" ìïíôÝëï)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ïõêñáíéêü"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "US äéåèíÝò"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "ÂéåôíÜì \"numeric row\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Ãéïõãêïóëáâéêü (ëáôéíéêÞ äéáñýèìéóç)"
@@ -4634,9 +4663,10 @@ msgstr "Ôõðéêü"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Ãåíéêïý ôýðïõ"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4674,6 +4704,10 @@ msgstr "Ãåíéêïý ôýðïõ ìå 2 ðëÞêôñá"
msgid "Generic 3 Button Mouse"
msgstr "Ãåíéêïý ôýðïõ ìå 3 ðëÞêôñá"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -4730,24 +4764,24 @@ msgstr "Åðüìåíï -»"
msgid "Is this correct?"
msgstr "Óùóôü;"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Ñõèìßóåéò Äéáäéêôýïõ (Internet)"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "ÈÝëåôå íá äïêéìÜóåôå íá óõíäåèåßôå óôï Äéáäßêôõï ôþñá;"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
msgstr "ÄïêéìÞ óýíäåóçò... "
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "ÁõôÞ ôç óôéãìÞ äåí åßóôå óõíäåäåìÝíïé óôï Äéáäßêôõï."
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -4757,11 +4791,13 @@ msgstr ""
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Ñõèìßóåéò ISDN"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -4769,115 +4805,115 @@ msgstr ""
"ÅðéëÝîôå ôïí ðáñï÷Ýá óáò\n"
" ÅÜí äåí åßíáé óôïí êáôÜëïãï, åðéëÝîôå Unlisted"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Ñõèìßóåéò óëõíäåóçò"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Ðáñáêáëþ åëÝãîôå Þ óõìðëçñþóôå ôï ðáñáêÜôù ðåäßï"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ êÜñôáò"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "DMA êÜñôáò"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "IO êÜñôáò"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "IO_0 êÜñôáò"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "IO_1 êÜñôáò"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Ðñïóùðéêüò áñéèìüò ôçëåöþíïõ"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "¼íïìá ðáñï÷Ýá (ð.÷. provider.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Áñéèìüò ôçëåöþíïõ ðáñï÷Ýá"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "DNS 1"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "DNS 2"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Ôñüðïò êëÞóçò"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "'Ïíïìá ëïãáñéáìïý (user name)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Óõíèçìáôéêü ëïãáñéáóìïý"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Åðéâåâáßùóç óõíèçìáôéêïý"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Åõñþðç"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Åõñþðç (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Õðüëïéðïò êüóìïò"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Õðüëïéðïò êüóìïò - ÷ùñßò D-Channel (ìéóèùìÝíåò ãñáììÝò)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Ðïéü ðñùôüêïëëï èÝëåôå íá ÷ñçóéìïðïéÞóåôå;"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Äåí îÝñù"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Ôß êÜñôá Ý÷åôå;"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "ÓõíÝ÷åéá"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Áêýñùóç"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4889,15 +4925,15 @@ msgstr ""
"\n"
"ÅÜí Ý÷åôå PCMCIA êÜñôá, ðñÝðåé íá îÝñåôå ôï irq êáé ôï io ôçò êÜñôáò óáò.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "ÐïéÜ åßíáé ç ISDN êÜñôá óáò;"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Åíôïðßóôçêå êÜñôá ISDN:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -4905,11 +4941,11 @@ msgstr ""
"Åíôüðéóá ìéá ISDN êÜñôá, áëëÜ äåí îÝñù ôïí ôýðï ôçò. Ðáñáêáëþ åðéëÝîôå ìéá "
"êÜñôá PCI áðü ôçí ðáñáêÜôù ïèüíç."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Äåí âñÝèçêå êÜñôá ISDN. Ðáñáêáëþ åðéëÝîôå ìéá áðü ôçí ðáñáêÜôù ïèüíç."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
@@ -4917,23 +4953,26 @@ msgstr ""
"Äåí âñÝèçêå ðñïóáñìïãÝáò äéêôýïõ Ethernet óôï óýóôçìÜ óáò.\n"
"Äåí ìðïñþ íá ñõèìßóù áõôïý ôïõ ôýðïõ ôçí óýíäåóç."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "ÅðéëÝîôå óõóêåõÞ äéêôýïõ"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Ðáñáêáëþ åðéëÝîôå ðïéÜ óõóêåõÞ äéêôýïõ èÝëåôå íá ÷ñçóéìïðïéÞóåôå ãéá ôçí "
"óýíäåóç óôï Äéáäßêôõï"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "ÓõóêåõÞ äéêôýïõ"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
@@ -4941,71 +4980,71 @@ msgstr ""
"\n"
"Óõìöùíåßôå;"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid "I'm about to restart the network device:\n"
msgstr "Èá åðáíåêêéíÞóù ôçí ðáñáêÜôù óõóêåõÞ äéêôýïõ:\n"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Ñõèìßóåéò ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "ÈÝëåôå íá óõíäÝåóôå êáôÜ ôçí åêêßíçóç;"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Íá øÜîù ãéá modem?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Óå ðïéÜ óåéñéáêÞ ðüñôá åßíáé óõíäåäåìÝíï ôï modem óáò;"
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "ÅðéëïãÝò dialup"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "¼íïìá óýíäåóçò"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Áñéèìüò ôçëåöþíïõ"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Login ID"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Ðéóôïðïßçóç ôáõôüôçôáò"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "×ñÞóç script"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "×ñÞóç ôåñìáôéêïý"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "¼íïìá äéêôýïõ"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Ðñþôïò åîõðçñåôçôÞò DNS"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Äåýôåñïò åîõðçñåôçôÞò DNS"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5013,7 +5052,8 @@ msgstr ""
"\n"
"Ìðïñåßôå íá óõíäåèåßôå óôï Äéáäßêôõï Þ íá åðáíáñõèìßóåôå ôçí óýíäåóÞ óáò."
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5021,11 +5061,11 @@ msgstr ""
"\n"
"Ìðïñåßôå íá åðáíáñõèìßóåôå ôçí óýíäåóÞ óáò."
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid "You are not currently connected to Internet."
msgstr "ÁõôÞ ôç óôéãìÞ äåí åßóôå óõíäåäåìÝíïé óôï Äéáäßêôõï."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5033,94 +5073,97 @@ msgstr ""
"\n"
"Ìðïñåßôå íá áðïóõíäåèåßôå Þ íá åðáíáñõèìßóåôå ôçí óýíäåóÞ óáò."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid "You are currently connected to internet."
msgstr "ÁõôÞ ôç óôéãìÞ åßóôå óõíäåäåìÝíïé óôï Äéáäßêôõï."
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr "Óýíäåóç óôï äéáäßêôõï (internet)"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr "Áðïóýíäåóç áðü ôï äéáäßêôõï (internet)"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
msgid "Configure network connection (LAN or Internet)"
msgstr "Ñýèìéóç óýíäåóçò óôï äßêôõï (ôïðéêü Þ Äéáäßêôõï)"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Óýíäåóç êáé ñýèìéóç Äéáäéêôýïõ (internet)"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr "Èá åðáíåêêéíÞóù ôçí óõóêåõÞ äéêôýïõ $netc->{NET_DEVICE}. Óõìöùíåßôå;"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
msgstr "Ñýèìéóç áðëÞò óýíäåóçò ìå modem"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
msgstr "Ñýèìéóç óýíäåóçò ISDN"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "ÅóùôåñéêÞ êÜñôá ISDN"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Åîùôåñéêü ISDN modem"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Óýíäåóç óôï Äéáäßêôõï"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Ôß åßäïõò åßíáé ç ISDN óýíäåóÞ óáò;"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
msgstr "Ñýèìéóç óýíäåóçò DSL (Þ ADSL)"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Ãáëëßá"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "¶ëëåò ÷þñåò"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "Óå ðïéÜ ÷þñá âñßóêåóôå;"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel modem"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI modem"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr "ÅÜí ôï adsl modem óáò åßíáé alcatel, åðéëÝîôå Alcatel. Áëëéþò, ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "÷ñÞóç pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "ìç ÷ñÞóç pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5130,11 +5173,11 @@ msgstr ""
"ÏñéóìÝíåò üìùò óõíäÝóåéò ÷ñçóéìïðïéïýí ìüíï dhcp.\n"
"ÅÜí äåí îÝñåôå, åðéëÝîôå pppoe"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
msgstr "Ñýèìéóç êáëùäéáêÞò óýíäåóçò"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5142,31 +5185,31 @@ msgstr ""
"Ðïéüí ðåëÜôç dhcp èÝëåôå íá ÷ñçóéìïðïéÞóåôå;\n"
"Ç ðñïåðéëïãÞ åßíáé dhcpd"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
msgid "Disable Internet Connection"
msgstr "Áðåíåñãïðïßçóç óýíäåóçò óôï äéáäßêôõï"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Ñýèìéóç ôïðéêïý äéêôýïõ"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
msgid "Network configuration"
msgstr "Ñõèìßóåéò äéêôýïõ"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
msgid "Do you want to restart the network"
msgstr "ÈÝëåôå íá åðáíåêêéíÞóåôå ôï äßêôõï;"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Áðåíåñãïðïßçóç äéêôýïõ"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
msgid "Configure the Internet connection / Configure local Network"
msgstr "Ñýèìéóç óýíäåóçò óôï äéáäßêôõï / Ñýèìéóç ôïðéêïý äéêôýïõ"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5174,15 +5217,15 @@ msgstr ""
"Ç ôïðéêÞ äéêôýùóç åßíáé Þäç ñõèìéóìÝíç. \n"
"ÈÝëåôå íá:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Ðþò èÝëåôå íá óõíäåèåßôå óôï Äéáäßêôõï;"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Ñõèìßóåéò äéêôýïõ"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5267,6 +5310,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "Ç IP äéåýèõíóç ðñÝðåé íá åßíáé óå ìïñöÞ 1.2.3.4"
@@ -5396,7 +5440,7 @@ msgstr "Ôïðéêüò åêôõðùôÞò"
msgid "Remote printer"
msgstr "ÁðïìåìáêñõóìÝíïò åêôõðùôÞò"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "ÁðïìåìáêñõóìÝíïò åîõðçñåôçôÞò CUPS"
@@ -5549,7 +5593,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "¼íïìá åêôõðùôÞ"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Èýñá"
@@ -5689,12 +5733,12 @@ msgstr "Åêêßíçóç CUPS"
msgid "Reading CUPS drivers database..."
msgstr "ÁíÜãíùóç âÜóçò ïäçãþí CUPS"
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Ôñüðïò óýíäåóçò åêôõðùôÞ"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Ðþò åßíáé óõíäåäåìÝíïò ï åêôõðùôÞò óáò;"
@@ -5712,11 +5756,33 @@ msgstr ""
"åäþ. Ïé åêôõðùôÝò èá áíáãíùñéóôïýí áõôüìáôá. Áí Ý÷åôå áìöéâïëßá, åðéëÝîôå\n"
"\"ÅîõðçñåôçôÞ CUPS\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Ìå ôçí ÷ñÞóç åîõðçñåôçôÞ CUPS, äåí ÷ñåéÜæåôáé íá ñõèìßóåôå åêôõðùôÝò \n"
+"åäþ. Ïé åêôõðùôÝò èá áíáãíùñéóôïýí áõôüìáôá. Áí Ý÷åôå áìöéâïëßá, åðéëÝîôå\n"
+"\"ÅîõðçñåôçôÞ CUPS\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP äéåýèõíóç SMB åîõðçñåôçôÞ:"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "ÄéáãñáöÞ ïõñÜò"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5728,19 +5794,19 @@ msgstr ""
"ïñéóôïýí Üëëåò ðáñÜìåôñïé üðùò ðåñéãñáöÞ Þ ç ôïðïèåóßá. Ôé üíïìá íá \n"
"ïñßóù ãé áõôüí ôïí åêôõðùôÞ êáé ðþò åßíáé óõíäåäåìÝíïò ï åêôõðùôçò;"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "¼íïìá åêôõðùôÞ"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "ÐåñéãñáöÞ"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Ôïðïèåóßá"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5751,15 +5817,15 @@ msgstr ""
"Ýíá üíïìá (óõ÷íÜ lp) êáé Ýíáí êáôÜëïãï. Ôé üíïìá êáé êáôÜëïãï íá \n"
"ïñßóù ãé áõôÞí ôçí ïõñÜ åêôõðùôÞ êáé ðþò åßíáé óõíäåäåìÝíïò ï åêôõðùôçò;"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "¼íïìá ïõñÜò"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "ÊáôÜëïãïò"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Ôñüðïò óýíäåóçò åêôõðùôÞ"
@@ -6712,6 +6778,12 @@ msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, êëð"
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr "Åñãáëåßá ãéá áëëçëïãñáößá, íÝá, web, ìåôáöïñÜ áñ÷åßùí êáé óõíïìéëßá"
+#~ msgid "Czech"
+#~ msgstr "ÔóÝ÷éêï"
+
+#~ msgid "Slovakian"
+#~ msgstr "Óëïâáêßáò"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "Äåí ìðïñþ íá åãêáôáóôÞóù ôï ipchains RPM ìå ôï urpmi."
@@ -7138,9 +7210,6 @@ msgstr "Åñãáëåßá ãéá áëëçëïãñáößá, íÝá, web, ìåôáöïñÜ áñ÷åßùí êáé óõíïìéëßá"
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Apple USB Mouse (3 Þ ðåñéóóüôåñá ðëÞêôñá)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Ãåíéêïý ôýðïõ"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
diff --git a/perl-install/share/po/eo.po b/perl-install/share/po/eo.po
index 1442092fb..05a657dc2 100644
--- a/perl-install/share/po/eo.po
+++ b/perl-install/share/po/eo.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
-"PO-Revision-Date: 2000-09-25 22:18-0500\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
+"PO-Revision-Date: 2000-10-24 16:18-0500\n"
"Last-Translator: D. Dale Gulledge <dsplat@rochester.rr.com>\n"
"Language-Team: Esperanto <eo@li.org>\n"
"MIME-Version: 1.0\n"
@@ -87,23 +87,23 @@ msgstr "XFree %s kun EKSPERIMENTA 3D aparata akcelado"
msgid "XFree configuration"
msgstr "XFree Konfigurado"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Elektu memorkapaciton de via grafika karto"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Elektu opciojn por servilo"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Elektu ekranon"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Ekrano"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -125,39 +125,39 @@ msgstr ""
"sinkronamplekson kiu estas preter la kapabloj de via ekrano: vi eble\n"
"difektus vian ekranon. Se vi dubas, elektu zorgeman opcion."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Horizontala sinkronrapido (horizontal sync rate)"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Vertikala refreþigrapido (vertical refresh rate)"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Ekrano ne estas konfigurata"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Grafika karto ne jam konfigurita"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Vi ne jam elektas distingivojn"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Æu vi deziras provi la konfigura¼on?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Averto: provado de æi tiu grafika karto eble svenigos vian komputilon"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Provu konfigura¼on"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -165,146 +165,146 @@ msgstr ""
"\n"
"penu þanøi iom da parametroj"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Eraro okazis:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Mi eliros post %d sekundoj"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Æu tio æi pravas?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Eraro okazis, penu þanøi iom da parametroj"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Distingivo"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Elektu distingivon kaj kolorprofundon"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Grafika karto: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 servilo: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Montru tuton"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Distingivoj"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Klavara aranøo: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Speco de muso: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Musaparato: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Ekrano: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Ekrana horizontala sinkronrapido (horizontal sync rate): %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Ekrana vertikala refreþigrapido (vertical refresh rate): %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafika karto: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Graifka memoro: %s KB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Kolorprofuneco: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Distingivo: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 servilo: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 pelilo: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Preparas X-Fenestran konfigura¼on"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Þanøu Ekranon"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Þanøu Grafika karto"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Þanøu Servilajn opciojn"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Þanøu distingivon"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Montru informon"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Provu denove"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Æesu"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Kion vi deziras fari?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -317,21 +317,21 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Bonvolu resaluti en %s-n por aktivigi la þanøojn."
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
"Bonvole adiaýu kaj sekve uzu Kontrol-Alt-Retropaþo (Ctrl-Alt-Backspace)."
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X Fenestro æe komenco"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -339,11 +339,11 @@ msgstr ""
"Mi povas konfiguri vian komputilon tiel ke øi aýtomate lanæos X kiam øi\n"
"ekfunkcias. Æu vi deziras ke X aýtomate lanæos?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Aýtomata-enregistrado"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -351,11 +351,11 @@ msgstr ""
"Mi povas konfiguri vian komputilon por aýtomate enregistri unu uzulon kiam\n"
"øi startas. Se vi ne deziras uzi æi tion, alklaku la `Nuligu' butonon."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Elektu la defaýltan uzulon:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Elektu la fenestro-administrilon por lanæi:"
@@ -458,105 +458,114 @@ msgstr "Ekrano kiu povas fari 1600x1200 æe 70 hercoj (Hz)"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Ekrano kiu povas fari 1600x1200 æe 76 hercoj (Hz)"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Unua sektoro de starta subdisko"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Unu sektoro de drajvo (ÆefStartRikordo)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "SILO Instalado"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Kie vi deziras instali la startþargilon?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/grub Instalado"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Neniu"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Kiu(j)n startþargilo(j)n vi deziras uzi?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Startþargila instalado"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Starta aparato"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ne funkcias kun malnovaj BIOSoj)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Kompakta"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "kompakta"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Grafika reøimo"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Prokrastoperiodo antaý starti defaýltan sistemon"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Pasvorto"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Pasvorto (denove)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Limigu komandliniajn opciojn"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "limigu"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Startþargilo æefaj opcioj"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Opcio ``Limigu komandliniajn opciojn'' ne estas utila sen pasvorto"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Bonvole provu denove"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "La pasvortoj ne egalas"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -564,139 +573,143 @@ msgstr ""
"Jen la diversaj enskriboj.\n"
"Vi povas aldoni pli aý þanøi la ekzistantajn."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Aldonu"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Finata"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Kiun specon de enskribo vi deziras aldoni"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linukso"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Alia Mastruma Sistemo (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Alia Mastruma Sistemo (Vindozo...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Kerna bildo"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Radiko"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Alfiksu"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Lega-skriba"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Tabelo"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Danøera"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Etikedo"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Defaýlta"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Jeso"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Forigu enskribon"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Malplena etikedo ne estas permesata"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Æi tiu etikedo estas jam uzata"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Trovis %s %s interfacojn"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Æu vi havas alian?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Æu vi havas iun %s interfacon?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Jes"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Vidu hardvaran informon"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instalas pelilon por %s karto %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(modulo %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Kiun %s pelilon devus mi provi?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -713,20 +726,20 @@ msgstr ""
"por la informo øi bezonas? Kelkfoje, esplori svenas komputilon, sed\n"
"øi ne devus kaýzi difekton."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Aýtomate esploru"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Specifu opciojn"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Nun vi povas provizi øiajn opciojn al modulo %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -737,11 +750,11 @@ msgstr ""
"Opcioj estas en la formo ``nomo=valoro nomo2=valoro2 ...''.\n"
"Ekzemple, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Modulaj opcioj:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -751,7 +764,7 @@ msgstr ""
"Æu vi deziras trovi denove kun aliaj parametroj?"
#: ../../bootloader.pm_.c:234
-#, fuzzy, c-format
+#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
"\n"
@@ -761,10 +774,8 @@ msgid ""
msgstr ""
"Bonvenon al %s, la mastruma sistema elektilo!\n"
"\n"
-"Por listigi la eblajn elektajxojn, premu <Tabo>.\n"
-"\n"
-"Por sxargi unu el ili, tajpu gxian nomon kaj premu <Enigu> aux atendu\n"
-"dum %d sekundoj por defauxlta sistemo.\n"
+"Elektu mastruman sistemon de la supra listo aý\n"
+"atendu dum %d sekundoj por defaýlta starto.\n"
"\n"
#: ../../bootloader.pm_.c:596
@@ -818,7 +829,7 @@ msgstr "1 minuto"
msgid "%d seconds"
msgstr "%d sekundoj"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Kreu"
@@ -826,7 +837,7 @@ msgstr "Kreu"
msgid "Unmount"
msgstr "Malmuntu"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Forigu"
@@ -834,16 +845,16 @@ msgstr "Forigu"
msgid "Format"
msgstr "Formatu"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Regrandecigu"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Tipo"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Surmetingo"
@@ -980,8 +991,8 @@ msgid "Please make a backup of your data first"
msgstr "Bonvolu fari rezervan kopion de via dateno antaýe"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Legu zorge"
@@ -1006,7 +1017,7 @@ msgstr "Zorgu: æi tiu operacio estas danøera."
msgid "Error"
msgstr "Eraro"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Surmetingo: "
@@ -1117,35 +1128,35 @@ msgstr "Subdiskotabelospeco: %s\n"
msgid "on bus %d id %d\n"
msgstr "æe buso %d identiga¼o %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Muntu"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktiva"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Aldonu al RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Forigu de RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Þanøu RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Uzu por retrokonektado"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Elektu agon"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1157,7 +1168,7 @@ msgstr ""
"Aý vi uzos LILO kaj øi ne funkcios, aý vi ne uzos LILO kaj vi ne bezonas\n"
"/boot."
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1169,7 +1180,7 @@ msgstr ""
"subdiskon. Se vi intencas uzi la LILO startadministranto, zorgu aldoni\n"
"/boot subdiskon."
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1179,16 +1190,16 @@ msgstr ""
"Neniu startþargilo povas trakti tiun sen /boot subdisko.\n"
"Do zorgu aldoni /boot subdiskon."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Uzu ``%s'' anstataýe"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Uzu ``Malmuntu'' antaýe"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1197,42 +1208,41 @@ msgstr ""
"estos\n"
"perdata"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Æu mi devus daýri malgraýe?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Æu eliru sen konservi"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Æu eliru sen skribi la subdisktabelon?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Þanøu subdiskspecon"
-#: ../../diskdrake.pm_.c:471
-#, fuzzy
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
-msgstr "Kiun printsistemo vi deziras uzi?"
+msgstr "Kiun dosierosistemo vi deziras uzi?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Vi ne povas uzi ReiserFS por subdisko pli malgranda ol 32MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kie vi deziras munti retrokonektan dosieron %s?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Kie vi deziras munti aparato %s?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1240,149 +1250,148 @@ msgstr ""
"Ne povas malfiksi surmetingon æar æi tiu subdisko estas uzata por\n"
"retrokonektado. Unue forigu la retrokonektadon."
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Post vi formatas la subdiskon %s, æiuj datenoj en æi tiu subdisko estos\n"
"perdata"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formatas"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatas retrokonektan dosieron %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Formatas subdiskon %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Post formatado de æiuj subdisko,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "æiuj datenoj sur tiuj subdisko estos perdata"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Movu"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Al kiu disko vi deziras movi?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektoro"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Al kiu sektoro vi deziras movi?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Movante"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Movas subdisko..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "La subdisktabelo de drajvo %s estos skribata al disko!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Vi bezonos restarti antaý ol la þanøo povas efektiviøi"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Kalkulas FAT dosiersistemajn limojn"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Regrandecigas"
-#: ../../diskdrake.pm_.c:592
-#, fuzzy
+#: ../../diskdrake.pm_.c:600
msgid "This partition is not resizeable"
-msgstr "Kiun subdiskon vi deziras regrandecigi?"
+msgstr "Æi tiu subdisko ne estas regrandecigebla"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Æiuj datenoj en æi tiu subdisko devus esti rezervata"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Post vi regrandecigas subdiskon %s, æiuj datenoj en æi tiu subdisko estos\n"
"perdata"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Elektu la novan grandecon"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Kreu novan subdiskon"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Komenca sektoro: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Grandeco en MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Speco de dosiersistemo: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Prefero: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Vi ne povas uzi æi tiun subdiskon por retrokonektado"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Retrokonektado"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Retrokonekta dosieronomo: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Alia retrokonektado jam uzas tiun dosieron, elektu alian"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Dosiero jam ekzistas. Æu vi deziras uzi øin?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Elektu dosieron"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1390,11 +1399,11 @@ msgstr ""
"La rezerva subdisktabelo ne estas la sama grandeco\n"
"Æu daýras tamen?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Averto"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1402,29 +1411,29 @@ msgstr ""
"Enþovu disketon en drajvo\n"
"Æiuj datenoj sur tiu disketo estos perdata"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Provas savi subdisktabelon"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "aparato"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "nivelo"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "grandeco de pecoj"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr ""
"Elektu ekzistantan RAID (Redundanca Aro de Malmultekostaj Diskoj) por\n"
"aldoni al"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "nova"
@@ -1488,10 +1497,10 @@ msgid "You don't have any partitions!"
msgstr "Vi ne havas iujn ajn subdiskojn!"
#: ../../help.pm_.c:9
-#, fuzzy
msgid ""
"Please choose your preferred language for installation and system usage."
-msgstr "Elektu preferatan lingvon por instalado kaj sistema uzado."
+msgstr ""
+"Bonvole elektu vian preferatan lingvon por instalado kaj sistema uzado."
#: ../../help.pm_.c:12
msgid ""
@@ -1586,7 +1595,6 @@ msgstr ""
" Sed bonvolege, NE ELEKTU ÆI TION KROM SE VI SCIAS KION VI FARAS!"
#: ../../help.pm_.c:68
-#, fuzzy
msgid ""
"You must now define your machine usage. Choices are:\n"
"\n"
@@ -1609,25 +1617,23 @@ msgid ""
"\t server and so on. As such, do not expect any gimmicks (KDE, GNOME, etc.) "
"to be installed."
msgstr ""
-"Vi povas elekti la uzadon por via komputilo se vi elektis aý \"Akomodata\" "
-"aý\n"
-"\"Sperulo\" kiel la instalada speco. Jen la elektoj:\n"
+"Nun vi devas elekti la uzadon por via komputilo. Jen la elektoj:\n"
+"\n"
+"\t* Laborstacio: æi tio estas la ideala opcio se vi intencas uzi vian\n"
+"\t komputilon æefe por æiutaga uzado æe la oficejo aý hejme.\n"
"\n"
-" - Normala: elektu æi tion se vi intencas uzi vian komputilon æefe por\n"
-" æiutaga uzado (oficeja laboro, grafika manipulado, ktp). Ne atendu "
-"havi\n"
-" kompililojn, programilojn, ktp.\n"
"\n"
-" - Programisto: kiel øia nomo diras. Elektu æi tion se vi intencas uzi "
-"vian\n"
-" komputilon æefe por programado. Vi havos plenan aron de programiloj "
-"por\n"
-" kompili, erarseræi, formati programfontojn, kaj krei programpaka¼ojn.\n"
+"\t* Programado: se vi intencas uzi vian komputilon æefe por programado,\n"
+"\t æi tio estas bona opcio. Vi havos plenan aron de programiloj por\n"
+"\t kompili, erarseræi, formati programfontojn, kaj krei\n"
+"\t programpaka¼ojn.\n"
"\n"
-" - Servilo: elektu æi tion se vi uzos la komputilon kiel servilo (aý\n"
-" dosierservilo (NFS, SMB), printservilo (lp, SMB), aýtentikada servilo\n"
-" (NIS), aý datumbaza servilo, ktp. Kiel tia, ne atendu umojn (KDE,\n"
-" GNOME...).\n"
+"\n"
+"\t* Servilo: se vi intencas uzi æi tiun komputilon kiel servilo, æi tio\n"
+"\t estas bona opcio. Aý dosierservilo (NFS aý SMB), printservilo\n"
+"\t (Uniksa stilo aý Mikrosofta Vindoza stilo), aýtentikada servilo\n"
+"\t (NIS), aý datumbaza servilo, ktp. Kiel tia, ne atendu umojn (KDE,\n"
+"\t GNOME, ktp.) estas instalotaj."
#: ../../help.pm_.c:84
#, fuzzy
@@ -2053,13 +2059,12 @@ msgid ""
msgstr ""
#: ../../help.pm_.c:376
-#, fuzzy
msgid ""
"Please select the correct port. For example, the COM1\n"
"port under MS Windows is named ttyS0 under GNU/Linux."
msgstr ""
-"Bonvolu elekti la øustan pordon. Ekzemple, la COM1-a pordo sub MS Vindozo\n"
-"estas nomata ttyS0 sub GNU/Linukso."
+"Bonvolu elekti la øustan pordon. Ekzemple, la COM1-a\n"
+"pordo sub MS Vindozo estas nomata ttyS0 sub GNU/Linukso."
#: ../../help.pm_.c:380
msgid ""
@@ -2820,8 +2825,8 @@ msgstr "Konfiguru servojn"
msgid "Configure printer"
msgstr "Konfiguru printilon"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Difinu pasvorton de root"
@@ -2849,7 +2854,7 @@ msgstr "Aýtoinstala disketo"
msgid "Exit install"
msgstr "Eliru instalprogramon"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Eraro dum legi dosiero $f"
@@ -2864,7 +2869,7 @@ msgstr "Bonvole, provu la muson"
#: ../../install_gtk.pm_.c:428
msgid "MOVE YOUR WHEEL!"
-msgstr ""
+msgstr "MOVU VIAN RADON!"
#: ../../install_interactive.pm_.c:23
#, c-format
@@ -2949,7 +2954,7 @@ msgstr "Kiun subdiskon vi deziras regrandecigi?"
msgid "Computing Windows filesystem bounds"
msgstr "Kalkulas Vindozajn dosiersistemajn limojn"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -2958,12 +2963,12 @@ msgstr ""
"La regrandecigilo por la FAT (Dosiero-Atingo-Tablo) ne povas trakti\n"
"vian subdiskon, la sekvanta eraro okazis: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Via Vindoza subdisko estas tro fragmentigata, bonvole uzu ``defrag'' antaýe"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -2983,21 +2988,21 @@ msgstr ""
"instaladon. Ankaý vi devus fari rezervan kopion de via dateno.\n"
"Kiam vi estas certa, klaku \"Jeso\"."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Kiun grandecon vi deziras teni por Vindozo?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "subdisko: %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Regrandeciøo de FAT malsukcesis: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3005,37 +3010,37 @@ msgstr ""
"Ne ekzistas FAT-ajn (Dosiero-Atingo-Tablo) subdiskojn por regrandecigi\n"
"aý uzi kiel retrokonektaj subdiskoj (aý ne estas sufiæa da spaco)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Forviþu la tutan diskon"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Forigu Vindozon"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Vi havas pli ol unu fiksdisko, sur kiu vi deziras instali Linukson?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"Æiuj ekzistantaj subdiskoj kaj iliaj datenoj estos perdata sur drajvo %s"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Spertula modalo"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Uzu diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Uzu fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3044,30 +3049,30 @@ msgstr ""
"Nun vi povas dispartigi %s.\n"
"Kiam vi finiøos, ne forgesu savi kun `w'."
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Uzu la liberan spacon sur la Vindoza subdisko"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Mi ne povas aldoni plu da subdiskoj"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "La Dispartigsoræilo de DrakX trovis æi tiujn solvojn:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Dispartigado malsukcesis: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Startado de la reto"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Haltas de la reto"
@@ -3079,12 +3084,12 @@ msgstr ""
"Eraro okazis, sed mi ne scias kiel trakti øin bone.\n"
"Daýri je via propra risko."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Duobla surmetingo %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3096,12 +3101,12 @@ msgstr ""
"Kontrolu la KDROM sur instalata komputilo per\n"
"\"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Bonvenon al %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Neniu disketilo havebla"
@@ -3181,7 +3186,7 @@ msgid "There was an error ordering packages:"
msgstr "Estis eraro ordigi paka¼ojn:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Uzu ekzistantan konfiguron de X11 (X-fenestroj)?"
@@ -3405,7 +3410,7 @@ msgstr "Bonvole, elektu lingvon por uzi."
#: ../../install_steps_interactive.pm_.c:70
msgid "License agreement"
-msgstr ""
+msgstr "Licenca kontrakto"
#: ../../install_steps_interactive.pm_.c:71
msgid ""
@@ -3597,7 +3602,7 @@ msgstr ""
#: ../../install_steps_interactive.pm_.c:216
msgid "Update"
-msgstr ""
+msgstr "Øisdatigu"
#: ../../install_steps_interactive.pm_.c:222
msgid "Workstation"
@@ -3854,93 +3859,93 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Elektu spegulon de kiu havigi la paka¼ojn"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Kontaktu la spegulon por havigi la liston de havebla paka¼oj"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Bonvole, elektu la paka¼ojn kiujn vi deziras instali."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "kio estas vian horzonon?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Æu via hardvara horloøo estas øustigata en GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Kiun printsistemo vi deziras uzi?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Neniu pasvorto"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Uzu ombran dosieron"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "ombro"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Uzu MD5-ajn pasvortojn"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Uzu NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "flavaj paøoj"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Æi tiu pasvorto ests tro simpla (øi devas esti almenaý %d signoj longa)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Aýtentikigado NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS Domajno"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS Servilo"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Akceptu uzanto"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Aldonu uzanto"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(jam aldonis %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3950,48 +3955,48 @@ msgstr ""
"Enigu uzanton\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Vera nomo"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Salutnomo"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Þelo"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Piktogramo"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Æi tiu pasvorto estas tro simpla"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Bonvole donu salutnomon"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Salutnomo devas enhavi nur minusklojn, ciferojn, `-' kaj `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Æi tiu salutnomo estas jam aldonita"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -4019,19 +4024,19 @@ msgstr ""
"Se vi deziras krei startdisketon por via sistemo, enþovu disketon en la\n"
"unua drajvo kaj klaku \"JES\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Unua disketa drajvo"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Dua disketa drajvo"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Ellasu"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4052,32 +4057,32 @@ msgstr ""
"esti uzata kun la Mandrejka savdisko, kiu plifaciligas resaniøi de severaj\n"
"sistemaj paneoj. Æu vi deziras krei startdisketo por via sistemo?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Bedaýrinde, neniu disketdrajvo havebla"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Elektu la disketdrajvo vi deziras uzi por krei la startdisketon"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Enþovu disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Kreas startdisketon"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Preparas startþargilon"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Æu vi deziras uzi aboot-on?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4085,80 +4090,80 @@ msgstr ""
"Eraro daýre mi instalis \"aboot\",\n"
"Æu mi devus provi perforte instali eæ se tio detruas la unuan subdiskon?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalado de startþargilo malsukcesis. La sekvanta eraro okazis:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Bonvenon Al Rompistoj"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Malbona"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Malalta"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Meza"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Alta"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoja"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Diversaj demandoj"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(eble kaýzos koruptadon de dateno)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Uzu drajvajn optimumiga¼ojn?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Elektu sekurnivelon?"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Preciza kvanto de memoro se bezonata (trovis %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Aýtomata muntado de demetebla medio"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Purigu /tmp dum æiuj startadoj"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Ebligu multoblajn profilojn"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Ebligu la \"Num Lock\"-an klavon je startado"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Donu kvanton de memoro en MB"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Ne povas uzi \"supermount\" en alta sekurnivelo"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4173,7 +4178,7 @@ msgstr ""
"escepte de servilo.\n"
"Vi estas avertita."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4181,28 +4186,28 @@ msgstr ""
"Zorgu, kapabligi \"NumLock\" kaýzas multe da klavopremoj produkti ciferojn\n"
"anstataý normaj literoj (ekzemple: premi `p' produktas `6')"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr "Æu vi deziras krei aýtoinstalan disketon por replikado de Linukso?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Enþovu malplenan disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Kreas aýtoinstalan disketon"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4255,10 +4260,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Via elekta¼o (defaýlto estas %s enigu `neniu' por elekti neniu) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Æe¶a"
+msgid "Czech (QWERTZ)"
+msgstr "Æe¶a (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Germana"
@@ -4266,19 +4271,19 @@ msgstr "Germana"
msgid "Dvorak"
msgstr "Dvorak-a"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Hispana"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finna"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Franca"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norvega"
@@ -4286,15 +4291,15 @@ msgstr "Norvega"
msgid "Polish"
msgstr "Pola"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Rusa"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Unuiøinta Regna klavaro"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Usona klavaro"
@@ -4342,151 +4347,167 @@ msgstr "Svisa (germana aranøo)"
msgid "Swiss (French layout)"
msgstr "Svisa (franca aranøo)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Æe¶a (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Germana (neniom da mortaj klavoj)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Dana"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak-a (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak-a (Norvega)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estona"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Kartvela (\"Rusa\" aranøo)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Kartvela (\"Latina\" aranøo)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Greka"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Hungara"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Kroata"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israela"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israela (fonetika)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Irana"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islanda"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Itala"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japana 106 klavoj"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latinamerika"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Nederlanda"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Litova AZERTY-a (malnova)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Litova AZERTY-a (nova)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litova \"numero-vica\" QWERTY-a"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litova \"fonetika\" QWERTY-a"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Pola (qwerty aranøo)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Pola (qwertz aranøo)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugala"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanada (Kebeka)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Rusa (Yawerty-a)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Sveda"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slovena"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slovaka"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovaka (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slovaka (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Taja klavaro"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turka (tradicia \"F\" modelo)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turka (moderna \"Q\" modelo)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukrajna"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Usona klavaro (internacia)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vjetnama \"numero-vica\" QWERTY-a"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Jugoslava (Latina aranøo)"
@@ -4502,9 +4523,10 @@ msgstr "Laýnorma"
msgid "Logitech MouseMan+"
msgstr "Loøiteka MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Mikrosofta IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Nespecifa 2 Butona Muso"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4542,6 +4564,10 @@ msgstr "Nespecifa 2 Butona Muso"
msgid "Generic 3 Button Mouse"
msgstr "Nespecifa 3 Butona Muso"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Mikrosofta IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Loøiteka MouseMan"
@@ -4599,25 +4625,25 @@ msgstr "Sekvanta ->"
msgid "Is this correct?"
msgstr "Æu tio æi pravas?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Interreta Konfigurado"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Æu vi deziras provi konekti al la interreto nun?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Konfiguru interretan konekta¼on"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Kiel vi deziras konekti al la Interreto?"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4626,11 +4652,13 @@ msgstr "Konektu al la Interreto / Konfiguru lokan Reton"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "ISDN-a Konfigura¼on"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -4638,115 +4666,115 @@ msgstr ""
"Elektu vian interretprovizanton.\n"
" Se øin ne estas en la listo, elektu Nelistiøitan"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Konfigurado de Konekto"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Bonvole plenigu aý marku la suban kampon"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ de Karto"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Memoro de Karto (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "I/O (Eneligo) de Karto"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "I/O 0 (Eneligo 0) de Karto"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "I/O 1 (Eneligo 1) de Karto"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Via persona telefonnumero"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Nomo de interretprovizanto (ekz-e provizanto.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Telefonnumero de interretprovizanto"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "Provizanto DNS 1"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "Provizanto DNS 2"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Diskuma modalo"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Konta Salutnomo (uzula nomo)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Konta Pasvorto"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Konfirmu Pasvorton"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Eýropo"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Eýropo (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "La cetero de la mondo"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "La cetero de la mondo - neniom da D-Kanelo (lukontraktataj lineoj)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Kiun protokolon vi deziras uzi?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Mi ne scias"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Kiun specon de karto vi havas?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Æu mi devus daýri?"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Æesigu"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4760,15 +4788,15 @@ msgstr ""
"Se vi havas PCMCIA-an karton, vi bezonas scii la IRQ-o kaj I/O (Eneligo)\n"
"por via karto.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Kiu estas via ISDN-a karto?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Mi trovis ISDN-an Karton:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -4777,14 +4805,14 @@ msgstr ""
"elektu\n"
"unu el la PCI-aj kartojn sur la sekvanta ekrano."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Neniu ISDN-a PCI-a karto trovata. Bonvole elektu unu el la PCI-aj kartojn "
"sur\n"
"la sekvanta ekrano."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
#, fuzzy
msgid ""
"No ethernet network adapter has been detected on your system.\n"
@@ -4793,215 +4821,224 @@ msgstr ""
"Mi ne detektas eterretan retadaptilom sur via sistemo. Bonvole lanæu la\n"
"aparatokonfigurilon."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Elektu la retan interfacon"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Bonvole elektu kiun retadaptilon vi deziras uzi por konekti al la interreto"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Reta interfaco"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
+"\n"
+"Æu vi konsentas?"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Æu vi deziras provi la konfigura¼on?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "ADSL Konfigura¼o"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Æu vi deziras starti vian konekta¼on je startado de la sistemo?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Provu trovi modemon?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Telefon-konektaj opcioj"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Nomo de konekto"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Telefonnumero"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Salutnomo"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Aýtentikigado"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP (Pasvorta Aýtentikigada Protokolo)"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Programeto-bazata"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Finaparato-bazata"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Domajna nomo"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Unu DNA-a Servilo"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Dua DNA Servilo"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Konektu al la Interreto / Konfiguru lokan Reton"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Konfiguru interretan konekta¼on"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Kiel vi deziras konekti al la Interreto?"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Kiel vi deziras konekti al la Interreto?"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Konekti al la interreto"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Malkonekti el la interreto"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Konfiguru interretan konekta¼on"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Interreta konekta¼o kaj konfiguro"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Konfiguru interretan konekta¼on"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Konfiguru interretan konekta¼on"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Interna ISDN-karto"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Interna ISDN-karto"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Konektu al la Interreto"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Kia estas via ISDN-a konekta¼o?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Konfiguru interretan konekta¼on"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Francujo"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Aliaj landoj"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "En kiu lando vi estas?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel modemo"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI modemo"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
"Se via ADSL modemo estas Alcatel-a, elektu \"Alcatel\". Aliokaze, elektu "
"\"ECI\"."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "uzu pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "ne uzu pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5011,12 +5048,12 @@ msgstr ""
"Tamen, ekzistas konektojn kiuj nur uzas dhcp.\n"
"Se vi ne scias, elektu 'uzu pppoe'"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Konfiguru interretan konekta¼on"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5024,35 +5061,35 @@ msgstr ""
"Kiun dhcp-an klienton vi deziras uzi?\n"
"La defaýlto estas dhcpd"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Konfiguru interretan konekta¼on"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Konfiguru lokan reton"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "ISDN-a Konfigura¼on"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Æu vi deziras provi la konfigura¼on?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Malkapabligu retumon"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Konektu al la Interreto / Konfiguru lokan Reton"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5060,16 +5097,16 @@ msgstr ""
"Loka Reto jam estas konfigurita.\n"
"Æu vi deziras:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Kiel vi deziras konekti al la Interreto?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
#, fuzzy
msgid "Network Configuration"
msgstr "ISDN-a Konfigura¼on"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5152,6 +5189,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
@@ -5281,7 +5319,7 @@ msgstr "Loka printilo"
msgid "Remote printer"
msgstr "Malproksima printilo"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Malproksima CUPS-a servilo"
@@ -5432,7 +5470,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Printilaj Poþtejo"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Pordo"
@@ -5572,12 +5610,12 @@ msgstr "CUPS startas"
msgid "Reading CUPS drivers database..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Elektu Printilan Konekton"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Kiel estas la printilo konektata?"
@@ -5595,11 +5633,33 @@ msgstr ""
"æi tie; printiloj estos aýtomate dektektataj. Se vi havas dubojn,\n"
"elektu \"Malproksima CUPS servilo\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Kun malproksima CUPS servilo, vi ne devas konfiguri iun printilon\n"
+"æi tie; printiloj estos aýtomate dektektataj. Se vi havas dubojn,\n"
+"elektu \"Malproksima CUPS servilo\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP de SMB servilo"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Malinstalu printvicon"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5611,19 +5671,19 @@ msgstr ""
"vi povas difini. Kiu nomo devus uzata por æi tiu printilo kaj kiel\n"
"øi estas konektata?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Nomo de printilo"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Priskribo"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Loko"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5634,15 +5694,15 @@ msgstr ""
"(ofte lp) kaj fonan eneligan dosierujon asociata kun øi. Kiu nomo kaj\n"
"dosierujo devus uzata por æi tiu printvico?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Nomo de printvico"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Fona eneliga dosierujo"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Printilan Konekton"
@@ -5941,12 +6001,11 @@ msgstr "Tabelo"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:118
#: ../../standalone/drakgw_.c:126 ../../standalone/drakgw_.c:137
msgid "dismiss"
-msgstr ""
+msgstr "forsendu"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:126
-#, fuzzy
msgid "reconfigure"
-msgstr "Konfiguru X"
+msgstr "rekonfiguru"
#: ../../standalone/drakgw_.c:122
msgid "Internet Connection Sharing currently disabled"
@@ -5963,9 +6022,8 @@ msgstr ""
"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
#: ../../standalone/drakgw_.c:126 ../../standalone/drakgw_.c:127
-#, fuzzy
msgid "enable"
-msgstr "Tabelo"
+msgstr "ebligu"
#: ../../standalone/drakgw_.c:141
msgid "Config file content could not be interpreted."
@@ -6059,13 +6117,12 @@ msgstr ""
"Mi konfiguras komandodosierojn, instalas programojn, startas servilojn..."
#: ../../standalone/drakgw_.c:282
-#, fuzzy
msgid "Configuring..."
-msgstr "Konfiguras IDE"
+msgstr "Mi konfiguras..."
#: ../../standalone/drakgw_.c:313
msgid "Problems installing package $bin2rpm{$_}"
-msgstr ""
+msgstr "Problemoj instalante paka¼on $bin2rpm{$_}"
#: ../../standalone/drakgw_.c:504
msgid "Congratulations!"
@@ -6141,16 +6198,15 @@ msgstr "Elektu la ilon kiun vi deziras instali"
#: ../../standalone/keyboarddrake_.c:14
msgid "usage: keyboarddrake [--expert]\n"
-msgstr ""
+msgstr "uzado: keyboarddrake [--expert]\n"
#: ../../standalone/keyboarddrake_.c:27
msgid "Do you want the BackSpace to return Delete in console?"
msgstr ""
#: ../../standalone/livedrake_.c:23
-#, fuzzy
msgid "Change Cd-Rom"
-msgstr "Þanøu distingivon"
+msgstr "Þanøu KD-ROM-on"
#: ../../standalone/livedrake_.c:24
#, fuzzy
@@ -6396,7 +6452,7 @@ msgstr ""
# ../../share/compssUsers
msgid "KDE, QT, Gnome, GTK+"
-msgstr ""
+msgstr "KDE, QT, Gnome, GTK+"
# ../../share/compssUsers
msgid "Personnal Finance"
@@ -6404,7 +6460,7 @@ msgstr ""
# ../../share/compssUsers
msgid "Python, Perl, libraries, tools"
-msgstr ""
+msgstr "Python, Perl, bibliotekoj, iloj"
# ../../share/compssUsers
msgid "Scientific applications"
@@ -6412,18 +6468,18 @@ msgstr ""
# ../../share/compssUsers
msgid "Databases"
-msgstr ""
+msgstr "Datumbazoj"
msgid "Internet"
msgstr "Interreto"
#, fuzzy
msgid "Multimedia - Graphics"
-msgstr "Plurmedia"
+msgstr "Plurmedia - Grafiko"
# ../../share/compssUsers
msgid "editors, shells, file tools, terminals"
-msgstr ""
+msgstr "redaktiloj, þeloj, dosieriloj, terminaloj"
#, fuzzy
msgid "Development applications"
@@ -6441,7 +6497,7 @@ msgstr "Oficejo"
# ../../share/compssUsers
msgid "Sciences"
-msgstr ""
+msgstr "Sciencoj"
# ../../share/compssUsers
msgid ""
@@ -6457,15 +6513,14 @@ msgstr ""
# ../../share/compssUsers
msgid "C and C++ development libraries, programs and include files"
-msgstr ""
+msgstr "C kaj C++ programadaj bibliotekoj, programoj kaj æapdosieroj"
# ../../share/compssUsers
msgid "Communication facilities"
msgstr ""
-#, fuzzy
msgid "KDE"
-msgstr "IDE"
+msgstr "KDE"
# ../../share/compssUsers
msgid "Personnal Information Management"
@@ -6478,9 +6533,8 @@ msgstr ""
msgid "Gnome"
msgstr "Gnome"
-#, fuzzy
msgid "Internet Tools"
-msgstr "Interreto"
+msgstr "Interretiloj"
msgid "Documentation"
msgstr "Dokumentaro"
@@ -6493,9 +6547,8 @@ msgstr ""
msgid "Utilities"
msgstr ""
-#, fuzzy
msgid "Multimedia - Sound"
-msgstr "Plurmedia"
+msgstr "Plurmedia - Sono"
# ../../share/compssUsers
msgid "Amusement programs: arcade, boards, strategy, etc"
@@ -6509,9 +6562,8 @@ msgstr ""
msgid "Console Tools"
msgstr ""
-#, fuzzy
msgid "Development other"
-msgstr "Programisto"
+msgstr "Aliaj Programadaj Iloj"
# ../../share/compssUsers
msgid "Databases clients and servers (mysql and postgresql)"
@@ -6531,17 +6583,14 @@ msgid ""
"tools"
msgstr ""
-#, fuzzy
msgid "Games"
-msgstr "Gnome"
+msgstr "Ludoj"
-#, fuzzy
msgid "Development C/C++"
-msgstr "Programisto"
+msgstr "Programado C/C++"
-#, fuzzy
msgid "Multimedia - Video"
-msgstr "Plurmedia"
+msgstr "Plurmedia - Video"
# ../../share/compssUsers
msgid "Graphics programs such as The Gimp"
@@ -6561,9 +6610,8 @@ msgstr ""
msgid "More Graphical Desktops (Gnome, IceWM)"
msgstr ""
-#, fuzzy
msgid "Multimedia - CD Burning"
-msgstr "Plurmedia"
+msgstr "Plurmedia - KD-ROM Kreado"
# ../../share/compssUsers
msgid "Archiving, emulators, monitoring"
@@ -6591,415 +6639,8 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
-#~ msgid "Could not install ipchains RPM with urpmi."
-#~ msgstr ""
-#~ "Mi ne povis instali ipchains-an (IP æenan) RPM dosieron per urpmi-o."
-
-#~ msgid "Could not install dhcp RPM with urpmi."
-#~ msgstr "Mi ne povis instali dhcp-an RPM dosieron per urpmi-o."
+#~ msgid "Czech"
+#~ msgstr "Æe¶a"
-#~ msgid "Could not install linuxconf RPM with urpmi."
-#~ msgstr "Mi ne povis instali linuxconf-an RPM dosieron per urpmi-o."
-
-#~ msgid "Could not install bind RPM with urpmi."
-#~ msgstr "Mi ne povis instali bind-an RPM dosieron per urpmi-o."
-
-#~ msgid "Could not install caching-nameserver RPM with urpmi."
-#~ msgstr ""
-#~ "Mi ne povis instali caching-nameserver-an (kaþanta-nomservilan) RPM "
-#~ "dosieron\n"
-#~ "per urpmi-o."
-
-#~ msgid "Reconfigure local network"
-#~ msgstr "Rekonfiguru lokan reton"
-
-#~ msgid ""
-#~ "Your computer can be configured to share its Internet connection.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Vi povas konfiguri vian komputilon por disdividi øian Interretan Konekton.\n"
-#~ "\n"
-
-#~ msgid "Everything has been configured.\n"
-#~ msgstr "Æiuj estas konfigurita.\n"
-
-#, fuzzy
-#~ msgid "Connect to Internet with a normal modem"
-#~ msgstr "Konektu al la interreto per normala modemo"
-
-#, fuzzy
-#~ msgid "Connect to Internet using ISDN"
-#~ msgstr "Konektu al la interreto per ISDN"
-
-#, fuzzy
-#~ msgid "Connect to Internet using DSL (or ADSL)"
-#~ msgstr "Konektu al la interreto per DSL (aý ADSL)"
-
-#, fuzzy
-#~ msgid "Connect to Internet using Cable"
-#~ msgstr "Konektu al la interreto per kAblomodemo"
-
-#~ msgid ""
-#~ "Time (secs) of inactivity after which\n"
-#~ "it hangs up. (leave blank to disable it)"
-#~ msgstr ""
-#~ "Tempo (sekundoj) de neaktiveco post kiu øi\n"
-#~ "malkonektos (lasu blankan por malkapabligi øin)."
-
-#~ msgid "Germany"
-#~ msgstr "Germana"
-
-#~ msgid "Germany (1TR6)"
-#~ msgstr "Germana (1TR6)"
-
-#~ msgid "What do you wish to do?"
-#~ msgstr "Kion vi deziras fari?"
-
-#~ msgid ""
-#~ "Any partitions that have been newly defined must be formatted for\n"
-#~ "use (formatting meaning creating a filesystem). At this time, you may\n"
-#~ "wish to re-format some already existing partitions to erase the data\n"
-#~ "they contain. Note: it is not necessary to re-format pre-existing\n"
-#~ "partitions, particularly if they contain files or data you wish to keep.\n"
-#~ "Typically retained are /home and /usr/local."
-#~ msgstr ""
-#~ "Iuj subdiskoj kiuj estas lastatempe kreita devas esti formatata por uzi\n"
-#~ "(formatado estas la kreado de dosiersistemo æe la subdisko). Nune, vi eble\n"
-#~ "deziras reformati iom da subdiskojn kiuj jam ekzistas por forviþi la "
-#~ "datenojn\n"
-#~ "kiujn ili enhavas. Notu: ne estas necesa reformati antaýekzistitajn\n"
-#~ "subdiskojn, precipe se ili enhavas dosierojn aý datenojn kiuj vi deziras\n"
-#~ "konservi. Kutime konservata estas ±ome kaj /usr/local."
-
-#~ msgid ""
-#~ "At this point, you may choose what partition(s) to use to install\n"
-#~ "your Linux-Mandrake system if they have been already defined (from a\n"
-#~ "previous install of GNU/Linux or from another partitioning tool). In other\n"
-#~ "cases, hard drive partitions must be defined. This operation consists of\n"
-#~ "logically dividing the computer's hard drive capacity into separate\n"
-#~ "areas for use.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have to create new partitions, use \"Auto allocate\" to "
-#~ "automatically\n"
-#~ "create partitions for GNU/Linux. You can select the disk for partitioning "
-#~ "by\n"
-#~ "clicking on \"hda\" for the first IDE drive,\n"
-#~ "\"hdb\" for the second or \"sda\" for the first SCSI drive and so on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Two common partition are: the root partition (/), which is the starting\n"
-#~ "point of the filesystem's directory hierarchy, and /boot, which contains\n"
-#~ "all files necessary to start the operating system when the\n"
-#~ "computer is first turned on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Because the effects of this process are usually irreversible, partitioning\n"
-#~ "can be intimidating and stressful to the unexperienced user. DiskDrake\n"
-#~ "simplifies the process so that it must not be. Consult the documentation\n"
-#~ "and take your time before proceeding.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can reach any option using the keyboard: navigate through the "
-#~ "partitions\n"
-#~ "using Tab and Up/Down arrows. When a partition is selected, you can use:\n"
-#~ "\n"
-#~ "- Ctrl-c to create a new partition (when an empty partition is selected)\n"
-#~ "\n"
-#~ "- Ctrl-d to delete a partition\n"
-#~ "\n"
-#~ "- Ctrl-m to set the mount point\n"
-#~ msgstr ""
-#~ "Æi tiam, vi povas elekti kiu(j)n subdisko(j)n vi deziras uzi por instali\n"
-#~ "vian Linuks-Mandrejkan sistemon se ili estas jam difinita (de antaýa\n"
-#~ "instalado de Linukso aý de alia dispartigilo). Aliokaze, vi devus difini\n"
-#~ "drajvajn subdiskojn. Æi tiu operacio konsistas el logike dispartigi la\n"
-#~ "drajvon de la komputilo je apartaj lokoj por uzado.\n"
-#~ "\n"
-#~ "\n"
-#~ "Se vi devus krei novajn subdiskojn, uzu \"Aýtodisponigu\" por aýtomate krei\n"
-#~ "subdiskojn por GNU/Linukso. Vi povas elekti la drajvon por dispartigado "
-#~ "per\n"
-#~ "klaki sur \"hda\" por la unua IDE drajvo, \"hdb\" por la dua aý \"sda\" por "
-#~ "la\n"
-#~ "unua SCSI drajvo ktp.\n"
-#~ "\n"
-#~ "\n"
-#~ "Du oftaj subdiskoj estas: la radika subdisko (/), kiu estas la "
-#~ "komencopunkto\n"
-#~ "de la dosierujhierarkio de la dosiersistemo, kaj /boot, kiu enhavas æiujn\n"
-#~ "dosierojn bezonatajn por starti la mastruman sistemon kiam vi unue þaltas\n"
-#~ "la komputilon.\n"
-#~ "\n"
-#~ "Æar la efikoj de æi tiu procezo estas kutime neinversigeblaj, dispartigado\n"
-#~ "povas esti timiga kaj stresiga por la nesperta uzulo. DiskDrake simpligas\n"
-#~ "la procezon por ke øi ne devu esti. Konsultu la dokumentaron kaj malrapidu\n"
-#~ "antaý vi antaýeniras.\n"
-#~ "\n"
-#~ "\n"
-#~ "Vi povas atingi æiun ajn opcion per uzi la klavaron: navigu tra la "
-#~ "subdiskoj\n"
-#~ "per Tab kaj la Supren/Suben sagoj. Kiam subdisko estas elektata, vi povas\n"
-#~ "uzi:\n"
-#~ "\n"
-#~ "- Ctrl-c por krei novan subdiskon (kiam malplena subdisko estas elektata)\n"
-#~ "\n"
-#~ "- Ctrl-d por forstreki subdiskon\n"
-#~ "\n"
-#~ "- Ctrl-m por fiksi surmetingon\n"
-
-#~ msgid "Cable connection"
-#~ msgstr "Kablomodema Konekton"
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Linux-Mandrake already "
-#~ "installed.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed GNU/Linux before, choose this.\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ "Elektu \"Instalu\" se vi ne havas antaýan version de GNU/Linukso instalita,\n"
-#~ "aý se vi deziras uzi plurajn distribua¼ojn aý versiojn.\n"
-#~ "\n"
-#~ "Elektu \"Savu\" se vi deziras savi antaýan version de Mandrejka Linukso.\n"
-#~ "\n"
-#~ "\n"
-#~ "Elektu:\n"
-#~ "\n"
-#~ " - Rekomendata: Se vi ne jam instalis Linukson elektu æi tion.\n"
-#~ "\n"
-#~ " - Akomodata: Se vi sufiæe konas GNU/Linukson, vi povas elektu la æefan\n"
-#~ " uzadon por via komputilo. Vidu malantaýe por detaloj.\n"
-#~ "\n"
-#~ " - Spertulo: Æi tio supozas ke vi flue konas GNU/Linukson kaj deziras fari\n"
-#~ " treege akomodatan instaladon. Simile kiel \"Akomodata\" instalado, vi "
-#~ "povos\n"
-#~ " elekti la uzado por via komputilo.\n"
-#~ " Sed bonvolege, NE ELEKTU ÆI TION KROM SE VI SCIAS KION VI FARAS!\n"
-
-#~ msgid "Forget the changes?"
-#~ msgstr "Æu mi devus forgesi la þanøojn?"
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these\n"
-#~ "types require a different setup. Note however that the print\n"
-#~ "spooler uses 'lp' as the default printer name; so you\n"
-#~ "must have one printer with such a name; but you can give\n"
-#~ "several names, separated by '|' characters, to a printer.\n"
-#~ "So, if you prefer to have a more meaningful name you just have\n"
-#~ "to put it first, eg: \"My Printer|lp\".\n"
-#~ "The printer having \"lp\" in its name(s) will be the default printer.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select\n"
-#~ "\"Local printer\". You will then have to tell which port your\n"
-#~ "printer is connected to, and select the appropriate filter.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine,\n"
-#~ "you will have to select \"Remote lpd\". In order to make\n"
-#~ "it work, no username or password is required, but you will need\n"
-#~ "to know the name of the printing queue on this server.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a SMB printer (which means, a printer located\n"
-#~ "on a remote Windows 9x/NT machine), you will have to specify its\n"
-#~ "SMB name (which is not its TCP/IP name), and possibly its IP address,\n"
-#~ "plus the username, workgroup and password required in order to\n"
-#~ "access the printer, and of course the name of the printer. The same goes\n"
-#~ "for a NetWare printer, except that you need no workgroup information."
-#~ msgstr ""
-#~ "GNU/Linukso povas pritrakti multajn specojn de printiloj. Æiu el tiuj "
-#~ "specoj\n"
-#~ "bezonas malsaman aranøon. Notu tamen ke la printvicilo uzas 'lp' kiel\n"
-#~ "la defaýlta printilonomo; do vi devas havi unu printilon nomatan 'lp';\n"
-#~ "sed vi povas doni multajn nomojn, apartigataj per '|' signoj, al printilo.\n"
-#~ "Do, se vi preferas havi pli signifoplenan nomon, vi simple devas meti\n"
-#~ "øin antaýe, ekz-e: \"My Printer|lp\".\n"
-#~ "La printilo kiu havas \"lp\" en øia(j) nomo(j) estos la defaýlta printilo.\n"
-#~ "\n"
-#~ "\n"
-#~ "Se via printilo estas rekte konektita al via komputilo, elektu \"Loka\n"
-#~ "printilo\". Tiam vi devos elekti la pordon al kiu via printilo estas\n"
-#~ "konektita, kaj taýgan filtrilon.\n"
-#~ "\n"
-#~ "Se vi deziras atingi printilon æe fora Uniksa komputilo, vi devos elekti\n"
-#~ "\"Fora lpd\". Por funkciigi øin, uzulnomo kaj pasvorto ne estas "
-#~ "postulataj,\n"
-#~ "sed vi devos scii la printviconomon æe æi tiu servilo.\n"
-#~ "\n"
-#~ "Se vi deziras atingi SMB-an printilon (kiu signifas, printilo æe fora\n"
-#~ "Vindoza 9x/NT komputilo), vi devos specifi øian SMB-an nomon (kiu ne estas\n"
-#~ "øia TCP/IP nomo), kaj eble øian IP adreson, kaj la uzulnomon, laborgrupon\n"
-#~ "kaj pasvorton bezonatajn por atingi la printilon, kaj kompreneble la nomo\n"
-#~ "de la printilo. NetWare printilo samas, krom vi ne bezonas laborgrupan\n"
-#~ "informon."
-
-#~ msgid "Host name:"
-#~ msgstr "Poþtejo:"
-
-#~ msgid ""
-#~ "If DrakX failed to find your mouse, or if you want to\n"
-#~ "check what it has done, you will be presented the list of mice\n"
-#~ "above.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you agree with DrakX's settings, just click 'Ok'.\n"
-#~ "Otherwise you may choose the mouse that more closely matches your own\n"
-#~ "from the menu above.\n"
-#~ "\n"
-#~ "\n"
-#~ "In case of a serial mouse, you will also have to tell DrakX\n"
-#~ "which serial port it is connected to."
-#~ msgstr ""
-#~ "Se DrakX malsukcesis trovi vian muson, aý se vi deziras kontroli kion øi\n"
-#~ "faris, liston de musospecoj prezentos al vi supre.\n"
-#~ "\n"
-#~ "\n"
-#~ "Se vi konsentas kun la opcioj ke DrakX elektis, simple alklaku 'JES'.\n"
-#~ "Aliokaze, vi povas elekti la specon de muso el la menuo kiun vi pensas "
-#~ "estas\n"
-#~ "la plej proksima egala¼o de via muso.\n"
-#~ "\n"
-#~ "\n"
-#~ "Okaze de seria muso, vi ankaý devas diri al DrakX al kiu seria pordo øi\n"
-#~ "estas konektata."
-
-#~ msgid "Install/Rescue"
-#~ msgstr "Instalu/Savu"
-
-#~ msgid ""
-#~ "It is strongly recommended that you answer \"Yes\" here. If you install\n"
-#~ "Microsoft Windows at a later date it will overwrite the boot sector.\n"
-#~ "Unless you have made a bootdisk as suggested, you will not be able to\n"
-#~ "boot into GNU/Linux any more."
-#~ msgstr ""
-#~ "Mi forte rekomendas ke vi respondas \"Jes\" æi tie! Se vi instalos "
-#~ "Vindozon\n"
-#~ "estontece, øi superskribos la startigan sektoron. Krom se vi faris "
-#~ "startigan\n"
-#~ "diskon kiel sugestata, vi ne plu eblas starti GNU/Linukson."
-
-#~ msgid "Move your wheel!"
-#~ msgstr "Movu vian radon!"
-
-#~ msgid "Rescue"
-#~ msgstr "Savu"
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ "Elektu:\n"
-#~ "\n"
-#~ " - Aýtomaciata (rekomendata): Se vi ne jam instalis Linukson elektu æi "
-#~ "tion.\n"
-#~ " RIMARKU: retumado ne konfiguros dum instalado, uzu LinuxConf por "
-#~ "konfiguri\n"
-#~ " øin post kiam la instalado finiøos.\n"
-#~ "\n"
-#~ " - Akomodata: Se vi sufiæe konas GNU/Linukson, vi povas elektu la æefan\n"
-#~ " uzadon por via komputilo. Vidu malantaýe por detaloj.\n"
-#~ "\n"
-#~ " - Spertulo: Æi tio supoza ke vi flue konas GNU/Linukson kaj deziras fari\n"
-#~ " treege akomodatan instaladon. Simile kiel \"Akomodata\" instalado, vi "
-#~ "povos\n"
-#~ " elekti la uzado por via komputilo.\n"
-#~ " Sed bonvolege, NE ELEKTU ÆI TION KROM SE VI SCIAS KION VI FARAS!\n"
-
-#~ msgid ""
-#~ "The packages selected are now being installed. This operation\n"
-#~ "should take a few minutes unless you have chosen to upgrade an\n"
-#~ "existing system, in that case it can take more time even before\n"
-#~ "upgrade starts."
-#~ msgstr ""
-#~ "La elektitaj paka¼oj nun estas instalata. Æi tiu operacio devus daýri\n"
-#~ "kelkajn minutojn krom se vi elektis promocii ekzistan sistemon. Tiuokaze\n"
-#~ "øi eble daýras pli da tempo antaý la promocio komencos."
-
-#~ msgid ""
-#~ "This section is dedicated to configuring a local area\n"
-#~ "network (LAN) or a modem.\n"
-#~ "\n"
-#~ "Choose \"Local LAN\" and DrakX will\n"
-#~ "try to find an Ethernet adapter on your machine. PCI adapters\n"
-#~ "should be found and initialized automatically.\n"
-#~ "However, if your peripheral is ISA, autodetection will not work,\n"
-#~ "and you will have to choose a driver from the list that will appear then.\n"
-#~ "\n"
-#~ "\n"
-#~ "As for SCSI adapters, you can let the driver probe for the adapter\n"
-#~ "in the first time, otherwise you will have to specify the options\n"
-#~ "to the driver that you will have fetched from documentation of your\n"
-#~ "hardware.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you install a Linux-Mandrake system on a machine which is part\n"
-#~ "of an already existing network, the network administrator will\n"
-#~ "have given you all necessary information (IP address, network\n"
-#~ "submask or netmask for short, and hostname). If you're setting\n"
-#~ "up a private network at home for example, you should choose\n"
-#~ "addresses.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Dialup with modem\" and the Internet connection with\n"
-#~ "a modem will be configured. DrakX will try to find your modem,\n"
-#~ "if it fails you will have to select the right serial port where\n"
-#~ "your modem is connected to."
-#~ msgstr ""
-#~ "Æi tiu sekcio estas dediæita al la konfigurado de loka reto aý modemo.\n"
-#~ "\n"
-#~ "Elektu \"Loka Reto\" kaj DrakX provos trovi Eterretan adaptilon æe via\n"
-#~ "komputilo. PCI-aj adaptiloj devus esti trovataj kaj initataj aýtomate.\n"
-#~ "Tamen, se via periferio estas ISA-a, aýtomata detektado ne funckios, kaj\n"
-#~ "vi devos elekti pelilon el la listo kiu aperos tiam.\n"
-#~ "\n"
-#~ "\n"
-#~ "Por SCSI-aj adaptiloj, vi povas lasi ke la pelilo esploros por la adaptilo\n"
-#~ "unuafoje, aliokaze vi devas difini la opciojn al la pelilo kiuj vi havigas "
-#~ "de\n"
-#~ "la dokumentaro de via adaptilo.\n"
-#~ "\n"
-#~ "\n"
-#~ "Se vi instalas Linuks-Mandrejkan sistemon kiu estas parto de jam ekzistanta\n"
-#~ "reto, la retadministranto estos donintan al vi æiuj el la necesa informo\n"
-#~ "(IP-adreso, reta submasko aý retmasko mallonge, kaj poþtejo). Se vi "
-#~ "establas\n"
-#~ "privatan reton hejme ekzemple, vi devus elekti adresojn.\n"
-#~ "\n"
-#~ "\n"
-#~ "Elektu \"Telefona konekto kun modemo\" kaj la Interreta konekto kun modemo\n"
-#~ "estos konfigurata. DrakX provos trovi vian modemon. Se øi malsukcesas vi\n"
-#~ "devos elekti la øustan serian pordon kie via modemo estas konektata."
-
-#~ msgid "What is the type of your mouse?"
-#~ msgstr "Kiun speco de muso havas vi?"
-
-#~ msgid "Which partition type do you want?"
-#~ msgstr "Kiun subdiskspecon deziras vi?"
+#~ msgid "Slovakian"
+#~ msgstr "Slovaka"
diff --git a/perl-install/share/po/es.po b/perl-install/share/po/es.po
index 442d899e7..5956f1537 100644
--- a/perl-install/share/po/es.po
+++ b/perl-install/share/po/es.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
-"PO-Revision-Date: 2000-10-08 22:51-0300\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
+"PO-Revision-Date: 2000-10-19 21:42-0300\n"
"Last-Translator: Fabian Mandelbaum <fabman@mandrakesoft.com>\n"
"Language-Team: spanish\n"
"MIME-Version: 1.0\n"
@@ -87,23 +87,23 @@ msgstr "XFree %s con aceleración EXPERIMENTAL de 3D por hardware"
msgid "XFree configuration"
msgstr "Configuración de XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Seleccione la cantidad de memoria de su tarjeta gráfica"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Elija las opciones para el servidor X"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Elija un monitor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -126,40 +126,40 @@ msgstr ""
"puede dañar su monitor.\n"
"En caso de duda, elija una configuración conservadora."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Frecuencia de barrido horizontal"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Frecuencia de barrido vertical"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "El monitor no está configurado"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "La tarjeta gráfica todavía no está configurada"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Resoluciones todavía no elegidas"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "¿Desea probar la configuración?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
"Advertencia: probar con esta tarjeta de vídeo puede congelar a su computadora"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Probar la configuración"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -167,146 +167,146 @@ msgstr ""
"\n"
"intente cambiar algunos parámetros"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Ocurrió un error:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Saliendo en %d segundos"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "¿Es esta la configuración correcta?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Ocurrió un error, intente cambiar algunos parámetros"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Resolución"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Elija la resolución y la profundidad de colores"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Tarjeta gráfica: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Servidor XFree86: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Mostrar todo"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Resoluciones"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Elección del tipo de teclado: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Tipo de ratón: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Dispositivo del ratón: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Frecuencia horizontal del monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Frecuencia vertical del monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Tarjeta gráfica: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Memoria de la tarjeta gráfica: %s KB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Profundidad de color: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Resolución: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Servidor XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "Controlador XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Preparando la configuración de X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Cambiar el monitor"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Cambiar la tarjeta gráfica"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Cambiar las opciones del servidor X"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Cambiar la resolución"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Mostrar información"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Probar de nuevo"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Salir"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "¿Qué desea hacer?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -319,20 +319,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Abra de nuevo una sesión %s para activar los cambios"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Por favor salga de la sesión y luego use Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X al arrancar"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -340,11 +340,11 @@ msgstr ""
"Puedo configurar su computadora para que inicie X automáticamente\n"
"al arrancar. ¿Desea que X se lance cuando Ud. reinicie?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Conexión automática"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -352,11 +352,11 @@ msgstr ""
"Puedo configurar su computadora para que se conecte a un usuario\n"
"automáticamente al arrancar. Si no desea esto, haga clic sobre «Cancelar»."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Elija el usuario predeterminado:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Elija el administrador de ventanas a ejecutar:"
@@ -456,107 +456,116 @@ msgstr "Monitor que soporta 1600x1200 a 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor que soporta 1600x1200 a 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Primer sector de la partición de arranque"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Primer sector del disco (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "Instalación de SILO"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "¿Dónde quiere instalar el cargador de arranque?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Instalación de LILO/grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Ninguno"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "¿Qué cargador(es) de arranque desea usar?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Instalación del cargador de arranque"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Dispositivo de arranque"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (no funciona con BIOS antiguos)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Compacto"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "compacto"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Modo de vídeo"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Demora antes de arrancar la imagen predeterminada"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Contraseña"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Contraseña (de nuevo)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Restringir las opciones de la línea de comandos"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "restringir"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Opciones principales del cargador de arranque"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"La opción «Restringir las opciones de la línea de comandos»\n"
"no tiene sentido sin contraseña"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Vuelva a intentarlo por favor"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Las contraseñas no coinciden"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -564,139 +573,143 @@ msgstr ""
"Aquí están las diferentes entradas.\n"
"Ud. puede añadir algunas otras o cambiar las que ya existen."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Añadir"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Hecho"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "¿Qué tipo de entrada desea añadir?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Otros SO (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Otros SO (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Imagen"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Raíz"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Agregar"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Lectura/escritura"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Tabla"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Inseguro"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Etiqueta"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Por omisión"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Aceptar"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Quitar entrada"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "No se admite una etiqueta vacía"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Esta etiqueta ya está en uso"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s interfaces %s encontradas"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "¿Tiene alguna otra?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "¿Tiene alguna interfaz %s?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "No"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Sí"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Ver información sobre el hardware"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instalando controlador para tarjeta %s %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(módulo %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "¿Qué controlador de %s debo probar?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -715,20 +728,20 @@ msgstr ""
"el probar el equipo puede provocar que este se cuelgue, pero no debería\n"
"causar daño alguno."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Autodetección"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Especificar las opciones"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Ahora puede suministrar las opciones para el módulo %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -739,11 +752,11 @@ msgstr ""
"Las opciones son de la forma «nombre=valor nombre2=valor2 ...».\n"
"Por ejemplo puede tener «io=0x300 irq=7»"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Opciones de los módulos:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -828,7 +841,7 @@ msgstr "1 minuto"
msgid "%d seconds"
msgstr "%d segundos"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Crear"
@@ -836,7 +849,7 @@ msgstr "Crear"
msgid "Unmount"
msgstr "Desmontar"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Borrar"
@@ -844,16 +857,16 @@ msgstr "Borrar"
msgid "Format"
msgstr "Formatear"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Redimensionar"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Tipo"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Punto de montaje"
@@ -990,8 +1003,8 @@ msgid "Please make a backup of your data first"
msgstr "Por favor, primero haga una copia de respaldo de sus datos"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "¡Lea con cuidado!"
@@ -1015,7 +1028,7 @@ msgstr "Cuidado: esta operación es peligrosa."
msgid "Error"
msgstr "Error"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Punto de montaje: "
@@ -1126,35 +1139,35 @@ msgstr "Tipo de la tabla de particiones: %s\n"
msgid "on bus %d id %d\n"
msgstr "en el bus %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Montar"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Activar"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Añadir al RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Quitar del RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Modificar el RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Usar para loopback"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Elija una acción"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1166,7 +1179,7 @@ msgstr ""
"en el disco (en un cilindro > 1024). O bien usa LILO, y es probable que\n"
"no funcionará, o bien no usa LILO y entonces no necesita /boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1178,7 +1191,7 @@ msgstr ""
"Si piensa usar el cargador de arranque LILO, tenga presente\n"
"el añadir una partición /boot"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1188,57 +1201,57 @@ msgstr ""
"Ningún cargador de arranque es capaz de manejarlo sin una partición /boot.\n"
"Así que tenga en cuenta el añadir una partición /boot."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Use «%s» en su lugar"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Use «Desmontar» primero"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Se perderán todos los datos de la partición %s después de cambiar su tipo."
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "¿Seguir adelante?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Salir sin grabar"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "¿Salir del programa sin grabar la tabla de particiones?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Cambiar tipo de partición"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
msgstr "¿Qué sistema de archivos desea?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "No se puede usar ReiserFS para particiones menores que 32MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "¿Donde desea montar el archivo de loopback %s?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "¿Dónde desea montar el dispositivo %s?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1247,148 +1260,148 @@ msgstr ""
"se usa para un montaje en loopback.\n"
"Quite el montaje de loopback primero"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Se perderán todos los datos de la partición %s después de formatearla."
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formateando"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formateando el archivo de loopback %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Formateando la partición %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Luego de formatear todas las particiones,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "se perderán todos los datos en dichas particiones"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Desplazar"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "¿A cual disco desea desplazarla?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "¿A cual sector desea desplazarla?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Desplazando"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Desplazando una partición..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "¡Se escribirá al disco la tabla de particiones de la unidad %s!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Necesita reiniciar el equipo para que la modificación tenga efecto"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Calculando los límites del sistema de archivos FAT"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Redimensionando"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
msgid "This partition is not resizeable"
msgstr "Esta partición no es redimensionable"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr ""
"Debería hacer una copia de respaldo de todos los datos de esta partición"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Se perderán todos los datos de la partición %s después de cambiar su tamaño"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Eligiendo el tamaño nuevo"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Crear una partición nueva"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Sector de comienzo: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Tamaño en MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Tipo de sist. de archivos: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Preferencia: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Esta partición no puede usarse para el loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Nombre del archivo de loopback: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr ""
"El archivo ya está usado por otro dispositivo loopback\n"
"elija otro archivo por favor"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "El archivo ya existe. ¿Desea usarlo?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Elija un archivo"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1396,11 +1409,11 @@ msgstr ""
"La tabla de particiones de respaldo no tiene\n"
"el mismo tamaño. ¿Desea continuar de todas formas?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Advertencia"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1408,27 +1421,27 @@ msgstr ""
"Inserte un disquete en la unidad\n"
"Se perderán todos los datos del disquete"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Tratando de rescatar la tabla de particiones"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "dispositivo"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "nivel"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "tamaño de los bloques"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Elegir un RAID existente al cual añadir"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "nuevo"
@@ -3329,8 +3342,8 @@ msgstr "Servicios al inicio"
msgid "Configure printer"
msgstr "Impresoras"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Contraseña de root"
@@ -3358,7 +3371,7 @@ msgstr "Disquete de auto-instalación"
msgid "Exit install"
msgstr "Salir de la instalación"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Error al leer el archivo $f"
@@ -3456,7 +3469,7 @@ msgstr "¿A qué partición desea cambiarle el tamaño?"
msgid "Computing Windows filesystem bounds"
msgstr "Calculando los límites del sistema de archivos Windows"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3465,12 +3478,12 @@ msgstr ""
"El cambiador de tamaño de FAT no puede manejar su partición, \n"
"occurrió el error siguiente: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Su partición Windows está muy fragmentada, por favor primero ejecute «defrag»"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3489,21 +3502,21 @@ msgstr ""
" respaldo de sus datos.\n"
"Cuando esté seguro, pulse sobre «Aceptar»."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Qué tamaño desea conservar para windows en la"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "partición %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Falló el redimensionado de la FAT: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3511,36 +3524,36 @@ msgstr ""
"No hay particiones FAT a redimensionar o para usar como loopback (o no queda "
"espacio suficiente)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Borrar el disco entero"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Quitar Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Ud. tiene más de un disco rígido, ¿sobre cual desea instalar Linux?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Se perderán TODAS las particiones y sus datos en la unidad %s"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Modo experto"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Usar diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Use fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3549,29 +3562,29 @@ msgstr ""
"Ahora puede particionar a %s.\n"
"Cuando haya terminado, no olvide de guardar usando «w»"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
msgid "You don't have enough free space on your Windows partition"
msgstr "No le queda espacio libre suficiente en la partición Windows"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
msgid "I can't find any room for installing"
msgstr "No puedo encontrar lugar alguna para instalar"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
"El Asistente de particionado de DrakX encontró las soluciones siguientes:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Falló el particionado: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Levantando la red"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Bajando la red"
@@ -3583,12 +3596,12 @@ msgstr ""
"Ocurrió un error y no sé como manejarlo de manera limpia,\n"
"continue bajo su propio riesgo."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Punto de montaje %s duplicado"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3600,12 +3613,12 @@ msgstr ""
"Compruebe el CD de instalación en un sistema ya existente con el comando:\n"
" rpm -qpl Mandrake/RPMS/*.rpm\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Bienvenido a %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Ninguna disquetera disponible"
@@ -3685,7 +3698,7 @@ msgid "There was an error ordering packages:"
msgstr "Hubo un error al ordenar los paquetes:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "¿Usar la configuración existente para X11?"
@@ -4501,94 +4514,94 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Elija un sitio espejo del cual bajar los paquetes"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Contactando al espejo para obtener la lista de paquetes disponibles"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Elija los paquetes que desea instalar"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "¿Cual es su zona horaria?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "¿El reloj interno de la computadora usa la hora GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "¿Qué sistema de impresión desea usar?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Sin contraseña"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Usar archivo shadow"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Usar contraseña con MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Usar NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "páginas amarillas (NIS)"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Esta contraseña es demasiado simple\n"
"(tiene que tener por lo menos %d caracteres de largo)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Autenticación NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "Dominio NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Aceptar usuario"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Añadir usuario"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(%s ya fue añadido)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4598,49 +4611,49 @@ msgstr ""
"Ingrese un usuario\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Nombre y apellido"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Nombre de usuario"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Icono"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Esta contraseña es demasiado sencilla"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Ingrese el nombre de usuario"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"El nombre de usuario (login) sólo debe contener letras, números, «-» y «_»"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Este nombre de usuario ya fué añadido"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -4671,19 +4684,19 @@ msgstr ""
"Si desea crear un disquete de arranque para su sistema, inserte un disquete\n"
"en la primer disquetera y presione «Aceptar»."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Primera disquetera"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Segunda disquetera"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Omitir"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4709,32 +4722,32 @@ msgstr ""
"sistema.\n"
"¿Desea crear un disquete de arranque para su sistema?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Disculpe, pero no hay disquetera alguna disponible"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Elija la disquetera que desea usar para crear el disco de arranque"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Inserte un disquete en la disquetera %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Creando el disquete de arranque"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Preparando el cargador de arranque"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "¿Desea usar aboot?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4742,81 +4755,81 @@ msgstr ""
"Ocurrió un error al instalar aboot, \n"
"¿desea forzar la instalación incluso si ello puedo destruir la 1ª partición?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Falló la instalación del cargador de arranque. Ocurrió el error siguiente:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Crackers bienvenidos"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Pobre"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Baja"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Media"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Alta"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranóica"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Preguntas varias"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(puede causar corrupción de los datos)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "¿Usar optimizaciones para el disco rígido?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Elegir el nivel de seguridad"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Precise el tamaño de la RAM si es necesario (se encontraron %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Montaje automático de los soportes extraíbles"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Limpiar /tmp en cada inicio del equipo"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Activar perfiles múltiples"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Activar el teclado numérico al inicio"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Proporcione el tamaño de la RAM en MB"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "No se puede usar supermount con un nivel de seguridad elevado"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4830,7 +4843,7 @@ msgstr ""
"máquina para otra cosa que no sea un servidor.\n"
"Ha sido avisado."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4838,22 +4851,22 @@ msgstr ""
"Tenga cuidado, el tener numlock habilitado causa que un montón de tecleos\n"
"den dígitos en vez de letras normales (ej: presionar la `p' da `6')"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"¿Desea generar un disquete de auto-instalación para replicar el sistema?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Inserte un disquete en blanco en la unidad %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Creando el disquete de auto-instalación"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4863,7 +4876,7 @@ msgstr ""
"\n"
"¿Realmente desea salir ahora?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4927,10 +4940,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "¿Su elección? (por omisión %s, teclee `none' para ninguno)"
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Checo"
+msgid "Czech (QWERTZ)"
+msgstr "Checo (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Alemán"
@@ -4938,19 +4951,19 @@ msgstr "Alemán"
msgid "Dvorak"
msgstr "Teclado dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Español"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finlandés"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Francés"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Noruego"
@@ -4958,15 +4971,15 @@ msgstr "Noruego"
msgid "Polish"
msgstr "Polaco"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Ruso"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Británico"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Estadounidense"
@@ -5014,151 +5027,167 @@ msgstr "Suizo (germánico)"
msgid "Swiss (French layout)"
msgstr "Suizo (francés)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Checo (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr "Checo (programadores)"
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Alemán (sin teclas muertas)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Danés"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Teclado Dvorak (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Teclado Dvorak (Noruego)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Teclado de Estonia"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgiano (estilo «Ruso»)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgiano (estilo «Latino»)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Griego"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Húngaro"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Croata"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israelí"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israelí (fonético)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iraní"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Teclado Islandés"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italiano"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japonés de 106 teclas"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latinoamericano"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Holandés"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Teclado de Lituania («AZERTY» antiguo)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Teclado de Lituania («AZERTY» nuevo)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Teclado de Lituania (QWERTY «numérico»)"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Teclado de Lituania (QWERTY «fonético»)"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polaco (QWERTY)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polaco (QWERTZ)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugués"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Canadiense (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Ruso (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Sueco"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Esloveno"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Eslovaco"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Eslovaco (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Eslovaco (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr "Eslovaco (programadores)"
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Tailandés"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turco (modelo «F» tradicional)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turco (modelo «Q» moderno)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ucraniano"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Estadounidense (con acentos)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Teclado de Vietnam (QWERTY «numérico»)"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Yugoslavo (caracteres latinos)"
@@ -5174,9 +5203,9 @@ msgstr "Estándar"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Ratón genérico PS2 con Rueda"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -5214,6 +5243,10 @@ msgstr "Ratón de 2 botones genérico"
msgid "Generic 3 Button Mouse"
msgstr "Ratón de 3 botones genérico"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -5270,23 +5303,23 @@ msgstr "Próximo ->"
msgid "Is this correct?"
msgstr "¿Está correcto?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Configuración de Internet"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "¿Desea intentar conectar con Internet ahora?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
msgstr "Probando su conexión..."
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
msgid "The system is now connected to Internet."
msgstr "En este momento Ud. no está conectado a Internet."
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5296,11 +5329,13 @@ msgstr ""
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Configuración de RDSI"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5308,115 +5343,115 @@ msgstr ""
"Seleccione su proveedor.\n"
" Si no está en la lista, elija No listado"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Configuración de la conexión"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Por favor complete o verifique el campo debajo"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ de la tarjeta"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Mem (DMA) de la tarjeta"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "E/S de la tarjeta"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "E/S_0 de la tarjeta"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "E/S_1 de la tarjeta"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Su número de teléfono personal"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Nombre del proveedor (ej proveedor.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Número de teléfono del proveedor"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "DNS 1 del proveedor"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "DNS 2 del proveedor"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Modo de discado"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Nombre de conexión (nombre de usuario)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Contraseña de conexión"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Confirme contraseña"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Europa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Europa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Resto del mundo"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Resto del mundo - sin canal D (líneas alquiladas)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "¿Qué protocolo desea utilizar?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "No sé"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "¿Qué tipo de tarjeta tiene?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Continuar"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Abortar"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5429,15 +5464,15 @@ msgstr ""
"\n"
"Si tiene una tarjeta PCMCIA, tiene que saber la irq y la e/s de su tarjeta.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "¿Cual es su tarjeta RDSI?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Encontré una tarjeta RDSI:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5445,13 +5480,13 @@ msgstr ""
"He detectado una tarjeta RDSI PCI, pero no conozco el tipo. Por favor, "
"seleccione una tarjeta PCI en la pantalla siguiente."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"No se encontró tarjeta RDSI PCI. Por favor, seleccione una de la pantalla "
"siguiente."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
@@ -5459,22 +5494,25 @@ msgstr ""
"No se ha detectado adaptador de red Ethernet en su sistema.\n"
"No puedo configurar este tipo de conexión."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Elija la interfaz de red"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Por favor elija que adaptador de red desea usar para conectar a Internet"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Interfaz de red"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
@@ -5482,71 +5520,71 @@ msgstr ""
"\n"
"¿Está de acuerdo?"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid "I'm about to restart the network device:\n"
msgstr "Estoy a punto de reiniciar el dispositivo de red:\n"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Configuración ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "¿Desea iniciar su conexión al arrancar?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "¿Intento encontrar un módem?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Seleccione el puerto serie al cual está conectado su módem."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Opciones de llamada por módem"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Nombre de conexión"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Número de teléfono"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "ID de conexión"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Autenticación"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Por script"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Por terminal"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Nombre de dominio"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Primer servidor DNS"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Segundo servidor DNS"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5554,7 +5592,8 @@ msgstr ""
"\n"
"Se puede conectar a Internet o volver a configurar su conexión."
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5562,12 +5601,12 @@ msgstr ""
"\n"
"Puede volver a configurar su conexión."
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid "You are not currently connected to Internet."
msgstr "En este momento Ud. no está conectado a Internet."
# ../../netconnect.pm_.c:567msgid ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5575,96 +5614,99 @@ msgstr ""
"\n"
"Puede desconectarse o volver a configurar su conexión."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid "You are currently connected to internet."
msgstr "En este momento Ud. está conectado a Internet."
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr "Conectar a Internet"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr "Desconectar de Internet"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
msgid "Configure network connection (LAN or Internet)"
msgstr "Configurar la conexión a la red (local o Internet)"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Configuración de, y conexión a, Internet"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
"Estoy a punto de reiniciar el dispositivo de red $netc->(NET_DEVICE). ¿Está "
"de acuerdo?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
msgstr "Configurar una conexión por modem normal"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
msgstr "Configurar una conexión por RDSI"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Tarjeta RDSI interna"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Módem RDSI externo"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Conectar a Internet"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "¿De qué tipo es su conexión RDSI?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
msgstr "Configurar una conexión por DSL (o ADSL)"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Francia"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Otros paises"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "¿En qué país se encuentra Ud.?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Módem Alcatel"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "Módem ECI"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr "Si su módem ADSL es Alcatel, elija Alcatel. Caso contrario, ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "usar pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "no usar pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5674,11 +5716,11 @@ msgstr ""
"Sin embargo, existe alguna conexión que sólo usa dhcp.\n"
"Si Ud. no sabe, elija «Usar pppoe»"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
msgstr "Configurar una conexión por cable"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5686,31 +5728,31 @@ msgstr ""
"¿Qué cliente dhcp desea utilizar?\n"
"dhcpd es el predeterminado"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
msgid "Disable Internet Connection"
msgstr "Deshabilitar la conexión a Internet"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Configurar la red local"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
msgid "Network configuration"
msgstr "Configuración de la red"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
msgid "Do you want to restart the network"
msgstr "¿Desea reiniciar la red?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Deshabilitar la red"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
msgid "Configure the Internet connection / Configure local Network"
msgstr "Configurar la conexión a Internet / a la red local"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5718,15 +5760,15 @@ msgstr ""
"La red local ya ha sido configurada.\n"
"Desea:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "¿Cómo desea conectarse a Internet?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Configuración de la Red"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5807,6 +5849,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "Las direcciones IP deben estar en el formato 1.2.3.4"
@@ -5936,7 +5979,7 @@ msgstr "Impresora local"
msgid "Remote printer"
msgstr "Impresora remota"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Servidor CUPS remoto"
@@ -6090,7 +6133,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Nombre de host de la impresora"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Puerto"
@@ -6230,12 +6273,12 @@ msgstr "Iniciando CUPS"
msgid "Reading CUPS drivers database..."
msgstr "Leyendo la base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Seleccione la conexión de la impresora"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "¿Como esta conectada la impresora?"
@@ -6253,11 +6296,33 @@ msgstr ""
"impresora alguna aquí; las mismas se detectarán automáticamente.\n"
"En caso de duda, seleccione\"Servidor CUPS remoto\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Con un servidor CUPS remoto, Ud. no tiene que configurar\n"
+"impresora alguna aquí; las mismas se detectarán automáticamente.\n"
+"En caso de duda, seleccione\"Servidor CUPS remoto\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP del servidor SMB"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Quitar la cola de impresión"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -6270,19 +6335,19 @@ msgstr ""
"o su ubicación. ¿Qué nombre debe utilizarse para esta impresora y\n"
"como está conectada la misma?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Nombre de la impresora"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Descripción"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Ubicación"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -6294,15 +6359,15 @@ msgstr ""
"de paso (spool) asociado con él. ¿Qué nombre y directorio deben\n"
"utilizarse para esta cola, y como está conectada?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Nombre de la cola"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Directorio de paso (spool)"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Conexión de la impresora"
@@ -7161,7 +7226,7 @@ msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
# ../../share/compssUsers
msgid "Utilities"
-msgstr ""
+msgstr "Utilitarios"
msgid "Multimedia - Sound"
msgstr "Multimedios- Sonido"
@@ -7263,6 +7328,12 @@ msgstr ""
"Conjunto de herramientas para correo, noticias, web, transferencia de "
"archivos, y chat"
+#~ msgid "Czech"
+#~ msgstr "Checo"
+
+#~ msgid "Slovakian"
+#~ msgstr "Eslovaco"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "No se pudo instalar el RPM ipchains con urpmi."
@@ -8052,9 +8123,6 @@ msgstr ""
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Ratón USB de Apple (3 botones o más)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Ratón genérico"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
diff --git a/perl-install/share/po/et.po b/perl-install/share/po/et.po
index 565e579b3..a52d52a2e 100644
--- a/perl-install/share/po/et.po
+++ b/perl-install/share/po/et.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 1999-10-28 19:54+0200\n"
"Last-Translator: Riho Kurg <rx@linux.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
@@ -86,23 +86,23 @@ msgstr "XFree %s EKSPERIMENTAALSE 3D kiirendi toega"
msgid "XFree configuration"
msgstr "XFree sätted"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Valige graafikamälu suurus"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Valige X server"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Valige monitor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -122,39 +122,39 @@ msgstr ""
"suurem kui Teie monitor võimaldab. Vastasel juhul võib Teie monitor hävida.\n"
"Kui kahtlete, valige pigem väiksem väärtus."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Realaotussagedus"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Ekraaniuuendussagedus"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Monitor ei ole seatud"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Graafikakaart ei ole veel seatud"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Kuvatihedus ei ole veel seatud"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Kas soovite seadistusi proovida?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Hoiatus: testimine võib Teie arvuti peatada"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Proovime seadistusi"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -162,146 +162,146 @@ msgstr ""
"\n"
"proovige mõnd parameetrit muuta"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Tekkis mingi viga:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Jätkub %d sekundi pärast"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Kas see on õige?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Tekkis mingi viga, proovige mõnd parameetrit muuta"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Kuvatihedus"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Valige kuvatihedus ja värvisügavus"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Graafikakaart: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 server: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Näita kõike"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Kuvatihedused"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Klaviatuuriasetus: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Hiire tüüp: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Hiire port: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Realaotussagedus: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Ekraanisagedus: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Graafikakaart: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Videomälu: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Värvisügavus: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Kuvatihedus: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 server: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 juhtprogramm: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Valmistume X-i seadistamiseks"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Muuda monitori"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Muuda graafikakaardi"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Muuda serveri parameetreid"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Muuda kuvatihedust"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Näita lisainfot"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Proovi veel"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Välju"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Mida Te soovite teha?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -315,20 +315,20 @@ msgstr ""
"%s"
# c-format
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Muudatuste aktiveerimiseks käivitage %s uuesti"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Palun väljuge ja vajutage siis Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X stardib nüüd"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -336,11 +336,11 @@ msgstr ""
"Teie arvutis on võimalik käivitada X juba alglaadimisel.\n"
"Kas soovite nii teha?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Vaikimisi sisenemine"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -348,11 +348,11 @@ msgstr ""
"Teie arvutit saab seada vaikimisi kasutaja sisenemisele.\n"
"Kui Te seda ei soovi, valige <Katkesta>"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Valige uus vaikimisi kasutaja :"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Valige palun käivitatav aknahaldur:"
@@ -452,105 +452,114 @@ msgstr "Kuvatihedus saab olla 1600x1200 sagedusel 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Kuvatihedus saab olla 1600x1200 sagedusel 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Partitsiooni algusesse"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Ketta algusesse (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "SILO paigaldamine"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Kuhu soovite alglaaduri paigaldada"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/grub paigaldamine"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Ei soovi"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Millist alglaadurit soovite kasutada?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Alglaaduri peasätted"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Alglaadimisseade"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ei tööta vanema BIOSi korral)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Kompaktne"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "kompaktne"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Graafikamood"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Ooteaeg alglaadimisel"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Salasõna"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Salasõna (uuesti)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Piira käsurea suvandeid"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "piiratud"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Alglaaduri peasätted"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Säte ``Piira käsurea suvandeid'' on ilma salasõnata mittekasutatav"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Palun proovige veel"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Salasõnad ei klapi"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -558,139 +567,143 @@ msgstr ""
"Praegu on kasutusel sellised kirjed.\n"
"Te võite neid lisada ning olemasolevaid muuta."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Lisa"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Tehtud"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Millisele sektorile soovite seda tõsta?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Muu OS (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Muu OS (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Laadefail"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Juur"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Lisada"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Read-write"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Tabel"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Ebaturvaline"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Tähis"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Vaikimisi"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "OK"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Eemalda kirje"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Tühi kirjetähis ei ole lubatud"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Selline tähis on juba kasutusel"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Leiti %s %s liidest"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "On Teil veel kaarte?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Kas Teil on ikka mõni %s liides?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Ei"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Jah"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Info riistvara kohta"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Paigaldame juhtprogrammil %s kaardile %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(moodul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Millist %s juhtprogrammi peaksime proovima?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -706,20 +719,20 @@ msgstr ""
"määratleda või lasta juhtprogrammil ise Teie arvutit kompida? Võib juhtuda,\n"
"et see viib arvuti segadusse kuid ei tohiks mingit jäävat kahju teha."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Proovida niisama"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Määrake parameetrid"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Nüüd võite moodulile %s parameetreid määrata"
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -730,11 +743,11 @@ msgstr ""
"Parameetrid on vormingus \"nimi=väärtus nimi2=väärtus2 ...\".\n"
"Näiteks: \"io=0x300 irq=7\""
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Mooduli parameetrid:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -821,7 +834,7 @@ msgstr "1 minut"
msgid "%d seconds"
msgstr "%d sekundit"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Tekita"
@@ -829,7 +842,7 @@ msgstr "Tekita"
msgid "Unmount"
msgstr "Ühenda lahti"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Kustuta"
@@ -837,16 +850,16 @@ msgstr "Kustuta"
msgid "Format"
msgstr "Vorminda"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Muuda suurust"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Tüüp"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Ühenduspunkt"
@@ -983,8 +996,8 @@ msgid "Please make a backup of your data first"
msgstr "Palun tehke oma andmetest enne tagavarakoopia"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Lugege hoolega!"
@@ -1008,7 +1021,7 @@ msgstr "Vaadake ette: see võib olla ohtlik."
msgid "Error"
msgstr "Viga"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Ühenduspunkt:"
@@ -1119,35 +1132,35 @@ msgstr "Partitsioonitabeli tüüp: %s\n"
msgid "on bus %d id %d\n"
msgstr "siinil %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Ühenda"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktiivne"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Lisa RAIDi"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Eemalda RAIDist"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Modifitseeri RAIDi"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Kasuta loopback-ina"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Valige tegevus"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1159,7 +1172,7 @@ msgstr ""
"Kui kasutate LILO-t, ei tööta see sel moel, kui aga ei kasuta, ei ole Teile "
"ka /boot vajalik"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1170,7 +1183,7 @@ msgstr ""
"füüsiliselt tagapool 1024-t silindrit ja Teil ei ole /boot partitsiooni.\n"
"Kui plaanite kasutada LILO alglaadurit, lisage kindlasti /boot partitsioon"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1180,57 +1193,57 @@ msgstr ""
"Ilma /boot partitsioonita ei ole võimalik sellist süsteemi laadida.\n"
"Lisage kindlasti /boot partitsioon!"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Kasutage pigem ``%s''"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Kasutage enne \"Ühenda lahti\""
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Partitsiooni %s tüübi muutmisel hävivad kõik seal olnud andmed"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Jätkate ikkagi?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Lõpeta ilma salvestamata"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Lõpetate ilma partitsioonitabelit salvestamata?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Muuda partitsiooni tüüp"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Mis keelt soovite kasutada?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "ReiserFS ei ole kasutatav alla 32MB partisioonidel"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kuhu soovite loopback-faili %s ühendada?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Kuhu soovite seadme %s ühendada?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1238,145 +1251,145 @@ msgstr ""
"Seda ühenduspunkti ei saa eemaldada, kuna partitsioon on kasutusel.\n"
"loopback-ina. Eemaldage enne loopback"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Partitsiooni %s vormindamisel hävivad sellel kõik andmed"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Vormindan"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Vormindan loopback faili %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Vormindan partitsiooni %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Pärast kõigi partitsioonide vormindamist"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "on kõik andmed neil partitsioonidel hävivad"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Liiguta"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Millisele kettale soovite seda ümber paigutada?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Millisele sektorile soovite seda ümber paigutada?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Paigutan ümber"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Liigutan partitsiooni..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Ketta %s partitsioonitabel salvestatakse!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Muudatuste jõustamiseks vajate alglaadimist"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Arvutan FAT failisüsteemi piire"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Muudan suurust"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Mis partitsiooni soovite muuta?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Selle partitsiooni andmetest võiks olla tagavarakoopia"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Partitsiooni %s suuruse muutmisel hävivad sellel kõik andmed"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Valige uus suurus"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Looge uus partitsioon"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Algsektor: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Suurus (MB): "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Failisüsteemi tüüp: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Eelistus: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Seda partitsiooni ei saa loopback-ina kasutada"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "loopback faili nimi:"
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "See fail on juba loopback-ina kasutusel, valige mõni muu"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Fail on juba olemas. Kas kasutan seda?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Valige fail"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1384,11 +1397,11 @@ msgstr ""
"Tabeli tagavarakoopia ei ole sama suurusega\n"
"Soovite jätkata?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Hoiatus"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1396,27 +1409,27 @@ msgstr ""
"Pange tühi flopi masinasse\n"
"Kõik andmed sellel hävivad"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Proovin päästa partitsioonitabelit"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "seade"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "tase"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "ühiku suurus"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Vali olemasolev RAID, millele lisada"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "uus"
@@ -2772,8 +2785,8 @@ msgstr "Teenuste sätted"
msgid "Configure printer"
msgstr "Printeri sätted"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Juurkasutaja salasõna"
@@ -2801,7 +2814,7 @@ msgstr "Kiirpaigaldusflopi"
msgid "Exit install"
msgstr "Välju programmist"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Viga faili $f lugemisel"
@@ -2900,7 +2913,7 @@ msgstr "Mis partitsiooni soovite muuta?"
msgid "Computing Windows filesystem bounds"
msgstr "Arvutan Windowsi failisüsteemi piire"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -2909,12 +2922,12 @@ msgstr ""
"FAT partitsiooni suurust ei õnnestu muuta, \n"
"ilmnes selline viga: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Teie Windowsi partitsioon on fragmenteerunud, palun kasutada 'defrag'-i"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -2931,56 +2944,56 @@ msgstr ""
"scandisk-i, defrag-i ja tehke tagavarakoopia.\n"
"Kui olete oma otsuses kindel, vajutage OK."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Kui palju ruumi jätate Windowsi jaoks?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "Partitsioon %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Suuruse muutmine ebaõnnestus: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr "Sobivat FAT partitsiooni ei leitud (ei ole piisavalt ruumi)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Tühjenda kogu ketas"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Eemalda Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Teil on rohkem kui üks kõvaketas, millisele neis paigaldate Linuxi?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Kettal %s hävivad KÕIK partitsioonid ja andmed"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Eksperdi mood"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Kasuta diskdrake-i"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Kasuta fdisk-i"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -2989,30 +3002,30 @@ msgstr ""
"Nüüd saate partitsioneerida %s kõvaketta\n"
"Kui olete valmis, salvestage käsuga 'w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Kasuta vaba ruumi Windowsi partitsioonil"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Partitsioone ei saa enam lisada"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX kettajagamise abimees leidis sellised lahendused:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ketta jagamine ebaõnnestus: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Käivitame võrguliidesed"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Seiskame võrguliidesed"
@@ -3024,12 +3037,12 @@ msgstr ""
"Tekkis mingi viga, aga seda ei suuda programm ise klaarida.\n"
"Jätkake omal vastutusel."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Ühenduspunkt %s on määratud topelt"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3040,12 +3053,12 @@ msgstr ""
"Teie CD-lugeja või CD on ilmselt vigane.\n"
"Paketifaile CD-l saate kontrollida käsuga \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "See ongi %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Flopiseade ei ole kättesaadav"
@@ -3125,7 +3138,7 @@ msgid "There was an error ordering packages:"
msgstr "Pakettide tellimisel tekkis viga:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Kasutada olemasolevat X-i seadistust?"
@@ -3788,92 +3801,92 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Valige peegel, millelt lugeda pakettide nimekiri"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Proovin lugeda peeglilt pakettide nimekirja"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Palun valige paketid paigaldamiseks"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "Millises ajavöötmes asute?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Kas Teie arvuti sisekell on seatud GMT ajale?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Millist printimissüsteemi soovite kasutada?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Salasõna puudub"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Kasuta varjutatud paroolifaili"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "varjutatud"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Kasuta parooli kaitsmiseks MD5 algoritmi"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Kasuta NIS-i"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "NIS YP"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Salasõna on liiga lihtne (peaks olema vähemalt %d tähemärki)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "NIS autentimine"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS domeen"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS server:"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Kasutaja õige"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Lisa kasutaja"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(juba lisatud %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3883,48 +3896,48 @@ msgstr ""
"Sisesta kasutaja\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Pärisnimi"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Kasutajatunnus"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Käsurida"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Ikoon"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Salasõna on liiga lihtne"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Palun andke kasutajatunnus"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Kasutajatunnus tohib sisaldada ainult väikesi tähti, numbreid, - ja _"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "See kasutajatunnus on juba lisatud"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -3952,19 +3965,19 @@ msgstr ""
"Alglaadimisketta loomiseks asetage flopi esimesse seadmesse ning vajutage\n"
"\"Ok\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Esimene flopiseade"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Teine flopiseade"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Jäta vahele"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -3985,32 +3998,32 @@ msgstr ""
"failisüsteemiga peaks mingi õnnetus juhtuma. Hoidke end ja Teid hoiab\n"
"ka Jumal!"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Flopiseade ei ole kättesaadav"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Vali flopiseade, mida kasutad alglaadimisketta tegemiseks"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Pane flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Loome alglaadimisketta"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Alglaaduri sätted"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Soovite aboot-i kasutada?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4018,80 +4031,80 @@ msgstr ""
"Viga aboot-i paigaldamisel, \n"
"kas forseerida, riskides esimese partitsiooni hävinguga?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Alglaaduri paigaldamine ebaõnnestus. Tekkis järgnev viga:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Tere tulemast, kräkkerid"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Vähene"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Madal"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Keskmine"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Kõrge"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoiline"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Muud küsimused"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(võib tekitada andmete hävimist)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Kas optimiseerime kõvaketast?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Valige turvatase"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Kui vaja, täpsusta RAM suurust (leitud %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "CD/flopi/.. autoühendamine"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Puhasta /tmp igal laadimisel"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Võimalda mitut profiili"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Lülita Num Lock käivitamisel sisse"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Anna mälu suurus megabaitides"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Kõrgel turvatasemel ei saa supermount-i kasutada"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4105,7 +4118,7 @@ msgstr ""
"Serveri puhul on selline piirang täiesti mõistlik.\n"
"Teid on igal juhul hoiatatud."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4113,21 +4126,21 @@ msgstr ""
"Olge ettevaatlik, NumLock-i kasutamine võib põhjustada (eriti kantavatel\n"
"arvutitel) probleeme."
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr "Kas soovite luua kiirpaigaldusflopi (abiks korduval paigaldusel)?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Pange palun tühi flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Loon kiirpaigaldusflopi"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4137,7 +4150,7 @@ msgstr ""
"\n"
"Olete kindel, et väljute programmist?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4198,10 +4211,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Teie valik? (vaikimisi %s, `none' - ei midagi)"
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "T¨ehhi"
+msgid "Czech (QWERTZ)"
+msgstr "T¨ehhi (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Saksa"
@@ -4209,19 +4222,19 @@ msgstr "Saksa"
msgid "Dvorak"
msgstr "DVORAK"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Hispaania"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Soome"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Prantsuse"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norra"
@@ -4229,15 +4242,15 @@ msgstr "Norra"
msgid "Polish"
msgstr "Poola"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Vene"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Briti"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "US"
@@ -4285,151 +4298,167 @@ msgstr "Ðveitsi (Saksa asetus)"
msgid "Swiss (French layout)"
msgstr "Ðveitsi (Prantsuse asetus)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "T¨ehhi (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Saksa (ilma sammuta)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Taani"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "DVORAK (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "DVORAK (Norra)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Eesti"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruusia (vene)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruusia (ladina)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Kreeka"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Ungari"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Kroaadi"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Iisraeli"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Iisraeli foneetiline"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iraani"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islandi"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Itaalia"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Jaapani 106 klahviga"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Ladina-Ameerika"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Hollandi"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Leedu AZERTY (vanem)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Leedu AZERTY (uuem)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Leedu numbrireaga QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Leedu foneetiline QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Poola (QWERTY)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Poola (QWERTZ)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugali"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanada (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Vene (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Rootsi"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Sloveenia"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slovaki"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovaki (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slovaki (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Tai"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Türgi (\"F\" mudel)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Türgi (\"Q\" mudel)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukraina"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "US (rahvusvaheline)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnami numbrireaga QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Jugoslaavia (latin)"
@@ -4445,9 +4474,10 @@ msgstr "Tavahiir"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Lihtsalt hiir"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4485,6 +4515,10 @@ msgstr "Lihtsalt 2-nupuline hiir"
msgid "Generic 3 Button Mouse"
msgstr "Lihtsalt 3-nupuline hiir"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -4542,25 +4576,25 @@ msgstr "Järgmine ->"
msgid "Is this correct?"
msgstr "Kas see on sobiv?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Interneti sätted"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Kas soovite oma internetiühendust proovida?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Võrgusätted"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Ei taha võrku seadistada"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4569,11 +4603,13 @@ msgstr "Loo internetiühendus / Seadista kohtvõrk"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "ISDN sätted"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -4581,115 +4617,115 @@ msgstr ""
"Vali oma teenusepakkuja.\n"
" Kui see ei ole nimekirjas, vali Tundmatu"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Internetiühenduse sätted"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Palun täida allpool olev väli"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "Kaardi IRQ"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Kaardi mälu (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "Kaardi IO"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "Kaardi IO_0"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "Kaardi IO_1"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Teie telefoninumber"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Teenusepakkuja tunnus (näiteks minuisp.ee)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Sissehelistamiskeskuse number"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "Teenusepakkuja DNS 1"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "Teenuspakkuja DNS 2"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Valimisviis"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Kasutajatunnus"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Salasõna"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Salasõna uuesti"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Euroopa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Euroopa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Ülejäänud maailm"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Ülejäänud maailm - ilma D-kanalita"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Mis protokolli soovite kasutada?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Ei tea"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Mis tüüpi kaart Teil on?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Jätka"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Katkesta"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4702,15 +4738,15 @@ msgstr ""
"Kui Teil on PCMCIA kaart, peaksite Te ise teadma selle IRQ ning IO "
"väärtusi.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Milline on Teie ISDN kaart?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Leitud ISDN kaart:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -4718,11 +4754,11 @@ msgstr ""
"Leidsin küll PCI ISDN kaardi, kui selle tüüp on tundmatu. Palun valige üks "
"PCI kaart järgmisel sammul."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "PCI ISDN kaarti ei leitud. Palun valige üks järgmisel sammul."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
#, fuzzy
msgid ""
"No ethernet network adapter has been detected on your system.\n"
@@ -4731,214 +4767,221 @@ msgstr ""
"Ühtki võrgukaarti ei ole hetkel seadistatud. Palun kasutage selleks "
"riistvara sätteseadjat."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Valige võrguliides"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Palun valige, millist võrguliidest soovite internetiühenduse jaoks kasutada"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Võrguliides"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Kas käivitan uued võrguliidese sätted?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "ADSL sätted"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Kas soovite luua ühenduse juba alglaadimisel?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Kas otsida modemit?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Millisesse seerialporti on Teie modem ühendatud?"
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "DialUp parameetrid"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Ühenduse nimi"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Sissehelistamiskeskuse number"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Kasutajakonto"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Autentimisviis"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Skriptipõhine"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Terminalipõhine"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Domeeninimi"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Esimene nimeserver:"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Teine nimeserver:"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Loo internetiühendus / Seadista kohtvõrk"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Võrgusätted"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Ei taha võrku seadistada"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Ei taha võrku seadistada"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Loo ühendus"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Katkesta ühendus"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Võrgusätted"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Internetiühenduse seadistamine"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
#, fuzzy
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr "Kas käivitan uued võrguliidese sätted?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Võrgusätted"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Võrgusätted"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Sisemine ISDN kaart"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Väline modem"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Loo internetiühendus"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Millist ISDN ühendust kasutate?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Võrgusätted"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Prantsusmaa"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Muud maad"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "Millisel maal Te praegu olete ?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel modem"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI modem"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr "Kui teil on Alcatel-i modem, valige Alcatel. Muidu aga ECI"
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "kasuta pppoe-d"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "ära kasuta pppoe-d"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -4948,12 +4991,12 @@ msgstr ""
"Mõnel juhul aga kasutatakse ainult dhcp-d.\n"
"Kui Te ei tea, kasutage pppoe-d"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Võrgusätted"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -4961,35 +5004,35 @@ msgstr ""
"Mis DHCP klienti soovite kasutada?\n"
"Vaikimisi on dhcpd"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Võrgusätted"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Kohtvõrgu seadistamine"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Võrgu sätted"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Kas soovite seadistusi proovida?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "tühista võrgusätted"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Loo internetiühendus / Seadista kohtvõrk"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -4997,15 +5040,15 @@ msgstr ""
"Kohtvõrk on juba seadistatud.\n"
"Kas soovite:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Kuidas soovite luua internetiühendust?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Võrgu sätted"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5086,6 +5129,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-aadress peab olema formaadis 1.2.3.4"
@@ -5215,7 +5259,7 @@ msgstr "Kohalik printer"
msgid "Remote printer"
msgstr "Võrguprinter"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "CUPS printserver"
@@ -5363,7 +5407,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Printeri nimi"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Port"
@@ -5505,12 +5549,12 @@ msgstr "CUPS käivitatakse"
msgid "Reading CUPS drivers database..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Vali printeri ühendusviis"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Kuidas on see printer ühendatud?"
@@ -5528,11 +5572,33 @@ msgstr ""
"printereid seadistada, need leitakse automaatselt.\n"
"Kui kahtlete, valige \"CUPS printserver\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Kui võrgus on CUPS server, siis ei ole Teil vaja siin\n"
+"printereid seadistada, need leitakse automaatselt.\n"
+"Kui kahtlete, valige \"CUPS printserver\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "SMB serveri IP"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Eemalda printimisjärg"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5543,19 +5609,19 @@ msgstr ""
"(sageli lp) ja printkataloogi. Millist nime peaks kasutama\n"
"kasutama selle printeri puhul ja kuidas see on ühendatud?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Printeri nimi"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Kirjeldus"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Asukoht"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5566,15 +5632,15 @@ msgstr ""
"(sageli lp) ja printkataloogi. Millist nime ja kataloogi peaks\n"
"kasutama selle printeri puhul ja kuidas see on ühendatud?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Printeri nimi"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Printkataloog"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Printeri ühendusviis"
@@ -6499,6 +6565,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "T¨ehhi"
+
+#~ msgid "Slovakian"
+#~ msgstr "Slovaki"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "Ei saa paigaldada 'ipchains' paketti urpmi abil."
@@ -6928,9 +7000,6 @@ msgstr ""
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Apple USB hiir (3+ nuppu)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Lihtsalt hiir"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
diff --git a/perl-install/share/po/eu.po b/perl-install/share/po/eu.po
index b3884a0d7..5ed4e4a7b 100644
--- a/perl-install/share/po/eu.po
+++ b/perl-install/share/po/eu.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 1999-12-20 11:28+0100\n"
"Last-Translator: Joseba Bidaurrazaga van Dierdonck <jepibi-san@ej-gv.es>\n"
"Language-Team: Euskara <linux-eu@chanae.alphanet.ch>\n"
@@ -90,23 +90,23 @@ msgstr "XFree %s harware bidezko 3D azelerazioaz; EXPERIMENTALA"
msgid "XFree configuration"
msgstr "XFree-ren konfigurazioa"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Hatatu zure grafikoen txartelerako memoriaren tamaina"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Hautatu zerbitzariarentzako aukerak"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Hautatu monitorea"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitorea"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -129,39 +129,39 @@ msgstr ""
"OSO GARRANTZITSUA da: monitorea kaltetudezakezu.\n"
" Dudatan bazaude izan kontserbakorra."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Freskatze horizontalaren maiztasuna"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Freskatze bertikalaren maiztasuna"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Monitorea konfiguratu gabe"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Grafikoen txartela konfiguratu gabe oraindik"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Oraindik erresoluzioak hautatu gabe"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Konfigurazioa frogatu nahi duzu?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Kasu: txartel grafiko honen saiakerak konputagailua izoztu lezake"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Frogatu konfigurazioa"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -169,146 +169,146 @@ msgstr ""
"\n"
"saia zaitez beste parametruez"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Errorea gertatu da:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "%d segundu barru irtengo naiz"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Zuzenak dira hautuak?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Errorea gertatu da, saia zaitez zenbait parametro aldatuz"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Erresoluzioa"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Hautatu erresoluzioa eta kolore sakontasuna"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Grafikoen txartela: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 zerbitzaria: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Erakutsi dena"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Erresoluzioak"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Teklatuaren itxura: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Sagu mota: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Saguaren tresna (device): %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitorea: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitorearen HorizSync: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitorearen VertRefresh: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafikoen txartela: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Memoria grafikoa: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Kolore sakontasuna: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Erresoluzioa: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 zerbitzaria: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 gidaria: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "X-Windows-en konfigurazioa prestatzen"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Aldatu monitorea"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Aldatu grafikoen txartela"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Aldatu zerbitzariaren aukerak"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Aldatu erresoluzioa"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Erakutsi informazioa"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Saia zaitez berriro"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Irten"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Zer egin nahi duzu?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -321,20 +321,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Mesedez, log egin berriro %s-n aldaketak indarrean sartzeko"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Mesedez log out egin eta gero Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X abiatzerakoan"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -342,11 +342,11 @@ msgstr ""
"Zure konputagailua abiatzerakoan X-en sartzeko egokitu dezaket.\n"
"X-en sartu nahi al duzu abiatzerakoan?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Autologin"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -355,11 +355,11 @@ msgstr ""
"dezaket.\n"
"Ez baduzu aukera hau erabili, etsi botoia klikatu"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Hautatu jatorrizko erabiltzailea:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Hauta abiarazterakoan nahi duzun lehio kudeatzailea:"
@@ -460,106 +460,115 @@ msgstr "1600x1200 70 Hz-tan egin lezakeen pantaila"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "1600x1200 76 Hz-tan egin lezakeen pantaila"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Boot partizioaren lehenengo sektorea"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Diskoaren lehenengo sektorea (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "SILOren instalazioa"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Non instalatu nahi duzu abiarazlea?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/grub Instalazioa"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Batez"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Zein abiarazle erabili nahi duzu?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Abiarazlearen instalazioa"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Abiarzsteko unitatea"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ez dabil BIOS zaharretan"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Trinkoa"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "trinkoa"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Bideo modua"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Imagina arrunta abiarazteko itxaron denbora"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Pasahitza"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Pasahitza (berriz)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Komando lerroaren aukerak murriztu"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "murriztu"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Abiarazlearen aukera nagusiak"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Aukera ``Komando lerroaren aukerak murriztu'' ezin erabili pasahitz gabe"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Mesedez saia zaitez berriro"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Pasahitza ez dator bat"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -567,139 +576,143 @@ msgstr ""
"Hemen daude sarrera desberdinak.\n"
"Zenbait gehitu edo daudenak aldatu ditzakezu."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Gehitu"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Eginda"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Zelako sarrera mota gehitu nahi duzu"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Beste OS (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Beste OS (windows..."
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Imagina"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Jarraitu (Append)"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Irakur-idatz"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Taula"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Unsafe"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Etiketa"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Jatorrizkoa"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Ados"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Ezabatu sarrera"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Etiketa kentzea ez dau onartzen"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Etiketa hau dagoeneko erabilia"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s %s inteface-ak aurkituta"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Besterik daukazu?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "%s interface-rik duzu?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Ez"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Bai"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Ikus harwarearen informazioa"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "%s-ko %s txartelen driver-ak instalatzen"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(%s modulua)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Zein %s driver-an saia naiteke?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -718,20 +731,20 @@ msgstr ""
"konputagailua\n"
"eskegi lezake, honek ez du kalterik eragin beharrik."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Autofroga"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Aukerak espezifikatu"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Orain %s moduluari bere aukerak ezarri diezaiokezu."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -742,11 +755,11 @@ msgstr ""
"Aukeren formatua: ``izena=balioa izena2=balioa2 ...''.\n"
"Adibidez, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Muduluaren aukerak:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -833,7 +846,7 @@ msgstr ""
msgid "%d seconds"
msgstr "%d segundu"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Eratu"
@@ -841,7 +854,7 @@ msgstr "Eratu"
msgid "Unmount"
msgstr "Desmuntatu"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Ezabatu"
@@ -849,16 +862,16 @@ msgstr "Ezabatu"
msgid "Format"
msgstr "Formatua"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Berregokitu"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Mota"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Muntatze puntua"
@@ -995,8 +1008,8 @@ msgid "Please make a backup of your data first"
msgstr "Mesedez, aurretik datuen backup-a egin"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Arretaz irakur"
@@ -1020,7 +1033,7 @@ msgstr "Kontuz: arrizkutsua izan daiteke."
msgid "Error"
msgstr "Errorea"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Muntatze puntua: "
@@ -1131,35 +1144,35 @@ msgstr "Partizio taularen mota: %s\n"
msgid "on bus %d id %d\n"
msgstr "on bus %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Muntatu"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktibatu"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Gehitu RAIDi"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "RAIDtik ken"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Aldatu RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Loopback erabili"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Hautatu akzioa"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1171,7 +1184,7 @@ msgstr ""
"LILO erabiliz gero ez du funtzionatuko, edo LILO erabili ezean ez duzu "
"/boot-en beharrik"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1183,7 +1196,7 @@ msgstr ""
"eta ez duzu /boot partiziorik.\n"
"LILO abiarazle modura erabiliko baduzu, /boot partizioa gehitu"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1193,58 +1206,58 @@ msgstr ""
"Abiarazleak ezin du hau kudeatu /boot partiziorik gabe.\n"
"Beraz habil kontuz eta gehitu /boot partizioa"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Bestela ``%s'' erabili"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Lehenengo ``Unmount'' erabili"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"%s partizio mota aldatzerakoan, partizio honetako datu guztiak galduko dira"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Jarraitu dena den?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Irten gorde gabe"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Irten partizio taula idatzi gabe?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Aldatu partizio mota"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Zein erabilera nahi duzu?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Ez erabili ReiserFS 32MB baino gutxiagoko partizioak eratzeko"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "%s loopback fitxategia non eraiki nahi duzu?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "%s tresna non instalatu nahi duzu?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1252,147 +1265,147 @@ msgstr ""
"Ezin kendu muntai puntua hemendik, loop back-ek erabiltzen du.\n"
"Aurretik loopback kendu"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"%s partizioa formateatuz gero, partizio honetako datu guztiak galduko dira"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formateatzen"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "%s loopback fitxategia formateatzen"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "%s partizioa formateatzen"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Partizio guztiak formateatu ondoren,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "partizio hoietako datu guztiak galduko dira"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Mugitu"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Zein diskotara mugitu nahi duzu?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektore"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Zein sektore mugitu nahi duzu?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Mugituz"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Partizioa mugitzen..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "%s unitatearen partizio taula diskoan idatziko da!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Aldaketak indarrean jar daitezen breabiatu behar duzu ordenadorea"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "fat-aren fitxategi-sistemen loturak zenbatzen"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Egokitzen"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Zein partizio berregokitu nahi duzu?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Partizio honetako datu guztien backup-a beharrezkoa litzateke"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"%s partizioa egokitzerakoan, partizio honetako datu guztiak galduko dira"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Hautatu tamaina berria"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Eratu partizio berriak"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Haste sektorea: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Tamaina MBetan: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Fitxategi-sistema mota: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Hobespena: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Partizio hau ezin du loopback-ek erabili"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Loopback-en fitxategi izena: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Beste loopback batek erabilitako fitxategia, hauta besteren bat"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "%s fitxategia esistitzen da. Erabili?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Hautatu fitxategia"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1400,11 +1413,11 @@ msgstr ""
"Backup-aren partizio taulak ez du neurri berdina\n"
"Jarraituko dut?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Kontuz"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1412,27 +1425,27 @@ msgstr ""
"Disketea sartu unitatean\n"
"Disketeko datu guztiak galduko dira"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Partizio taula berreskuratzeko saioan"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "tresna (device)"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "maila"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "xerraren tamaina"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Hautatu esistitzen den RAIDa hona gehitzeko"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "berria"
@@ -2838,8 +2851,8 @@ msgstr "Konfiguratu zerbitzuak"
msgid "Configure printer"
msgstr "Konfiguratu irarkola"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "root-aren pasahitza ezarri"
@@ -2867,7 +2880,7 @@ msgstr "Auto instalatu disketea"
msgid "Exit install"
msgstr "Instalaziotik irten"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "$f fitxategia irakurtzean errorea"
@@ -2966,7 +2979,7 @@ msgstr "Zein partizio berregokitu nahi duzu?"
msgid "Computing Windows filesystem bounds"
msgstr "Windows-aren fitxategi-sistemen loturak zenbatzen"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -2975,11 +2988,11 @@ msgstr ""
"FATaren berregokitzaileak ezin du zure partizioan eragin, \n"
"hurrengo errorea gertatu da: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr "Zure windows partizioa oso zatikatua, mesedez ``defrag'' egin"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -2996,21 +3009,21 @@ msgstr ""
"aukeran defrag) partizio honetan eta egizu backupa.\n"
"Ziur bazaude, sakatu Ok."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Zein tamaina gorde nahi duzu windowserako?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "partizioa %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT tamaina egokierak huts egin du: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3018,37 +3031,37 @@ msgstr ""
"Ez dao FAT partiziorik berregokitzeko edo loopback bezala erabiltzeko (edo "
"ez da lekurik geratzen)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Ezabatu Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Disko zurrun bat baino gehiago duzu, zeinetan instalatu nahi duzu linux?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Dauden partizio GUZTIAK eta hauetako datuak galduko dira %s-n"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Aditu mota"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Erabili diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Erabili fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3057,30 +3070,30 @@ msgstr ""
"%s partizioa egin dezakezu orain\n"
"Eginda dagoenean, ez ahaztu, gorde `w' erabiliz"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Erabili Windows partizioako toki librea"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Ezin dut partizio gehiagorik gehitu"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DraX-en partiziorako tresnak hurrengo soluzioak aurkitu ditu:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Partizioak huts egin du: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Sarea eraikitzen"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Sarea beheratzen"
@@ -3092,12 +3105,12 @@ msgstr ""
"Errorea eman da eta ezin dezaket egokiro kudeatu.\n"
"Jarraitu zure kabuz."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "%s muntaia puntua bikoiztu"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3109,12 +3122,12 @@ msgstr ""
"Saiatu cd-a instalatutako konputagailuren batean \"rpm -qpl "
"Mandrake/RPMS/*.rpm\" erabiliaz\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Ongi etorri %s-ra"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Ez dago disketerik"
@@ -3194,7 +3207,7 @@ msgid "There was an error ordering packages:"
msgstr "Paketeak antolatzerakoan errorea izan da:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "X11-rako dagoen konfigurazioa erabili?"
@@ -3864,92 +3877,92 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Hautatu paketeak lortzeko erabiliko duzun mirror-a"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Mirror-arekin kontaktazen eskuragai dauden pakete zerrenda lortzeko"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Mesedea hauta instalatu nahi dituzun paketeak."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "Zein da zure ordu eremua?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Zure hardwareko erlojua GTMari egokitua dago?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Zein inprimaketa sistema erabili nahi duzu?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Pasahitzik ez"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Itzalpeko fitxategia erabili"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "itzalpea"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "MD5 pasahitzak erabili"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "NIS erabili"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "orri horiak"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Pasahitza sinpleegia da (gutxienez %d karaktere izan behar ditu)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "NIS egiaztapena"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS domeinua"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS Zerbitzaria:"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Onartu erabiltzailea"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Gehitu erabiltzailea"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(%s dagoeneko gehitua)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3959,48 +3972,48 @@ msgstr ""
"Erabiltzailea sartu\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Benetako izena"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Erabiltzailearen izena"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Maskorra"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Ikonoa"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Pasahitza sinpleegia da"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Mesedez erabiltzaile izena eman"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Erabiltzailearen izenean soilik hizki txikiak, zenbakiak, `-' eta `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Erabiltzaile izen hau dagoeneko gehituta dago"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -4028,19 +4041,19 @@ msgstr ""
"porrotetatik berreskura dezake. Zure sistemarako disko abiarazlerik egin "
"nahi baduzu \"Ados\" klikatu."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Lehenengo diskete unitatea"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Bigarren diskete unitatea"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Ahaztu"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4064,32 +4077,32 @@ msgstr ""
"porrotetatik berreskura dezake. Zure sistemarako disko abiarazlerik egin "
"nahi duzu?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Parkatu, ez dago disko unitate erabilgarririk"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Hautatu disko abiarazlea egiteko erabiliko den unitatea"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "%s-n diskoa sartu"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Disko abiarazlea eraikitzen"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Abiarazlea prestatzen"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "aboot erabili nahi duzu?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4098,80 +4111,80 @@ msgstr ""
"indarrez ezarri instalazioa nahiz eta lehen partizioa urratzeko arriskua "
"egon?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "abiarazlearen instalazioak porrot egin du. Errore hau izan da:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Ongi etorri Crackers-era"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Txiroa"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Gutxi"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Ertaina"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Handia"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoidea"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Denetariko galderak"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(datuak galaraz lezake)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Disko zurrunaren optimizatzaileak erabili nahi?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Hautatu segurtasun neurria"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Behar izanez gero RAM tamaina zehatza(%d MB aurkituta)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Medio eramangarrien automuntaia"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Abiarazte bakoitzean /tmp garbitu"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Gaitu multi profilak"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Hasterakoan zenbakien finkaketa (num lock) baimendu"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Ram tamaina Mb-etan"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Segurtasun neurri altuetan ezin da supermount erabili"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4185,7 +4198,7 @@ msgstr ""
"Orokorrero, zure makina zerbitzari bezala lan egingo du.\n"
"Abisatuta zaude."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4193,21 +4206,21 @@ msgstr ""
"Kasu, numlock-a piztuta izatean zenbait tekla zenbaikak ematen\n"
"dituzte, hizkien ordez (ad: sakatu `p' eta lortu `6')"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr "Linuxaren replikazioarako auto install floppya egin nahi duzu?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "%s-n disko hutsa sartu"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Berez instalatzeko disketea prestatzen"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4217,7 +4230,7 @@ msgstr ""
"\n"
"Benetan irten nahi duzu?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4281,10 +4294,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Zure aukera? (jatorrizko % sar `none' ezer denean"
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Txekoa"
+msgid "Czech (QWERTZ)"
+msgstr "Txekoa (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Germaniarra"
@@ -4292,19 +4305,19 @@ msgstr "Germaniarra"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Hegoko Euskalduna edo Espaniarra"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finlandarra"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Iparreko Euskalduna edo Frantziarra"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norbegiarra"
@@ -4312,15 +4325,15 @@ msgstr "Norbegiarra"
msgid "Polish"
msgstr "Polonesa"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Errusiarra"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Erresuma Batukoa"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Estatu Batuetakoa"
@@ -4368,151 +4381,167 @@ msgstr "Suitzarra (Germaniarra)"
msgid "Swiss (French layout)"
msgstr "Suitzarra (Frantseza)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Txekoa (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Alemana (alferrikako teklarik ez)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Daniarra"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norbegiarra)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estoniarra"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgiarra (\"Errusiarra\")"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgiarra (\"Latindarra\")"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "grekoa"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Hungariarra"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Kroata"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israeldarra"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israeldarra (fonetikoa)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iraniarra"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islandiarra"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italiarra"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japoniarra 106 tekla"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Amerika latindarra"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Holandarra"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Lituaniako AZERTY (zaharra)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Lituaniako AZERTY (berria)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituaniako \"lerro zenbakia\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituaniako \"fonetikoa\"QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Poloniarra (QWERTY)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Poloniarra (QWERTZ)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugaldarra"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanadakoa (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Errusiarra (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Suediarra"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Eslobeniarra"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Eslobakiarra"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Eslobakiarra (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Eslobakiarra (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Tailandarra"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turkiarra (ohiko \"F\" modeloa"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turkiarra (modernoa \"Q\" modeloa"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukraniarra"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Estatu Batuetakoa (nazioartekoa)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnameko \"lerro zenbakia\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Iugoslabiarra (latinoa)"
@@ -4528,9 +4557,10 @@ msgstr ""
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Ohiko sagua, 2 botoiduna"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4568,6 +4598,10 @@ msgstr "Ohiko sagua, 2 botoiduna"
msgid "Generic 3 Button Mouse"
msgstr "Ohiko sagua, 3 botoiduna"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -4625,25 +4659,25 @@ msgstr ""
msgid "Is this correct?"
msgstr "Zuzena da?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Interneten konfigurazioa"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Internetera konektatze saiorik egin nahi orain?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Konfiguratu internet konexioa"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Internetera ez konektatu"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4652,11 +4686,13 @@ msgstr "Internetera konektatu / Bertoko sarea konfiguratu"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "ISDN Konfigurazioa"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -4664,115 +4700,115 @@ msgstr ""
"Ornitzailea hautatu.\n"
"Zerrendan ezbalego, hauta Unlisted"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Konexioaren Konfigurazioa"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Mesedez beheko eremua bete edo berrikusi"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "Txartelaren IRQ"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Txartelaren memoria (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "Txartelaren IO"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "Txartelaren IO_0"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "Txartelaren IO_1"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Zure telefono zenbakia"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Ornitzailearen izena (adb: ornitzaile.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Ornitzailearen telefono zenbakia"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "Ornitzailearen dns 1"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "Ornitzailearen dns 2"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Markatze modua"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Kontuaren login-a (erabiltzailearen izena)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Kontuaren Pasahitza"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Biaeztatu Pasahitza"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Europa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Europa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Munduko beste guztia"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Eropatik at - ez D-Channel-ik (leased lines)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Zein protokolo erabili nahi duzu?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Ez dakit"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Zein da zure txartel mota?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Jarraitu"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Eten"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4785,15 +4821,15 @@ msgstr ""
"\n"
"PCMCIA txartela baduzu, txartelaren irq eta io-a jakin behar duzu.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Zein da zure ISDN txartela?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "ISDAN txartela aurkitu dut:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -4801,12 +4837,12 @@ msgstr ""
"ISDN PCI txartela aurkitu dut, baina ez dakit zein motakoa. Mesedez hauta "
"PCI txartel mota hurrengo pantailan."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Ez dut ISDN PCI txartelik aurkitu. Mesedez hauta hurrengo pantailakoren bat."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
#, fuzzy
msgid ""
"No ethernet network adapter has been detected on your system.\n"
@@ -4815,222 +4851,229 @@ msgstr ""
"Ez duzu konfiguratutako Ethernet egokitzailerik zure sisteman. Mesedez "
"harwarearen konfigurazio tresna erabili."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Hautatu sareko interfacea"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Mesedez hauta interneterako erabili nahi duzun sare-egokitzailea."
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Sarearen interfazea"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Konfigurazioa frogatu nahi duzu?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "ADSL konfigurazioa"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Abiatzerakoan zure konexioa abiarazi nahi duzu?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Aurkitu modema?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Mesedez hauta serieko zein kaira dago zure modema konektatua."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Markatze aukerak"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Konexioaren izena"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Telefono zenbakia"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Login ID"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Egiaztapena"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Scipt-ean oinarritua"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Terminalean oinarritua"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Domeinuaren izena"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Lehenengo DNS zerbitzaria"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Bigarren DNS zerbitzaria"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Internetera konektatu / Bertoko sarea konfiguratu"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Konfiguratu internet konexioa"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Internetera ez konektatu"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Internetera ez konektatu"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr "Internetera konektatu"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr "Irteneteko konexioa eten"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Konfiguratu internet konexioa"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Internet konexioa & konfigurazioa"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Konfiguratu internet konexioa"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Konfiguratu internet konexioa"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Barneko ISDAN txarela"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Kanpoko modema"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Internetera konektatu"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Zure ISDN konexioa zein motatakoa da?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Konfiguratu internet konexioa"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Frantzia"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Beste herrialdeak"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "Zein herrialdetan zaude?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel modema"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI modema"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr "Zure adsl modem-a alcatel-ekoa bada, hauta Alcatel. Bestela, ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Konfiguratu internet konexioa"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5038,35 +5081,35 @@ msgstr ""
"Zein dhcp bezero erabili nahi duzu?\n"
"Jatorrizkoa dhcpd da"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Konfiguratu internet konexioa"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Konfiguratu bertoko sarea"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "ISDN Konfigurazioa"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Konfigurazioa frogatu nahi duzu?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Sarea ezgaitu"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Internetera konektatu / Bertoko sarea konfiguratu"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5074,16 +5117,16 @@ msgstr ""
"Bertoko sarea konfiguratua dago.\n"
"Nahi al duzu:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Zelan nahi duzu interneten sartu?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
#, fuzzy
msgid "Network Configuration"
msgstr "ISDN Konfigurazioa"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5157,6 +5200,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP helbidea hurrengo formatuan 1.2.3.4"
@@ -5286,7 +5330,7 @@ msgstr "Bertoko irarkola"
msgid "Remote printer"
msgstr "Urrutiko irarkola"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Urrutiko CUPS zerbitzaria"
@@ -5439,7 +5483,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Irarkolaren ostalari izena"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Kaia"
@@ -5578,12 +5622,12 @@ msgstr "CUPS abiarazten"
msgid "Reading CUPS drivers database..."
msgstr "CUPSen gidari databasea irakurtzen..."
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Irarkolaren konexioa hautatu"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Zelan dago irarkola konektatua?"
@@ -5601,11 +5645,33 @@ msgstr ""
"egin behar; irarkolak automatikoki detektatuko dira.\n"
"Dudan bazaude, hauta \"Urrutiko CUPS zerbitzaria\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Urrutiko CUPS zerbitzariaz, ez duzu hemen inolako irarkola konfiguraziorik\n"
+"egin behar; irarkolak automatikoki detektatuko dira.\n"
+"Dudan bazaude, hauta \"Urrutiko CUPS zerbitzaria\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "SMB zerbitzariaren IP"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Kendu isatsa"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5616,19 +5682,19 @@ msgstr ""
"Betelako parametroak, kokapena, deskripzioa eman daitezke.\n"
"Zein izen du eta nola dago konektatua irarkola?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Irarkolaren izena"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Deskripzioa"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Kokapena"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5639,15 +5705,15 @@ msgstr ""
"(maiz lp) eta honeri dagokion metaketa direktorioa behar du. Zein\n"
"izen eta direktorio erabili behar dira isats honetarako?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Isatsaren izena"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Metaketa direktorioa"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Irarkolaren konexioa"
@@ -6594,6 +6660,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "Txekoa"
+
+#~ msgid "Slovakian"
+#~ msgstr "Eslobakiarra"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "Ezin instalatu ipchains RPM urpmi-z."
diff --git a/perl-install/share/po/fi.po b/perl-install/share/po/fi.po
index 8363cb1bb..97d84c37c 100644
--- a/perl-install/share/po/fi.po
+++ b/perl-install/share/po/fi.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-05-06 12:42GMT+0200\n"
"Last-Translator: Kim Enkovaara <kim.enkovaara@iki.fi>\n"
"Language-Team: Finnish <fi@li.org>\n"
@@ -82,23 +82,23 @@ msgstr ""
msgid "XFree configuration"
msgstr "Asennuksen jälkeiset toiminnot"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Valitse näytönohjaimen muistimäärä"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Valitse optioita palvelimelle"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Valitse monitori"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Näyttö"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -121,40 +121,40 @@ msgstr ""
"vaakavirkistystaajuus\n"
"on suurempi kuin oman näyttösi. Jos epäröit, valitse pienempi taajuus."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Vaakavirkistystaajuus"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Pystyvirkistystaajuus"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Näyttöä ei ole asetettu"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Näytönohjainta ei ole vielä asetettu"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Näytön resoluutiota ei ole vielä valittu"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Haluatko kokeilla asetuksia?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Varoitus: kokeileminen on vaarallista tällä näytönohjaimella"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Kokeile asetuksia"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -162,146 +162,146 @@ msgstr ""
"\n"
"kokeile joidenkin parametrien muuttamista"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Tapahtui virhe:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Lopetan %d sekunnissa"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Onko tämä oikea asetus?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Tapahtui virhe, kokeile joidenkin parametrien vaihtamista"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Resoluutio"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Valitse resoluutio ja värisyvyys"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Näytönohjain: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 palvelin: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Näytä kaikki"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Resoluutiot"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Näppäimistön järjestys: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Hiiren tyyppi: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Hiiren laite: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Näyttö: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Näytön vaakapoikkeutus: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Näytön pystypoikkeutus: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Näytönohjain: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Grafiikkamuisti: %s kt\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, fuzzy, c-format
msgid "Color depth: %s\n"
msgstr "Värisyvyysasetukset"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, fuzzy, c-format
msgid "Resolution: %s\n"
msgstr "Resoluutiot"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 palvelin: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, fuzzy, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 palvelin: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Valmistelen X-Window:n asetuksia"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Vaihda näyttöä"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Vaihda näytönohjainta"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Vaihda palvelimen optioita"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Vaihda resoluutiota"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Näytä tiedot"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Kokeile uudelleen"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Lopeta"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Mitä haluat tehdä?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -310,20 +310,20 @@ msgid ""
"%s"
msgstr "Säilytä nykyiset IP-verkon asetukset"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Kirjaudu uudelleen %s:n aktivoidaksesi muutokset"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Kirjaudu ulos ja käytä sitten Ctrl-Alt-BackSpace yhdistelmää"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X käynnistyksessä"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -331,11 +331,11 @@ msgstr ""
"X voidaan laittaa käynnistymään automaattisesti käynnistyksen yhteydessä.\n"
"Haluatko käynnistää X:n automaattisesti?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -344,12 +344,12 @@ msgstr ""
"X voidaan laittaa käynnistymään automaattisesti käynnistyksen yhteydessä.\n"
"Haluatko käynnistää X:n automaattisesti?"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
#, fuzzy
msgid "Choose the default user:"
msgstr "Valitse uusi koko"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Valitse haluamasi työkalu"
@@ -450,108 +450,117 @@ msgstr "Näyttö, joka pystyy 1600x1200 @ 70 Hz tilaan"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Näyttö, joka pystyy 1600x1200 @ 76 Hz tilaan"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Ensimmäinen sektori käynnistysosiolla"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Ensimmäinen levyn sektori (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
#, fuzzy
msgid "SILO Installation"
msgstr "LILO/grub asennus"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Minne haluat asentaa käyttöjärjestelmän lataajan?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/grub asennus"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Ei mikään"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Mitä käynnistysohjelmaa haluat käyttää?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
#, fuzzy
msgid "Bootloader installation"
msgstr "Käynnistyslataajan pääasetukset"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Käynnistyslaite"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ei toimi vanhoissa BIOS:ssa)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Tiivis"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "tiivis"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Näyttötila"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Odota ennen oletuskäynnistystä"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Salasana"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Salasana (uudelleen)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Rajoita komentorivioptioita"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "rajoita"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Käynnistyslataajan pääasetukset"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Asetus ``Rajoita komentorivioptioita'' ei ole hyödyllinen ilman salasanaa"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Yritä uudelleen"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Salasanat poikkeavat toisistaan"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -559,140 +568,144 @@ msgstr ""
"Eri asetustietueet.\n"
"Voit lisätä uusia tai muuttaa olemassaolevia."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Lisää"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Valmis"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Minkätyyppisen tietueen haluat lisätä"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
#, fuzzy
msgid "Other OS (SunOS...)"
msgstr "Muu käyttöjärjestelmä"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Muu käyttöjärjestelmä"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "`Kuva'-tiedosto"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Juuri"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Liitä"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Luku-kirjoitus"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Taulukko"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Turvaton"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Otsikko"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Oletus"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Ok"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Poista tietue"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Tyhjää otsikkoa ei sallita"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Otsikko on jo käytössä"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Löysin %s %s liitäntää"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Onko sinulla muita?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Onko koneessa %s liityntää?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Ei"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Kyllä"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Katso laitteistotietoja"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Asetan ajuria %s ohjaimelle %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(moduli %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Mitä %s:n ajuria kokeillaan?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -708,20 +721,20 @@ msgstr ""
"lisämääreitä vai annatko sen itse etsiä tarvitsemansa tiedot? Joskus haku\n"
"voi jumittaa tietokoneen, mutta se ei aiheuta vahinkoa."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Automaattihaku"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Lisäasetukset"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Voit antaa lisäasetuksia modulille %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -732,11 +745,11 @@ msgstr ""
"Asetukset ovat muotoa ``nimi=arvo nimi2=arvo2 ...''.\n"
"Esimerkiksi, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Moduulin optiot:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -857,7 +870,7 @@ msgstr ""
msgid "%d seconds"
msgstr "Lopetan %d sekunnissa"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Luo"
@@ -865,7 +878,7 @@ msgstr "Luo"
msgid "Unmount"
msgstr "Irroita"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Poista"
@@ -873,16 +886,16 @@ msgstr "Poista"
msgid "Format"
msgstr "Alusta"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Uusi koko"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Tyyppi"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Liitospaikka"
@@ -1019,8 +1032,8 @@ msgid "Please make a backup of your data first"
msgstr "Tee ensin varmuuskopio tiedoistasi"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Lue tarkkaan!"
@@ -1045,7 +1058,7 @@ msgstr "Varo: tämä on vaarallinen toiminto"
msgid "Error"
msgstr "Virhe"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Liitospiste:"
@@ -1158,35 +1171,35 @@ msgstr "Osion tyyppi: %s\n"
msgid "on bus %d id %d\n"
msgstr "väylässä %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Liitä"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktiivinen"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Lisää RAID:n"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Poista RAID:ta"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Muokkaa RAID:a"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Käytä loopback-tiedostoa"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Valitse toiminne"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1198,7 +1211,7 @@ msgstr ""
"Joko käytät LILO:a ja se ei toimi, tai et käytä LILO:a jolloin et tarvitse "
"/boot hakemistoa"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1209,7 +1222,7 @@ msgstr ""
"eikä sinulla ole /boot osiota.\n"
"Jos haluat käyttää LILO käynnistyksenhallintaa, lisää /boot osio."
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
#, fuzzy
msgid ""
"You've selected a software RAID partition as root (/).\n"
@@ -1220,59 +1233,59 @@ msgstr ""
"Mikään käynnistyslataaja ei osaa käsitellä tätä ilman /boot osiota.\n"
"Varmista että lisäsit /boot osion jos haluat käyttää liloa tai grub:a"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Käytä sijalla ``%s'':ää"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Käytä ensin ``Irroita'' komentoa"
# mat
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Osion %s tyypin vaihtamisen jälkeen kaikki tiedot häviävät"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Jatka kuitenkin?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Lopeta tallentamatta"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Lopeta kirjoittamatta osiotalua?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Muuta osiotyyppiä"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Minkä osiotyypin haluat?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
# mat
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Minne haluat liittää loopback-tiedoston %s?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Minne haluat liittää laitteen %s?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1281,147 +1294,147 @@ msgstr ""
"Poista loopback-tiedosto ensin"
# mat
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Osion %s alustuksen jälkeen kaikki tiedot häviävät"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Alustan"
# mat
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Alustan loopback-osiota %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Alustan osiota %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Kaikkien osioiden alustuksen jälkeen,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "kaikki tieto osioilla tuhoutuu"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Siirrä"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Mille levylle haluat siirtää?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektori"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Mille sektorille haluat siirtää?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Siirrän"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Siirrän osiota..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Levyn %s osiotaulu kirjotetaan levylle!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Sinun täytyy käynnistää kone uudelleen jotta muutos tulee voimaan"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Lasken fat-tiedostojärjestelmän rajoja"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Muutan kokoa"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Minkä osiotyypin haluat?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "kaikki osion tiedot tulee varmuuskopioida"
# mat
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Osion %s koon muutoksen jälkeen kaikki osion tiedot tuhoutuvat"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Valitse uusi koko"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "Mt"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Luo uusi osio"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Aloitussektori: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Koko Mt: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Tiedostojärjestelmä: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Etuoikeus: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Osiota ei voida käyttää loopback-osiona"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Loopback tiedostonimi: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Tiedosto on jo käytössä toiselle loopbackille, valitse toinen"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Tiedosto on jo olemassa. Käytä sitä?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Valitse tiedosto"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1429,11 +1442,11 @@ msgstr ""
"Varmuskopio-osiotaululla ei ole samaa kokoa\n"
"Jatka silti?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Varoitus"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1441,27 +1454,27 @@ msgstr ""
"Aseta levyke asemaan\n"
"Kaikki levykkeen tiedot häviävät"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Yritän osiotalulun palautusta"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "laite"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "taso"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "palan koko"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Valitse olemassaoleva RAID johon lisätään"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "uusi"
@@ -2844,8 +2857,8 @@ msgstr "Asetuspalvelut"
msgid "Configure printer"
msgstr "Aseta kirjoitin"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Anna root-salasana"
@@ -2873,7 +2886,7 @@ msgstr "Automaattiasennuslevyke"
msgid "Exit install"
msgstr "Lopeta asennus"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "virhe luettaessa tiedostoa $f"
@@ -2977,18 +2990,18 @@ msgstr "Minkä osiotyypin haluat?"
msgid "Computing Windows filesystem bounds"
msgstr "Lasken fat-tiedostojärjestelmän rajoja"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
#, fuzzy
msgid ""
"WARNING!\n"
@@ -3008,59 +3021,59 @@ msgstr ""
" tälle osiolle ja tehdä tiedoistasi varmuuskopio.\n"
"Kun olet tehnyt nämä toimenpiteet paina Ok."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
#, fuzzy
msgid "Which size do you want to keep for windows on"
msgstr "Mille sektorille haluat siirtää?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, fuzzy, c-format
msgid "partition %s"
msgstr "Osio"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, fuzzy, c-format
msgid "FAT resizing failed: %s"
msgstr "Automaattinen koonmuutos epäonnistui"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr ""
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
# mat
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, fuzzy, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Osion %s koon muutoksen jälkeen kaikki osion tiedot tuhoutuvat"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
#, fuzzy
msgid "Expert mode"
msgstr "Ekspertti"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr ""
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr ""
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, fuzzy, c-format
msgid ""
"You can now partition %s.\n"
@@ -3069,31 +3082,31 @@ msgstr ""
"Voit nyt osioda kiintolevysi %s\n"
"Kun olet valmis, älä unohda tallettaa komennolla 'w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Sinulla ei ole yhtään windows osiota!"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Uusia osioita ei voida lisätä"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
# mat
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, fuzzy, c-format
msgid "Partitioning failed: %s"
msgstr "Osion tyyppi: %s\n"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Käynnistän verkkoa"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Ajan alas verkkoa"
@@ -3105,12 +3118,12 @@ msgstr ""
"Tapahtui virhe, sitä ei voida käsitellä kunnolla.\n"
"Jatka omalla riskilläsi."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Kahdentunut liitospiste %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3119,12 +3132,12 @@ msgid ""
msgstr ""
# mat
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Tervetuloa %s:n"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Ei levykeasemaa käytettävissä"
@@ -3204,7 +3217,7 @@ msgid "There was an error ordering packages:"
msgstr "Tapahtu virhe järjestettäessä paketteja:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Käytä olemassaolevia asetuksia X11:ta?"
@@ -3844,95 +3857,95 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Valitse peilijärjestelmä josta paketit haetaan"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Yhdistän peilijärjestelmään hakeakseni uusimman pakettilistan"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Valitse asennettavat paketit."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
#, fuzzy
msgid "Which is your timezone?"
msgstr "Mihin järjestelmääsi käytetään ?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Onko koneen kello asetettu GMT aikaan?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
#, fuzzy
msgid "Which printing system do you want to use?"
msgstr "Minkä osiotyypin haluat?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Ei salasanaa"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Käytä shadow-tiedostoa"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Käytä MD5 salasanoja"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Käytä NIS:ä"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "keltaiset sivut"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Salasana on liian yksinkertainen (sen tulee olla ainakin %d merkkiä pitkä)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Tunnistus NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS-alue"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS-palvelin"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Hyväksy käyttäjä"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Lisää käyttäjä"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(jo lisätty %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3942,49 +3955,49 @@ msgstr ""
"Aseta käyttäjä\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Oikea nimi"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Käyttäjätunnus"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Komentotulkki"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Kuvake"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Salasana on liian yksinkertainen"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Anna käyttäjätunnus"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Käyttäjätunnus saa sisältää vain pieniä kirjaimia, numeroita, `-' ja `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Käyttäjätunnus on jo lisätty"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4011,19 +4024,19 @@ msgstr ""
"järjestelmän virhetilanteista on helpompi toipua.\n"
"Haluatko luoda käynnistyslevykkeen järjestelmääsi?"
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Ensimmäinen levyasema"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Toinen levyasema"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Ohita"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4045,33 +4058,33 @@ msgstr ""
"järjestelmän virhetilanteista on helpompi toipua.\n"
"Haluatko luoda käynnistyslevykkeen järjestelmääsi?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Levyajuria ei ole saatavilla"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Valitse levyasema jolla luot käynnistyslevykkeen"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Aseta tyhjä levyke levyasemaan %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Luon käynnistyslevykettä"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Valmistelen käyttöjärjestelmän lataajaa"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Haluatko käyttää SILOa?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4079,81 +4092,81 @@ msgstr ""
"Virhe asennettaessa aboot:a,\n"
"yritä pakkoasennusta vaikka se tuhoaa ensimmäisen osion?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
#, fuzzy
msgid "Installation of bootloader failed. The following error occured:"
msgstr "LILO:n asennus epäonnistu. Seuraava virhe tapahtui:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Tervetuloa murtautujat"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Huono"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Matala"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Keski"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Korkea"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoidi"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Sekalaiset kysymykset"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(voi korruptoida tietoja)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Käytä kiintolevyn optimointeja?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Valitse turvataso"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Tarkka muistin koko, jos tarpeen (löydettiin %d Mt)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Poistettavien medioiden automaattinen liittäminen"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Tyhjennä /tmp jokaisessa käynnistyksessä"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Käytä montaa profiilia"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Num lock päällä käynistettäessä"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Anna muistin koko megatavuina"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Supermount ohjelmaa ei voida käyttää korkealla turvatasolla"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4162,28 +4175,28 @@ msgid ""
"You have been warned."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
# mat
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Aseta tyhjä levyke levyasemaan %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Valmistelen automaattiasennuslevykettä"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4193,7 +4206,7 @@ msgstr ""
"\n"
"Haluatko todella lopettaa?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4255,10 +4268,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Valintasi? (oletus %s anna `ei mikään' jos et halua mitään) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Tshekki"
+msgid "Czech (QWERTZ)"
+msgstr "T¨ekki (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Saksa"
@@ -4266,19 +4279,19 @@ msgstr "Saksa"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Espanja"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Suomi"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Ranska"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norja"
@@ -4286,15 +4299,15 @@ msgstr "Norja"
msgid "Polish"
msgstr "Puola"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Venäjä"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "UK näppäimistö"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "US näppäimistö"
@@ -4343,157 +4356,173 @@ msgstr "Sveitsi (Saksalainen järjestys)"
msgid "Swiss (French layout)"
msgstr "Sveitsi (Ranskalainen järjestys)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "T¨ekki (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Saksa (ei kuolleita näppäimiä)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Tanska"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
#, fuzzy
msgid "Dvorak (US)"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
#, fuzzy
msgid "Dvorak (Norwegian)"
msgstr "Norja"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Eesti"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgia (\"Venäläinen\"-järjestys)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgia (\"Latin\"-järjestys)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Kreikka"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Unkari"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Kroatia"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israeli"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israeli (Foneettinen)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
#, fuzzy
msgid "Iranian"
msgstr "Ukraina"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islanti"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italia"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr ""
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latinalainen amerikka"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Hollanti"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
#, fuzzy
msgid "Lithuanian AZERTY (old)"
msgstr "Liettua AZERTY"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
#, fuzzy
msgid "Lithuanian AZERTY (new)"
msgstr "Liettua AZERTY"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Liettua \"numerorivi\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Liettua \"foneettinen\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Puola (qwerty järjestys)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Puola (qwertz järjestys)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugal"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanada (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Venäjä (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Ruotsi"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slovenia"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slovakia"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovakia (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slovakia (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Thai-näppäimistö"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turkki (perinteinen \"F\"-malli)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turkki (perinteinen \"Q\"-malli)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukraina"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "US näppäimistö (kansainvälinen)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
#, fuzzy
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Liettua \"numerorivi\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Jugoslavia (latin-järjestys)"
@@ -4509,9 +4538,10 @@ msgstr ""
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Yleinen hiiri"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4550,6 +4580,10 @@ msgstr "Yleinen 2-nappinen hiiri"
msgid "Generic 3 Button Mouse"
msgstr "Yleinen 3-nappinen hiiri"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -4607,27 +4641,27 @@ msgstr ""
msgid "Is this correct?"
msgstr "Onko tämä oikein?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
#, fuzzy
msgid "Internet configuration"
msgstr "Välityspalvelimien asetus"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
#, fuzzy
msgid "Do you want to try to connect to the Internet now?"
msgstr "Haluatko kokeilla asetuksia?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Aseta verkko"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Älä aseta verkkoa"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4636,138 +4670,140 @@ msgstr "Yhteyden nimi"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
#, fuzzy
msgid "ISDN Configuration"
msgstr "Asetukset"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
msgstr ""
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
#, fuzzy
msgid "Connection Configuration"
msgstr "Välityspalvelimien asetus"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr ""
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr ""
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr ""
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr ""
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr ""
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr ""
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr ""
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr ""
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
#, fuzzy
msgid "Provider phone number"
msgstr "Puhelinnumero"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr ""
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr ""
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
#, fuzzy
msgid "Dialing mode"
msgstr "Verkkoalue"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
#, fuzzy
msgid "Account Login (user name)"
msgstr "Liitospaikka"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
#, fuzzy
msgid "Account Password"
msgstr "Salasana"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
#, fuzzy
msgid "Confirm Password"
msgstr "Salasana"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr ""
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr ""
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
#, fuzzy
msgid "Rest of the world"
msgstr "Kokeile asetuksia"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr ""
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
#, fuzzy
msgid "Which protocol do you want to use ?"
msgstr "Minkä osiotyypin haluat?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
#, fuzzy
msgid "ISA / PCMCIA"
msgstr "PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
#, fuzzy
msgid "PCI"
msgstr "PCMCIA"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr ""
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
#, fuzzy
msgid "What kind of card do you have?"
msgstr "Millainen kirjoitin sinulla on?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
#, fuzzy
msgid "Continue"
msgstr "Jatka kuitenkin?"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr ""
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4775,313 +4811,320 @@ msgid ""
"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
msgstr ""
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
#, fuzzy
msgid "Which is your ISDN card ?"
msgstr "Mikä on aikavyöhykkeesi?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr ""
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
msgstr ""
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
#, fuzzy
msgid "Choose the network interface"
msgstr "Valitse uusi koko"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
#, fuzzy
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Mihin sarjaporttiin hiiresi on liitetty."
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Haluatko kokeilla asetuksia?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
#, fuzzy
msgid "ADSL configuration"
msgstr "Asetukset"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
#, fuzzy
msgid "Do you want to start your connection at boot?"
msgstr "Haluatko käyttää aboot:a?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Yritä etsiä modeemia?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Mihin sarjaporttiin modeemisi on kytketty."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Soittoasetukset"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Yhteyden nimi"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
#, fuzzy
msgid "Phone number"
msgstr "Puhelinnumero"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Käyttäjä ID"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Tunnistustapa"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Script-pohjainen"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Terminaalipohjainen"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
#, fuzzy
msgid "Domain name"
msgstr "Yhteyden nimi"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Ensimmäinen nimipalvelin"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Toinen nimipalvelin"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Yhteyden nimi"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Aseta verkko"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Älä aseta verkkoa"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Älä aseta verkkoa"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Yhteyden nimi"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Yhteyden nimi"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Aseta verkko"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Kirjoitinyhteys"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Aseta verkko"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Aseta verkko"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr ""
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Ekspertti"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
#, fuzzy
msgid "Connect to the Internet"
msgstr "Yhteyden nimi"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
#, fuzzy
msgid "What kind is your ISDN connection?"
msgstr "Mihin sarjaporttiin hiiresi on liitetty?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Aseta verkko"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
#, fuzzy
msgid "France"
msgstr "Peruuta"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr ""
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr ""
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr ""
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
#, fuzzy
msgid "ECI modem"
msgstr "Ekspertti"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Aseta verkko"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
#, fuzzy
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
msgstr "Minkä osiotyypin haluat?"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Aseta verkko"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
#, fuzzy
msgid "Configure local network"
msgstr "Aseta verkko"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Verkon asetukset"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Haluatko kokeilla asetuksia?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
#, fuzzy
msgid "Disable networking"
msgstr "Aseta verkko"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Yhteyden nimi"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
#, fuzzy
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
msgstr "Lähiverkko on jo asetettu. Haluatko:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
#, fuzzy
msgid "How do you want to connect to the Internet?"
msgstr "Mille levylle haluat siirtää?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Verkon asetukset"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5157,6 +5200,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-osoitteen tullee olla muotoa 1.2.3.4"
@@ -5290,7 +5334,7 @@ msgstr "Paikallinen kirjoitin"
msgid "Remote printer"
msgstr "Palvelimen lpd:n tulostinparametrit"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
#, fuzzy
msgid "Remote CUPS server"
msgstr "Etäjonon nimi:"
@@ -5443,7 +5487,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Tulostimen asetukset"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
#, fuzzy
msgid "Port"
msgstr "Huono"
@@ -5584,12 +5628,12 @@ msgstr "Arvioin"
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Valitse tulostinyhteys"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Miten tulostin on liitetty?"
@@ -5605,11 +5649,29 @@ msgid ""
"In case of doubt, select \"Remote CUPS server\"."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "SMB-palvelimen IP"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Poista jono"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
#, fuzzy
msgid ""
"Every printer need a name (for example lp).\n"
@@ -5622,22 +5684,22 @@ msgstr ""
"nimeä ja hakemistoa käytetään tälle jonolle ja miten tulostin\n"
"on liitetty?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
#, fuzzy
msgid "Name of printer"
msgstr "Paikallinen kirjoitin"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
#, fuzzy
msgid "Description"
msgstr "Lisäasetukset"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
#, fuzzy
msgid "Location"
msgstr "Tietoa"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5649,15 +5711,15 @@ msgstr ""
"nimeä ja hakemistoa käytetään tälle jonolle ja miten tulostin\n"
"on liitetty?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Jonon nimi"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Jonohakemisto"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Kirjoitinyhteys"
@@ -6585,6 +6647,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "T¨ekki"
+
+#~ msgid "Slovakian"
+#~ msgstr "Slovakia"
+
#, fuzzy
#~ msgid "Reconfigure local network"
#~ msgstr "Muuta verkon asetuksia"
@@ -6988,9 +7056,6 @@ msgstr ""
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Apple USB Hiiri (3+ nappia)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Yleinen hiiri"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
diff --git a/perl-install/share/po/fr.po b/perl-install/share/po/fr.po
index 1030c25f5..32fec7f68 100644
--- a/perl-install/share/po/fr.po
+++ b/perl-install/share/po/fr.po
@@ -30,7 +30,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX for MDK 7.0\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-09-28 12:34+0200\n"
"Last-Translator: David BAUDENS <baudens@mandrakesoft.com>\n"
"Language-Team: french\n"
@@ -123,24 +123,24 @@ msgstr "XFree %s avec support EXPÉRIMENTAL de l'accélération 3D matérielle"
msgid "XFree configuration"
msgstr "Configuration d'XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr ""
"Veuillez préciser la quantité de mémoire vidéo de votre carte graphique"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Choisissez les options du serveur"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Choisissez un moniteur"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Moniteur"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -164,39 +164,39 @@ msgstr ""
"En cas de doute, choisissez un réglage peu performant mais sans risque pour\n"
"votre matériel."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Fréquence horizontale"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Fréquence verticale"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Le moniteur n'est pas configuré"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "La carte graphique n'est pas encore configurée"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "La résolution n'a pas encore été choisie"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Désirez-vous tester la configuration ?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Attention : le test de cette carte vidéo peut geler votre ordinateur"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Test de la configuration"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -204,148 +204,148 @@ msgstr ""
"\n"
"essayez de modifier quelques paramètres"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Une erreur est survenue :"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Fin du test dans %d secondes"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Êtes-vous satisfait ?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr ""
"Une erreur est survenue, essayez de modifier\n"
"quelques paramètres"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Résolution"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Choix de la résolution et du nombre de couleurs"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Carte graphique : %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Serveur XFree86 : %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Tout montrer"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Résolutions"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Disposition du clavier : %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Type de souris : %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Périphérique : %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Moniteur : %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Fréquence horizontale : %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Fréquence verticale : %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Carte graphique : %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Mémoire vidéo : %s ko\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Nombre de couleurs : %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Résolution : %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Serveur XFree86 : %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "Pilote XFree86 : %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Préparation de la configuration de X Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Changer le moniteur"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Changer la carte graphique"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Changer les options du serveur"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Changer la résolution"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Afficher les informations"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Tester à nouveau"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Quitter"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Que désirez-vous faire ?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -358,22 +358,22 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Veuillez relancer %s pour activer les changements"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
"Veuillez vous déconnecter puis presser simultanément les touches "
"Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "Interface graphique lors du démarrage"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -382,11 +382,11 @@ msgstr ""
"automatiquement activée lors du démarrage.\n"
"Le souhaitez-vous ?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Connexion automatique"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -395,11 +395,11 @@ msgstr ""
"à vous identifer (un utilisateur par défaut sera utilisé). Si vous\n"
"ne désirez pas utiliser cette fonctionnalité, cliquez sur « Annuler »."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Choisissez l'utilisateur par défaut:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Choisissez le gestionnaire de fenêtres à utiliser:"
@@ -499,107 +499,116 @@ msgstr "Moniteur supportant le 1600x1200 à 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Moniteur supportant le 1600x1200 à 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Premier secteur de la partition de démarrage"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Premier secteur du disque (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "Installation de SILO"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Où désirez-vous installer le chargeur de démarrage ?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Installation de LILO/Grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Aucun"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Quel chargeur de démarrage voulez-vous utiliser ?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Installation du chargeur de démarrage"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Périphérique de démarrage"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ne fonctionne pas avec des BIOS anciens)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Compact"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "compact"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Mode vidéo"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Délai avant l'activation du choix par défaut"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Mot de passe"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Confirmation"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Directive « restrict »"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "restrict"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Principales options du chargeur de démarrage"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"La directive « restrict » est inutile si vous ne spécifiez pas un mot de "
"passe"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Veuillez réessayer"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Les mots de passe ne correspondent pas"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -607,139 +616,143 @@ msgstr ""
"Les entrées suivantes sont celles déjà présentes.\n"
"Vous pouvez les modifier ou en ajouter."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Ajouter"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Terminer"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Quel type d'entrée voulez-vous ajouter ?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Autres systèmes (SunOS, etc.)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Autres systèmes (Windows, etc.)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Image"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Lecture/Écriture"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Table"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Peu sûr"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Label"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Défaut"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Ok"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Supprimer l'entrée"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Un label vide n'est pas autorisé"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Ce label est déjà utilisé"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Interface %s %s détectée(s)"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "En possédez-vous d'autres ?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Possédez-vous des interfaces %s ?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Non"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Oui"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Voir les informations sur le matériel"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Installation du pilote pour la carte %s %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(module %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Quel pilote %s faut-il essayer ?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -756,20 +769,20 @@ msgstr ""
"recherche automatique gèle la machine, sans dommage cependant pour\n"
"l'ordinateur. Désirez-vous lui passer ces informations ?"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Détection automatique"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Spécifier les options"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Vous pouvez maintenant préciser les options du module %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -780,11 +793,11 @@ msgstr ""
"Les options sont de la forme « nom=valeur nom2=valeur2 .. ».\n"
"Par exemple, « io=0x300 irq=7 »"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Options du module :"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -874,7 +887,7 @@ msgstr "1 minute"
msgid "%d seconds"
msgstr "%d secondes"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Créer"
@@ -882,7 +895,7 @@ msgstr "Créer"
msgid "Unmount"
msgstr "Démonter"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Supprimer"
@@ -890,16 +903,16 @@ msgstr "Supprimer"
msgid "Format"
msgstr "Formater"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Redimensionner"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Type"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Point de montage"
@@ -1036,8 +1049,8 @@ msgid "Please make a backup of your data first"
msgstr "Veuillez effectuer une copie de sauvegarde de vos données avant tout"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Lisez attentivement !"
@@ -1061,7 +1074,7 @@ msgstr "Soyez prudent : cette opération est dangeureuse"
msgid "Error"
msgstr "Erreur"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Point de montage : "
@@ -1172,35 +1185,35 @@ msgstr "Table des partitions de type : %s\n"
msgid "on bus %d id %d\n"
msgstr "sur bus %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Monter"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Activer"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Ajouter au RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Supprimer du RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Modifier le RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Utiliser pour loopback"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Choisissez une action"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1212,7 +1225,7 @@ msgstr ""
"Si vous utilisez LILO, il ne fonctionnera pas, et si vous ne l'utilisez pas, "
"vous n'avez pas besoin de partition /boot."
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1224,7 +1237,7 @@ msgstr ""
"partition /boot. Si vous comptez utiliser LILO, n'oubliez pas de créer\n"
"une partition /boot."
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1235,16 +1248,16 @@ msgstr ""
"situation si une partition /boot n'existe pas. Veillez donc à ajouter une\n"
"telle partition."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Utilisez plutôt « %s »"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Utilisez « Démonter » d'abord"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1252,41 +1265,41 @@ msgstr ""
"Après avoir modifié le type de la partition %s, toutes les données\n"
"présentes sur cette partition seront perdues."
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Désirez-vous tout de même continuer ?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Quitter sans sauvegarder"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Désirez-vous réellement quitter sans écrire la table des partitions ?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Changement du type de la partition"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
msgstr "Quel système de fichiers désirez-vous utiliser ?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Vous ne pouvez utiliser ReiserFS pour des partitions de moins de 32 Mo"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Où désirez-vous monter le fichier loopback %s ?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Où désirez-vous monter la partition %s ?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1294,153 +1307,153 @@ msgstr ""
"Il est impossible de désélectionner ce point de montage parce qu'il est\n"
"utilisé pour le loopback. Veuillez supprimer ce dernier d'abord."
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Après avoir formaté la partition %s, toutes les données présentes\n"
"sur cette partition seront perdues"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formatage"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatage du fichier loopback %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Formatage de la partition %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Après avoir formaté toutes les partitions,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "toutes les données présentes sur ces partitions seront perdues"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Déplacer"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Sur quel disque voulez-vous la déplacer ?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Secteur"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Sur quel secteur voulez-vous la déplacer ?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Déplacement"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Déplacement de la partition en cours"
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "La table de partitions de %s va maintenant être écrite sur le disque !"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Vous devez redémarrer pour que les modifications soient prises en compte"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Calcul des limites du système de fichiers FAT en cours"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Redimensionnement"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
msgid "This partition is not resizeable"
msgstr "Quelle partition désirez-vous redimensionner ?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr ""
"Toutes les données présentes sur cette partition\n"
"devraient avoir été sauvegardées."
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Après avoir redimensionné la partition %s, toutes les données présentes\n"
"sur cette partition seront perdues"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Choisissez la nouvelle taille"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "Mo"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Création d'une nouvelle partition"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Secteur de début : "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Taille en Mo : "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Type du système de fichiers : "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Préférence : "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Cette partition ne peut être utilisée pour du loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Nom du fichier loopback :"
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr ""
"Ce fichier est déjà utilisé par un autre loopback.\n"
"Veuillez en choisir un autre."
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Le fichier existe déjà. Faut-il l'utiliser ?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Sélectionnez un fichier"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1449,11 +1462,11 @@ msgstr ""
"n'a pas la même taille que le disque.\n"
"Désirez-vous tout de même continuer ?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Attention"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1461,27 +1474,27 @@ msgstr ""
"Insérez une disquette dans le lecteur.\n"
"Toutes les données présentes sur cette disquette seront perdues."
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Tentative de restauration de la table des partitions"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "Périphérique"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "Niveau"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "Taille des blocs"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Choisissez un RAID existant pour l'ajout"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "Nouveau"
@@ -3482,8 +3495,8 @@ msgstr "Configuration des services"
msgid "Configure printer"
msgstr "Configuration imprimantes"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Mot de passe root"
@@ -3511,7 +3524,7 @@ msgstr "Disquette auto-installation"
msgid "Exit install"
msgstr "Fin de l'installation"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Erreur lors de la lecture du fichier $f"
@@ -3611,7 +3624,7 @@ msgid "Computing Windows filesystem bounds"
msgstr ""
"Calcul des limites du système de fichiers de Microsoft Windows en cours"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3621,13 +3634,13 @@ msgstr ""
"votre\n"
"partition. L'erreur suivante est survenue : %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Votre partition Microsoft Windows est trop fragmentée. Veuillez exécuter\n"
"« defrag » avant."
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3648,21 +3661,21 @@ msgstr ""
"\n"
"Si vous êtes sûr de vous, cliquez sur OK."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Quelle taille désirez-vous allouer à Microsoft Windows ?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "partition %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Le redimensionnement de la partition FAT a échoué: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3670,40 +3683,40 @@ msgstr ""
"Il n'y a aucune partition FAT à redimensionner ou à utiliser en tant que "
"loopback (ou trop peu d'espace est disponible)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Effacer tout le disque"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Supprimer Microsoft Windows"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Vous possédez plus d'un disque dur.\n"
"Sur lequel désirez vous installer Linux ?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"TOUTES les partitions et les données présentes sur le disque %s seront "
"perdues"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Mode expert"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Utiliser DiskDrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Utiliser Fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3714,30 +3727,30 @@ msgstr ""
"Lorsque vous aurez terminé, n'oubliez pas d'enregistrer vos\n"
"modifications en appuyant sur la touche « w »."
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
msgid "You don't have enough free space on your Windows partition"
msgstr "Utiliser l'espace libre sur la partition de Microsoft Windows"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
msgid "I can't find any room for installing"
msgstr "Pas de place disponible pour l'installation"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
"L'assistant de partitionnement de DrakX\n"
"a trouvé les solutions suivantes :"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Le partitionnement a échoué %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Démarrage de l'interface réseau"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Arrêt de l'interface réseau"
@@ -3749,12 +3762,12 @@ msgstr ""
"Une erreur est survenue et il est impossible de la gérer de façon fiable.\n"
"Vous pouvez continuer, mais à vos risques et périls."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Point de montage dupliqué : %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3768,12 +3781,12 @@ msgstr ""
"sur un ordinateur fonctionnant correctement : « rmp -qpl Mandrake/RPMS/*.rpm "
"»\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Bienvenue sur %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Aucun lecteur de disquettes disponible"
@@ -3854,7 +3867,7 @@ msgid "There was an error ordering packages:"
msgstr "Une erreur est survenue lors du tri des paquetages :"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Utiliser la configuration de X existante ?"
@@ -4684,93 +4697,93 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Choisissez un miroir où télécharger les paquetages"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Téléchargement de la liste des paquetages disponibles en cours"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Veuillez choisir les paquetages que vous souhaitez installer"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "Quelle est votre zone horaire ?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Votre horloge système est-elle réglée sur GMT ?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Quel système d'impression désirez-vous utiliser ?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Pas de mot de passe"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Utiliser un fichier shadow"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Utiliser les mots de passe MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Utiliser NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "Yellow Pages"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Ce mot de passe est trop court (il doit comprendre au moins %d caractères)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Authentification NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "Domaine NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "Serveur NIS"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Accepter"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Ajouter un utilisateur"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "Utilisateur(s) existant(s) : %s"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4780,37 +4793,37 @@ msgstr ""
"Créer un compte utilisateur\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Nom et prénom"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Nom de login"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Icône"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Ce mot de passe est trop simple"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Un nom d'utilisateur est requis"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
@@ -4818,12 +4831,12 @@ msgstr ""
"Le nom de login ne peut contenir que des lettres minuscules,\n"
"des nombres, ainsi que les caractères « - » et « _ »"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Ce nom d'utilisateur est déjà utilisé"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4856,19 +4869,19 @@ msgstr ""
"Si vous voulez créer une disquette de démarrage pour votre système, insérer "
"une disquette dans le premier lecteur et appuyer sur \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Premier lecteur de disquettes"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Second lecteur de disquettes"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Abandonner"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4897,34 +4910,34 @@ msgstr ""
"\n"
"Désirez-vous créer une disquette de démarrage pour votre système ?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Désolé, aucun lecteur de disquettes ne semble disponible"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Choisissez le lecteur de disquettes que vous voulez utiliser pour\n"
"créer votre disquette de démarrage."
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Insérez une disquette dans le lecteur %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Création de la disquette de démarrage en cours"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Préparation du chargeur de démarrage"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Désirez-vous utiliser aboot ?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4933,82 +4946,82 @@ msgstr ""
"Désirez-vous forcer l'installation au risque de détruire la\n"
"première partition du disque?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"L'installation du chargeur de démarrage a échoué pour la raison suivante :"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Bienvenue aux pirates"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Très faible"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Faible"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Moyenne"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Élevée"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoïaque"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Questions diverses"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(peut provoquer des pertes de données)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Utiliser les optimisations pour le disque dur ?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Choisissez le niveau de sécurité"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Précisez la taille mémoire si nécessaire (%d Mo trouvés)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Montage automatique des périphériques amovibles"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Purger « /tmp » à chaque démarrage"
# ???
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Autoriser les profiles multiples"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Activer le pavé numérique au démarrage"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Indiquez la quantité de mémoire en Mo"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Supermount n'est pas compatible avec un haut niveau de sécurité"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -5026,7 +5039,7 @@ msgstr ""
"autre chose qu'un serveur.\n"
"Vous aurez été prévenu."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -5036,24 +5049,24 @@ msgstr ""
"normales\n"
"(appuyer sur la touche « p » peut provoquer l'affichage d'un « 6 »."
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"Désirez-vous créer une disquette vous permettant d'installer "
"automatiquement\n"
"une réplication de cette installation ?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Insérez une disquette formatée dans le lecteur %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Création de la disquette d'auto-installation"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5063,7 +5076,7 @@ msgstr ""
"\n"
"Voulez-vous vraiment quitter maintenant ?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -5127,10 +5140,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Que choisissez-vous ? (%s par défaut, entrez « none » si rien) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Tchèque"
+msgid "Czech (QWERTZ)"
+msgstr "Tchèque (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Allemand"
@@ -5138,19 +5151,19 @@ msgstr "Allemand"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Espagnol"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finlandais"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Français"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norvégien"
@@ -5158,15 +5171,15 @@ msgstr "Norvégien"
msgid "Polish"
msgstr "Polonais"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Russe"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Anglais"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Américain (États-Unis)"
@@ -5214,151 +5227,167 @@ msgstr "Suisse (allemand)"
msgid "Swiss (French layout)"
msgstr "Suisse (français)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Tchèque (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr "Tchèque (programmeurs)"
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Allemand (sans touches mortes)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Danois"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norvégien)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estonien"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Géorgien (disposition « russe »)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Géorgien (disposition « latine »)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Grec"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Hongrois"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Croate"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israélien"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israélien (phonétique)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iranien"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islandais"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italien"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japonais 106 touches"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Amérique latine"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Hollandais"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Lithuanien (AZERTY, ancien modèle)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Lithuanien (AZERTY, nouveau modèle)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lithuanien « Ligne de nombres » QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lithuanien « phonétique » QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polonais (QWERTY)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polonais (QWERTZ)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugais"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Canadien (Québec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Russe (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Suédois"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slovénien"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slovaque"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovaque (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slovaque (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr "Slovaque (programmeurs)"
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Thaï"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turque (modèle traditionnel « F »)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turque (modèle moderne « Q »)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukrainien"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Américain (international)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamien « colone numérique » QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Yougoslave (latin)"
@@ -5374,9 +5403,9 @@ msgstr "Standard"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Souris standard PS2 à mollette"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -5414,6 +5443,10 @@ msgstr "Souris standard à 2 boutons"
msgid "Generic 3 Button Mouse"
msgstr "Souris standard à 3 boutons"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -5470,23 +5503,23 @@ msgstr "Suivant ->"
msgid "Is this correct?"
msgstr "Êtes-vous satisfait ?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Configuration de l'accès à Internet"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Désirez-vous vous connecter à Internet maintenant ?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
msgstr "Je teste votre connexion..."
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
msgid "The system is now connected to Internet."
msgstr "Le système est à présent connecté à Internet."
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5496,11 +5529,13 @@ msgstr ""
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Configuration RNIS/ISDN"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5508,115 +5543,115 @@ msgstr ""
"Veuillez choisir votre fournisseur d'accès.\n"
"S'il ne figure pas dans la liste, choisissez « Non listé »."
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Configuration de la connexion"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Veuillez compléter ou vérifier les champs ci-dessous"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ de la carte"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Plage mémoire (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "E/S de la carte"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "E/S_O de la carte"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "E/S_1 de la carte"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Votre numéro de téléphone personnel"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Nom du fournisseur d'accès (ex. provider.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Numéro de téléphone du fournisseur d'accès"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "DNS 1"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "DNS 2"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Numérotation"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Identifiant du compte (nom d'utilisateur)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Mot de passe du compte"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Confirmation du mot de passe"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Europe"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Europe (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Reste du monde"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Reste du monde - Pas de D-Channel (lignes louées)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Quel protocole désirez-vous utiliser ?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Je ne sais pas"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Quel type de carte possédez-vous ?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Continuer"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Arrêter"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5630,15 +5665,15 @@ msgstr ""
"Si vous possédez une carte PCMCIA, vous devez connaître l'IRQ de votre "
"carte.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Quel est le modèle de votre carte RNIS/ISDN ?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Une carte RNIS/ISDN a été identifiée :\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5646,13 +5681,13 @@ msgstr ""
"Une carte RNIS/ISDN a été détectée mais son type est inconnu. Veuillez "
"sélectionner une carte PCI dans le prochain écran."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Aucune carte RNIS/ISDN identifiée. Veuillez en sélectionner une dans le\n"
"prochain écran."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
@@ -5660,23 +5695,26 @@ msgstr ""
"Aucune carte réseau n'a été détectée sur votre système.\n"
"La connexion ne peut être configurée."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Choisissez la carte réseau"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Veuillez choisir la carte réseau que vous désirez utiliser pour vous "
"connecter à Internet"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Carte réseau"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
@@ -5684,71 +5722,71 @@ msgstr ""
"\n"
"Êtes vous d'accord ?"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid "I'm about to restart the network device:\n"
msgstr "Je vais redémarrer le périphérique réseau:\n"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Configuration ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Désirez-vous activer la connexion lors du démarrage ?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Essayer d'identifier un modem ?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Veuillez choisir le port série sur lequel votre modem est connecté."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Options d'appel"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Nom de la connexion"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Numéro de téléphone"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Identifiant de connexion"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Authentification"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Basée sur un script"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Basée sur un terminal"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Nom de domaine"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Premier serveur de noms (DNS)"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Deuxième serveur de noms (DNS)"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5756,7 +5794,8 @@ msgstr ""
"\n"
"Vous pouvez vous connecter à Internet ou reconfigurer votre connexion."
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5764,11 +5803,11 @@ msgstr ""
"\n"
"Vous pouvez reconfigurer votre connexion."
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid "You are not currently connected to Internet."
msgstr "Vous n'êtes pas actuellement connecté à Internet."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5776,98 +5815,101 @@ msgstr ""
"\n"
"Vous pouvez vous déconnecter ou reconfigurer votre connexion."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid "You are currently connected to internet."
msgstr "Vous êtes actuellement connecté à Internet."
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr "Connexion à Internet"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr "Déconnexion d'Internet"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
msgid "Configure network connection (LAN or Internet)"
msgstr "Configurer la connexion réseaux (Réseau local ou Internet)"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Connexion à Internet et configuration"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
"Le périphérique réseau $netc->{NET_DEVICE} doit être redémarré. Êtes-vous "
"d'accord ?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
msgstr "Configurer une connexion par modem"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
msgstr "Configurer une connexion par ISDN"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Carte ISDN/RNIS interne"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Modem ISDN/RNIS externe"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Connexion à Internet"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Quel est le type do votre connexion ISDN/RNIS ?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
msgstr "Configurer une connexion par ADSL"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "France"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Autres pays"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "Dans quel pays résidez-vous ?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Modem Alcatel"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "Modem ECI"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
"Si votre modem est un modem Alcatel, choisissez Alcatel. Dans le cas "
"contraire, choisissez ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "utiliser pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "ne pas utiliser pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5881,11 +5923,11 @@ msgstr ""
"\n"
"Si vous ne savez pas quoi choisir, utilisez pppoe."
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
msgstr "Configurer une connexion par cable"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5894,31 +5936,31 @@ msgstr ""
"\n"
"Le client par défaut est dhcpd"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
msgid "Disable Internet Connection"
msgstr "Désactiver la connexion à Internet"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Configurer le réseau local"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
msgid "Network configuration"
msgstr "Configuration du réseau"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
msgid "Do you want to restart the network"
msgstr "Désirez-vous relancer la configuration du réseaux ?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Désactiver le réseau"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
msgid "Configure the Internet connection / Configure local Network"
msgstr "Configurer la connexion à Internet / Configurer le réseau local"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5927,15 +5969,15 @@ msgstr ""
"\n"
"Désirez-vous :"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Comment désirez-vous vous connecter à Internet ?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Configuration du réseau"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -6023,6 +6065,7 @@ msgid "(bootp/dhcp)"
msgstr "(BOOTP/DHCP)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "L'adresse IP doit être au format 1.2.3.4"
@@ -6155,7 +6198,7 @@ msgstr "Imprimante locale"
msgid "Remote printer"
msgstr "Imprimante distante"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Serveur CUPS distant"
@@ -6307,7 +6350,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Nom d'hôte de l'imprimante"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Port"
@@ -6449,12 +6492,12 @@ msgstr ""
"Lecture de la base de données\n"
"des pilotes CUPS en cours"
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Type de connexion de l'imprimante"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Quel est le type de connexion de l'imprimante ?"
@@ -6472,11 +6515,33 @@ msgstr ""
"de configurer d'imprimante ici. Elles seront automatiquement\n"
"détectées. Si vous hésitez, sélectionnez « Serveur CUPS distant »."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Si vous utilisez un serveur CUPS distant, vous n'avez pas besoin\n"
+"de configurer d'imprimante ici. Elles seront automatiquement\n"
+"détectées à moins que le serveur soit sur un réseau différent;\n"
+"dans ce dernier cas, vous devez indiquer l'adresse IP du serveur\n"
+"CUPS et éventuellement le numéro de port."
+
+#: ../../printerdrake.pm_.c:416
+msgid "CUPS server IP"
+msgstr "Adresse IP du serveur CUPS"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr "Le numéro de port doit être numérique"
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Supprimer cette file"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -6491,19 +6556,19 @@ msgstr ""
"Quel nom doit être utilisé pour cette imprimante et comment est-ell "
"connectée ?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Nom de l'imprimante"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Description"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Localisation"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -6516,15 +6581,15 @@ msgstr ""
"répertoire de spool que vous souhaitez utiliser pour cette file,\n"
"ainsi que le type de connexion de votre imprimante."
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Nom de la file"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Répertoire de spool"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Connexion de l'imprimante"
@@ -7377,7 +7442,8 @@ msgstr ""
# ../../share/compssUsers
msgid "C and C++ development libraries, programs and include files"
-msgstr "Bibliothèques de développement C et CC+, programes et fichiers d'entête"
+msgstr ""
+"Bibliothèques de développement C et CC+, programes et fichiers d'entête"
# ../../share/compssUsers
msgid "Communication facilities"
@@ -7516,6 +7582,12 @@ msgstr ""
"Utilitaires pour le courrier électronique, les news, le web, le transfert de "
"fichiers, les discussions en ligne"
+#~ msgid "Czech"
+#~ msgstr "Tchèque"
+
+#~ msgid "Slovakian"
+#~ msgstr "Slovaque"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "Impossible d'installe le RPM d'ipchains en utilisant urpmi"
diff --git a/perl-install/share/po/ga.po b/perl-install/share/po/ga.po
index ad3974690..b0f656051 100644
--- a/perl-install/share/po/ga.po
+++ b/perl-install/share/po/ga.po
@@ -14,7 +14,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 1999-12-16 10:33+0100\n"
"Last-Translator: Proinnsias Breathnach <breatpro@dublin.ml.com>\n"
"Language-Team: Gaeilge <ga@li.org>\n"
@@ -89,23 +89,23 @@ msgstr ""
msgid "XFree configuration"
msgstr "Cumraíocht XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Roghnaigh an méid cuimhne atá id' charta grafachach"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Roghnaigh cumraíocht an freastalaí"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Roghnaigh scáileán"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Scáileán"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -119,39 +119,39 @@ msgid ""
" If in doubt, choose a conservative setting."
msgstr ""
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Ráta athnuachana cothrománach"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Ráta athnuachana ingearach"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Níl aon scáileán cumraithe"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Níl aon carta grafachach cumraithe"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Níl aoin réiteach cumraithe"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Trialaigh an cumraíocht"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -159,146 +159,146 @@ msgstr ""
"\n"
"bain trial as roinnt paraiméadair a athrú"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Tharla Earráid:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Ag éalú i %d siocand"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "An bhfuil seo ceart?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Tharla earráid, bain trial as roinnt paraiméadair a athrú"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Réiteach"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr ""
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Carta Grafach: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Freastalaí XFree86: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Taispéan gach ceann"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Réiteachaí"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Leagan amach eocharchlára: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Cineál luchóg: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Gaireas luchóige: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Scáileán: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Scáileán HorizSync: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Scáileán VertRefresh: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Carta Grafach: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Cuimhne grafach: %s kb\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, fuzzy, c-format
msgid "Color depth: %s\n"
msgstr "Scáileán VertRefresh: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, fuzzy, c-format
msgid "Resolution: %s\n"
msgstr "Réiteachaí"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Freastalaí XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, fuzzy, c-format
msgid "XFree86 driver: %s\n"
msgstr "Freastalaí XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Ag ullmhú cumraíocht X-Windows"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Athraigh Scáileán"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Athraigh carta grafach"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Athraigh cumraíocht an freastalaí"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Athraigh Réiteach"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Taispeán Eolas"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Bain trial as arís"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Éalaigh"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Céard a theastaíonn uait a dhéanamh?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -307,20 +307,20 @@ msgid ""
"%s"
msgstr "Coimead an cumraíocht IP atá ann"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X ag tús"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -328,11 +328,11 @@ msgstr ""
"Is féidir linn do ríomhaire a shocrú le X a thosnú i ndhiadh bootáil.\n"
"An dteastaíonn uait go dtosnófar X nuair a aththosnítear an ríomhaire?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Uath-Logann"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -341,11 +341,11 @@ msgstr ""
"Is féidir linn do ríomhaire a shocrú le X a thosnú i ndhiadh bootáil.\n"
"An dteastaíonn uait go dtosnófar X nuair a aththosnítear an ríomhaire?"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Roghnagih an úsáidoer gneás:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Roghnaigh an Bainistéoir Fhuinneoga a úsásd:"
@@ -446,244 +446,257 @@ msgstr "Scáileán a bhfuil in ann do 1600x1200 ag 70Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Scáileán a bhfuil in ann do 1600x1200 ag 76Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr ""
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr ""
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "Roghnaigh rang feistiú"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr ""
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Feistiú LILO/grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Ar bith"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
#, fuzzy
msgid "Which bootloader(s) do you want to use?"
msgstr "Cén tescán ag a dteastaíonn uait é a bhogadh?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Feistiú cód tosnaithe"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Gaireas bootáil"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr ""
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Compact"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "compact"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Mód fís"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr ""
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Pasfhocal"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Pasfhocal (arís)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr ""
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "teorannaigh"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Príomhroghanna bootáil"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Aththrialaigh"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Ní mar a chéile na pasfhocail"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
msgstr ""
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Suim"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Críochnithe"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Cén sort iontráil a suimigh do?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "CO Eile (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "CO Eile (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Iomha"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Léamh-Scríobh"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Table"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Baolach"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Lipéad"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Gnáth"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Ok"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Scrios iontráil"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Níl ceadaigh an lipéad folamh ann"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Is ann cheana don ainm úsáideora seo"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Fuair %s %s comhéadan"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "An bhfuil ceann eile agat?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "An bhfuil comhéadan %s agat?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Níl"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Tá"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Leámh an t-eolais crua-earra"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Ag feistáil tiomanaí do %s, carta %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(modíl %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr ""
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -695,20 +708,20 @@ msgid ""
"not cause any damage."
msgstr ""
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr ""
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Cumraigh roghanna"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr ""
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -716,11 +729,11 @@ msgid ""
"For instance, ``io=0x300 irq=7''"
msgstr ""
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Roghachais modúil:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -794,7 +807,7 @@ msgstr "1 noiméad"
msgid "%d seconds"
msgstr "%d soicínd"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Cruthaigh"
@@ -802,7 +815,7 @@ msgstr "Cruthaigh"
msgid "Unmount"
msgstr ""
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Dealaigh"
@@ -810,16 +823,16 @@ msgstr "Dealaigh"
msgid "Format"
msgstr "Formáidigh"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Athméidigh"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Cineál"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr ""
@@ -955,8 +968,8 @@ msgid "Please make a backup of your data first"
msgstr ""
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Léigh go curamach"
@@ -978,7 +991,7 @@ msgstr ""
msgid "Error"
msgstr "Earráid"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr ""
@@ -1089,35 +1102,35 @@ msgstr "Cinéal tabla rann: %s\n"
msgid "on bus %d id %d\n"
msgstr "ar bhús %d, id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr ""
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Gníomhach"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Cur le RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Bain ó RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Athraigh RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr ""
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Roghnaigh gníomh"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1129,7 +1142,7 @@ msgstr ""
"Má tá tú ag úsáid LILO ní oibróidh sé, nó níl /boot uait muna n-úsáideann tú "
"LILO"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1140,209 +1153,209 @@ msgstr ""
"sorcóir ar an dhiosca, agus níl aon rann /boot agat.\n"
"Má tá tú chun LILO a úsáid, beidh ort rann /boot a cruthú ar ball."
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
"So be careful to add a /boot partition"
msgstr ""
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr ""
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr ""
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Lean ar aghaidh ar aon nós?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Éalaigh gan sabháil"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Éalaigh gan an clár-ranna a scríobh?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Athraigh cineál ranna"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Cén rann atá uait?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr ""
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr ""
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
msgstr ""
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Ag formáidiú"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr ""
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Ag formáidiú rann %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "I ndhiadh na rann ar fad formáidiú,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "caillfear gach sonra ar na ranna"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Bog"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Cén diosca ag a dteastaíonn uait é a bhogadh?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Teascán"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Cén tescán ag a dteastaíonn uait é a bhogadh?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Ag bogadh"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Ag bogadh rann..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Scríobhfar clár diosca %s go dhiosca!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Beidh ort an ríomhaire a aththosnú sula ndéanfar an athrú"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Ag ríomhadh teorainn na córais-comhadlanna FAT"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Ag athméadú"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Scriobh clár-ranna"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
#, fuzzy
msgid "All data on this partition should be backed-up"
msgstr "caillfear gach sonra ar an rann seo"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Roghnaigh an méid nua"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Cruthaigh rann nua"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Teascán tosasch: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Méid i MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Cineál córas-comhadlanna"
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Tosaíocht: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr ""
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr ""
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr ""
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr ""
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr ""
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Roghnaigh Comhad"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1350,11 +1363,11 @@ msgstr ""
"Níl an méid céanna ar an rann cúltaca\n"
"Lean ar aghaidh ar aon nós?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Rabhadh"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1362,27 +1375,27 @@ msgstr ""
"Cur diosca flapach sa dioscthiomant\n"
"Caillfear gach sonra ar an dhiosca seo"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Ag iarraidh an clár-ranna a tarrtháil"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "gaireas"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "leibhéal"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "méid smután"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Roghnaigh RAID atá ann le méadú"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "nua"
@@ -2515,8 +2528,8 @@ msgstr "Cumraigh seirbhisí"
msgid "Configure printer"
msgstr "Cumraigh printéir"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Socraigh pasfhocal root"
@@ -2544,7 +2557,7 @@ msgstr ""
msgid "Exit install"
msgstr "Eirigh as Feistiú"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Earráid ag léamh comhad $f"
@@ -2639,18 +2652,18 @@ msgstr ""
msgid "Computing Windows filesystem bounds"
msgstr "Ag ríomhadh teorainn na córais-comhadlanna FAT"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -2661,86 +2674,86 @@ msgid ""
"When sure, press Ok."
msgstr ""
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr ""
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "rann %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Theip ar uathathmhéadú FAT: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Dealaigh Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Mód Saineolaí"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Úsáid diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Úsáid fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
"When you are done, don't forget to save using `w'"
msgstr ""
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Níl aon ranna agat!"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Ní féidir liom rann eile a cur isteach"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Theip ar rannú: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Ag tosnú suas an ghréasán"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Ag dúnadh síos an ghreasán"
@@ -2752,12 +2765,12 @@ msgstr ""
"Ta earraid ann, níl a fhios agam conas é a cheartú.\n"
"Lean ort, ar do phriacal féin."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Pointe taca dublach %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -2765,12 +2778,12 @@ msgid ""
"Mandrake/RPMS/*.rpm\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Fáilte go %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Níl dioscthiománt flapach ar fáil"
@@ -2851,7 +2864,7 @@ msgid "There was an error ordering packages:"
msgstr ""
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Bain úsáid as an cumraíocht X11 atá ann?"
@@ -3460,92 +3473,92 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "Cén ceann do chrois ama"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "An bhfuil an clog cruaearrach ar GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Gan pasfhocal"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Bain úsáid as scáilcomhad"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "scáil"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Bain úsáid as pasfhocail MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Bain úsáid as NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "leathanaigh buí"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "Fearannas NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "Freastalaí NIS"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Suimigh úsáideoir"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3553,48 +3566,48 @@ msgid ""
"%s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Fíor ainm"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Ainm úsáideora"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Blaosc"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Dealbh"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Tá an pasfhocal seo ro-shimplí"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Is ann cheana don ainm úsáideora seo"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -3612,20 +3625,20 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
#, fuzzy
msgid "Second floppy drive"
msgstr "Cur isteach diosca sa dioscthiomant %s"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Scipeáil"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -3639,116 +3652,116 @@ msgid ""
"failures. Would you like to create a bootdisk for your system?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Brón orm, níl aon dioscthiománt flapach ar fáil"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
#, fuzzy
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Roghnaigh na ranna atá le formáidiú"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Cur isteach diosca sa dioscthiomant %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
#, fuzzy
msgid "Preparing bootloader"
msgstr "Feistigh córas"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Céard a theastaíonn uait a dhéanamh?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Bocht"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Bun"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Gnáth"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Árd"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranóid"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Ceisteanna eile"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
#, fuzzy
msgid "Use hard drive optimisations?"
msgstr "Athraigh cumraíocht an freastalaí"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Glan /tmp nuair a thosnaigh an coráis"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
#, fuzzy
msgid "Enable num lock at startup"
msgstr "X ag tús"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -3757,34 +3770,34 @@ msgid ""
"You have been warned."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Cur isteach diosca folamh sa dioscthiomant %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -3837,10 +3850,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Do rogha? (gnás %s úsáid `none' do ceann ar bith) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Ceichís"
+msgid "Czech (QWERTZ)"
+msgstr "Ceichís (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Gearmáinis"
@@ -3848,19 +3861,19 @@ msgstr "Gearmáinis"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Spáinnis"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Fionnlainnis"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Francais"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Ioruais"
@@ -3868,15 +3881,15 @@ msgstr "Ioruais"
msgid "Polish"
msgstr "Polainnis"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Ruislís"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Méarchlár UK"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Meárchlár US"
@@ -3927,154 +3940,170 @@ msgstr ""
msgid "Swiss (French layout)"
msgstr ""
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Ceichís (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr ""
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr ""
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (Meiriceá)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr ""
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr ""
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr ""
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr ""
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Greicís"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Ungáiris"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Cróitis"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr ""
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr ""
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Peirsis"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Íoslainnis"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Iodáilis"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Seapáinis (106 eochair)"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr ""
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Ísiltíris"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr ""
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Liotuáinis AZERTY (nua)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
#, fuzzy
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Liotuáinis \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Liotuáinis \"phonetic\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polainnis (qwerty)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polainnis (qwertz)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portaingéilis"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr ""
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Rúisis (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Sualainnis"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slóbhéinis"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slóbaicis"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slóbaicis (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slóbaicis (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Téalainnis"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Turkish (traditional \"F\" model)"
msgstr "TUircis (traditional \"F\" model)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
#, fuzzy
msgid "Turkish (modern \"Q\" model)"
msgstr "Tuircis (modern \"Q\" model)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Úcráinis"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Mearchlár US (idirnaisiúnta)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Bhítneamis"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr ""
@@ -4091,10 +4120,10 @@ msgstr ""
msgid "Logitech MouseMan+"
msgstr "Luchóg Bus Logitech"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:33
#, fuzzy
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse (PS/2)"
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Luchóg 3-cnaipe (PS/2)"
#: ../../mouse.pm_.c:34
#, fuzzy
@@ -4139,6 +4168,11 @@ msgstr "Luchóg 3-cnaipe (PS/2)"
msgid "Generic 3 Button Mouse"
msgstr "Luchóg 3-cnaipe (PS/2)"
+#: ../../mouse.pm_.c:51
+#, fuzzy
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse (PS/2)"
+
#: ../../mouse.pm_.c:52
#, fuzzy
msgid "Logitech MouseMan"
@@ -4203,25 +4237,25 @@ msgstr ""
msgid "Is this correct?"
msgstr "An bhfuil seo ceart?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Cumraigh Idirlíon"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Cumraigh nasc ghréasán"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -4229,128 +4263,130 @@ msgstr ""
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Cumraigh ISDN"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
msgstr ""
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
#, fuzzy
msgid "Connection Configuration"
msgstr "Cumraíocht Idirlíon."
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr ""
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ na Carta"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Cuimhne Charta (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "I/A Carta"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "I/A_0 Carta"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "I/A_1 Carta"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr ""
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr ""
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Uimhir fón"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr ""
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr ""
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr ""
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr ""
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Pasfhocal"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Pasfhocal (arís)"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
#, fuzzy
msgid "Europe"
msgstr "Eorap (EDS11)"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Eorap (EDS11)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
#, fuzzy
msgid "Rest of the world"
msgstr "Trialaigh an cumraíocht"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr ""
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr ""
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Níl fhíos agam"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Cén cinéal c atá uait?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Lean"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Tobscoir"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4358,296 +4394,303 @@ msgid ""
"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
msgstr ""
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Cén sort carta ISDN atá uait?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr ""
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
msgstr ""
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Roghnaigh an cláréadan ghréasán"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Cláréadan Gréasán"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Cumraigh ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr ""
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Déan iarracht móideam a aimsiú?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr ""
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Roghanna 'Dialup'"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Ainm Nasc"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Uimhir fón"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Ainm Login:"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Deimniú"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Script-bhunaithe"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Teirminéal-bhunaithe"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Ainm Fearannas"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Cead Freastalaí DNS"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Dara Freastalaí DNS"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Cumraigh nasc ghréasán"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Bainteach le hIdirlíon"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Bainteach le hIdirlíon"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Cumraigh nasc ghréasán"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Nasc na hIdirlíon agus cumraíocht"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Cumraigh nasc ghréasán"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Cumraigh nasc ghréasán"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Carta ISDN inmheánamach"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Móideam seantrach"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr ""
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr ""
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Cumraigh nasc ghréasán"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Fraince"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Tír Eile"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr ""
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "móideim alcatel"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "móideim ECI"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "úsáid pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "ná úsáid pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Cumraigh nasc ghréasán"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
msgstr ""
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Cumraigh nasc ghréasán"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Cumraigh gréasánú áitiúl"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Cumraíocht Gréasánú"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr ""
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Nasc na hIdirlíon agus cumraíocht"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
#, fuzzy
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
msgstr "Tá gréasánú lóganta cumraithe cheana féin. An dteastaíonn uait:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr ""
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Cumraíocht Gréasánú"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -4714,6 +4757,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr ""
@@ -4838,7 +4882,7 @@ msgstr "Printéir áitiúl"
msgid "Remote printer"
msgstr "Scrios iontráil"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr ""
@@ -4972,7 +5016,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Óstainm Printéir"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Poirt"
@@ -5102,12 +5146,12 @@ msgstr "Ag meastú"
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr ""
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr ""
@@ -5123,11 +5167,29 @@ msgid ""
"In case of doubt, select \"Remote CUPS server\"."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP freastalaí SMP"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Scrios ciú"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5135,19 +5197,19 @@ msgid ""
"how is the printer connected?"
msgstr ""
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Ainm Printéir"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Cuntas"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Áit"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5155,15 +5217,15 @@ msgid ""
"connected?"
msgstr ""
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Ainm ciú"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr ""
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Nasc Printéir"
@@ -6004,6 +6066,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "Ceichís"
+
+#~ msgid "Slovakian"
+#~ msgstr "Slóbaicis"
+
#~ msgid "Reconfigure local network"
#~ msgstr "Athchumraigh an gréasánú anois"
diff --git a/perl-install/share/po/gl.po b/perl-install/share/po/gl.po
index 413182fa1..78847db2f 100644
--- a/perl-install/share/po/gl.po
+++ b/perl-install/share/po/gl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-06-08 18:14+0200\n"
"Last-Translator: Jesús Bravo Álvarez (mdk) <jba@pobox.com>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -83,23 +83,23 @@ msgstr ""
msgid "XFree configuration"
msgstr "Configuración despois da instalación"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Seleccione a cantidade de memoria da sua tarxeta gráfica"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Escolla as opcións para o servidor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Elixa o monitor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -122,40 +122,40 @@ msgstr ""
"pode daña-lo seu monitor.\n"
"No caso de dúbida, elixa unha configuración conservadora."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Frecuencia de recorrido horizontal"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Frecuencia de recorrido vertical"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "O monitor non está configurado"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "A tarxeta gráfica aínda non está configurada"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Resolucións aínda non elexidas"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "¿Desexa proba-la configuración?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Aviso: probar é perigoso nesta tarxeta gráfica"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Proba da configuración"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -163,146 +163,146 @@ msgstr ""
"\n"
"probe a cambiar algúns parámetros"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Ocorreu un erro:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Saíndo en %d segundos"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "¿É esta a configuración correcta?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Ocorreu un erro, probe a cambiar algúns parámetros"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Resolución"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Elixa a resolución e a profundidade de cor"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Tarxeta gráfica: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Servidor XFree86: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Ver todo"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Resolucións"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Elección do tipo de teclado: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Tipo de rato: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Dispositivo do rato: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Frecuencia horizontal do monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Frecuencia vertical do monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Tarxeta gráfica: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Memoria da tarxeta gráfica: %s KB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, fuzzy, c-format
msgid "Color depth: %s\n"
msgstr "Opcións da profundidade de cor"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, fuzzy, c-format
msgid "Resolution: %s\n"
msgstr "Resolucións"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Servidor XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, fuzzy, c-format
msgid "XFree86 driver: %s\n"
msgstr "Servidor XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Preparando a configuración de X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Troca-lo monitor"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Troca-la tarxeta gráfica"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Troca-las opcións do servidor"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Troca-la resolución"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Amosar información"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Probar de novo"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Saír"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "¿Qué desexa facer?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -311,20 +311,20 @@ msgid ""
"%s"
msgstr "Conserva-la configuración IP actual"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Por favor, entre de novo en %s para activa-los trocos"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Por favor, saia e entón use Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "Lanzar X11 ó arrincar"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -332,11 +332,11 @@ msgstr ""
"Pódese configura-lo seu ordenador para que lance automáticamente\n"
"as X ó arrincar. ¿Desexa que se executen as X ó reiniciar?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -345,12 +345,12 @@ msgstr ""
"Pódese configura-lo seu ordenador para que lance automáticamente\n"
"as X ó arrincar. ¿Desexa que se executen as X ó reiniciar?"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
#, fuzzy
msgid "Choose the default user:"
msgstr "Escoller o tamaño novo"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Elixa a utilidade que quere usar"
@@ -451,109 +451,118 @@ msgstr "Monitor soportando 1600x1200 a 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor soportando 1600x1200 a 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Primeiro sector da partición de arranque"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Primeiro sector do disco (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
#, fuzzy
msgid "SILO Installation"
msgstr "Instalación de LILO/grub"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "¿Onde quere instalar o cargador de arrinque?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Instalación de LILO/grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Ningún"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "¿Que cargador(es) de arrinque quere usar?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
#, fuzzy
msgid "Bootloader installation"
msgstr "Opcións principais do cargador de arrinque"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Dispositivo de arrinque"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (non funcion en BIOS antigas)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Compacto"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "compacto"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Modo de vídeo"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Retardo antes de arrinca-la imaxe por omisión"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Contrasinal"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Contrasinal (de novo)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Restrinxir opcións da liña de comandos"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "restrinxido"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Opcións principais do cargador de arrinque"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"A opción «restrinxir opcións da liña de comandos» non ten sentido sen "
"contrasinal"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Ténteo de novo por favor"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Os contrasinais non coinciden"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -561,140 +570,144 @@ msgstr ""
"Estas son as diferentes entradas.\n"
"Pode engadir algunhas máis ou cambia-las que xa existen."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Engadir"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Feito"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "¿Que tipo de entrada desexa engadir?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
#, fuzzy
msgid "Other OS (SunOS...)"
msgstr "Outros SO (windows...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Outros SO (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Imaxe"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Raíz"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Agregar"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Lectura/escritura"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Táboa"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Inseguro"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Etiqueta"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Por omisión"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Aceptar"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Quitar entrada"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Etiqueta baleira non permitida"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Esta etiqueta xa se está a usar"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s interfaces %s atopadas"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "¿Ten algunha outra?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "¿Ten algunha interface %s?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Non"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Si"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Información sobre o hardware"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instalando controlador para a tarxeta %s %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(módulo %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "¿Que controlador de %s desexa que se probe?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -712,20 +725,20 @@ msgstr ""
"analizar o equipo pode provocar que se pare, pero non debería\n"
"causar ningún dano."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Autodetección"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Especificar as opcións"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Agora pode dar as opcións para o módulo %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -736,11 +749,11 @@ msgstr ""
"As opcións son da forma «nome=valor nome2=valor2 ...».\n"
"Por exemplo pode ter «io=0x300 irq=7»"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Opcións do módulo:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -830,7 +843,7 @@ msgstr ""
msgid "%d seconds"
msgstr "Saíndo en %d segundos"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Crear"
@@ -838,7 +851,7 @@ msgstr "Crear"
msgid "Unmount"
msgstr "Desmontar"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Borrar"
@@ -846,16 +859,16 @@ msgstr "Borrar"
msgid "Format"
msgstr "Formatar"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Redimensionar"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Tipo"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Punto de montaxe"
@@ -992,8 +1005,8 @@ msgid "Please make a backup of your data first"
msgstr "Por favor, faga primeiro unha copia de seguridade dos seus datos"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "¡Lea con cuidado!"
@@ -1017,7 +1030,7 @@ msgstr "Teña coidado: esta operación é perigosa."
msgid "Error"
msgstr "Erro"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Punto de montaxe: "
@@ -1128,35 +1141,35 @@ msgstr "Tipo de táboa de partición: %s\n"
msgid "on bus %d id %d\n"
msgstr "no bus %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Montar"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Activar"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Engadir ó RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Quitar do RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Modifica-lo RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Usar para loopback"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Escolla a acción"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1167,7 +1180,7 @@ msgstr ""
"(nun cilindro > 1024). Se vostede usa LILO, non vai funcionar, e se non o\n"
"usa, non necesita /boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1179,7 +1192,7 @@ msgstr ""
"Se pensa usar o selector de SO de arranque LILO, tome en conta de\n"
"engadir unha partición /boot"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
#, fuzzy
msgid ""
"You've selected a software RAID partition as root (/).\n"
@@ -1191,58 +1204,58 @@ msgstr ""
"partición /boot.\n"
"Lembre por tanto engadir unha partición /boot se quere usar lilo ou grub"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Use ``%s'' no seu lugar"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Use ``Desmontar'' primeiro"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Ó cambia-lo tipo da partición %s, perderanse tódolos datos desta partición"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "¿Continuar de calquera xeito?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Saír sen gardar"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "¿Saír do programa sen garda-la táboa de particións?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Trocar tipo de partición"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "¿Qué tipo de partición desexa?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Non pode usar ReiserFS para particións máis pequenas que 32MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "¿Onde desexa monta-lo ficheiro loopback %s?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "¿Onde desexa monta-lo dispositivo %s?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1251,147 +1264,147 @@ msgstr ""
"usar de loopback.\n"
"Quite o loopback primeiro"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Ó formata-la partición %s, perderanse tódolos datos desta partición"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formatando"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatando o ficheiro loopback %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Formatando a partición %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Logo de formatar tódalas particións,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "perderanse os datos nesas particións"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Desprazar"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "¿A que disco desexa desprazala?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "¿A que sector desexa desprazala?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Desprazando"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Desprazando partición..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "¡Escribirase ó disco a tabla de partición da unidade %s!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Necesita reinicia-lo equipo para que a modificación sexa tomada en conta"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Calculando os límites do sistema de ficheiros FAT"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Redimensionando"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "¿Qué tipo de partición desexa?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Debería facerse unha copia de seguridade dos datos desta partición"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Ó redimensiona-la partición %s, perderanse tódolos datos desta partición"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Escoller o tamaño novo"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Crear unha partición nova"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Sector de comezo: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Tamaño en MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Tipo de sist. de ficheiros: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Preferencia: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Esta partición non pode usarse para loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Nome do ficheiro loopback: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "O ficheiro xa está a ser usado por outro loopback, escolla outro"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "O ficheiro xa existe. ¿Usalo?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Elixa un ficheiro"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1399,11 +1412,11 @@ msgstr ""
"A táboa de particións de socorro non ten\n"
"o mesmo tamaño. ¿Desexa continuar igual?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Advertencia"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1411,27 +1424,27 @@ msgstr ""
"Inserte un disquete no lector\n"
"Perderanse tódolos datos no disquete"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Tratando de recupera-la táboa de particións"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "dispositivo"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "nivel"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "tamaño do bloque de datos"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Escolla un dos RAID para engadirlle"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "novo"
@@ -2832,8 +2845,8 @@ msgstr "Configurar servicios"
msgid "Configure printer"
msgstr "Configurar impresora"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Contrasinal de root"
@@ -2861,7 +2874,7 @@ msgstr "Disquete de auto-instalación"
msgid "Exit install"
msgstr "Saír da instalación"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Erro o le-lo ficheiro $f"
@@ -2965,18 +2978,18 @@ msgstr "¿Qué tipo de partición desexa?"
msgid "Computing Windows filesystem bounds"
msgstr "Calculando os límites do sistema de ficheiros FAT"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
#, fuzzy
msgid ""
"WARNING!\n"
@@ -2996,59 +3009,59 @@ msgstr ""
"seguridade dos seus datos.\n"
"Cando estea seguro, prema Ok."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
#, fuzzy
msgid "Which size do you want to keep for windows on"
msgstr "¿A que sector desexa desprazala?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, fuzzy, c-format
msgid "partition %s"
msgstr "Partición"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, fuzzy, c-format
msgid "FAT resizing failed: %s"
msgstr "Fallou o redimensionamento automático"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr ""
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, fuzzy, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"Ó redimensiona-la partición %s, perderanse tódolos datos desta partición"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
#, fuzzy
msgid "Expert mode"
msgstr "Experto"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr ""
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr ""
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, fuzzy, c-format
msgid ""
"You can now partition %s.\n"
@@ -3057,30 +3070,30 @@ msgstr ""
"Pode agora particionar o seu disco duro %s\n"
"Cando remate, non olvide gravar usando `w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "¡Non ten ningunha partición de windows!"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Non podo engadir máis particións"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, fuzzy, c-format
msgid "Partitioning failed: %s"
msgstr "Tipo de táboa de partición: %s\n"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Activando a rede"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Desactivando a rede"
@@ -3092,12 +3105,12 @@ msgstr ""
"Ocorreu un erro, e o programa non sabe como manexalo de\n"
"maneira limpa. Continúe ó seu risco."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Punto de montaxe %s duplicado"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3109,12 +3122,12 @@ msgstr ""
"Comprobe o cdrom nun ordenador xa instalado usando \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Benvido a %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Ningunha disqueteira dispoñible"
@@ -3194,7 +3207,7 @@ msgid "There was an error ordering packages:"
msgstr "Houbo un erro ó ordea-los paquetes:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "¿Usar a configuración existente para X11?"
@@ -3872,95 +3885,95 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Escoller un espello do que colle-los paquetes"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Contactando co espello para obte-la lista dos paquetes dispoñibles"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Elixa os paquetes que desexa instalar."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
#, fuzzy
msgid "Which is your timezone?"
msgstr "¿ Cal é o uso do seu sistema ?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "¿O reloxo interno do seu ordenador usa a hora GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
#, fuzzy
msgid "Which printing system do you want to use?"
msgstr "¿Qué tipo de partición desexa?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Sen contrasinal"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Usar ficheiro shadow"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Usar contrasinais MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Usar NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "páxinas amarelas (yp)"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Este contrasinal é demasiado simple (ten que ter polo menos %d caracteres)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Autenticación NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "Dominio NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Aceptar usuario"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Engadir usuario"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(%s xa foi engadido)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3970,48 +3983,48 @@ msgstr ""
"Introduza un usuario\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Nome e apelidos"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Nome de usuario"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Icona"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Este contrasinal é demasiado simple"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Entre o nome de usuario"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "O nome de usuario (login) só debe conter letras, números, '-' o '_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Este nome de usuario xa está engadido"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4040,19 +4053,19 @@ msgstr ""
"de Mandrake, facendo así moito máis fácil a recuperación no caso de fallo\n"
"grave do sistema. ¿Desexa crear un disco de arrinque para o seu sistema?"
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Primeira unidade de disquete"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Segunda unidade de disquete"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Saltar"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4076,33 +4089,33 @@ msgstr ""
"de Mandrake, facendo así moito máis fácil a recuperación no caso de fallo\n"
"grave do sistema. ¿Desexa crear un disco de arrinque para o seu sistema?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Disculpe, pero non hai ningunha disqueteira dispoñible"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Elixa o lector que desexa usar para crea-lo disco de arranque"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Inserte un disquete na unidade %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Creando o disco de arrinque"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Preparando o cargador de arrinque"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "¿Desexa usar SILO?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4110,81 +4123,81 @@ msgstr ""
"Erro instalando aboot, \n"
"¿probar a forza-la instalación mesmo se iso destrúe a primeira partición?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
#, fuzzy
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Fallou a instalación de LILO. Ocorreu o erro seguinte:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Benvida ós Crackers"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Pobre"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Baixo"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Medio"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Alto"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoico"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Preguntas varias"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(pode provocar corrupción dos datos)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Usar optimizacións de disco duro"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Escoller un nivel de seguridade"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Tamaño exacto de memoria se se necesita (atopáronse %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Automonta-las unidades extraíbles"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Limpar /tmp en cada arrinque"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Activar perfís múltiples"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Activar Bloq Num ó iniciar"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Dar o tamaño da memoria en MB"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Non se pode usar supermount no nivel de seguridade alto"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4193,27 +4206,27 @@ msgid ""
"You have been warned."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr "¿Quere realmente xerar un disquete de instalación para replicar linux?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Insira un disquete baleiro na unidade %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Creando un disquete de auto-instalación"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4223,7 +4236,7 @@ msgstr ""
"\n"
"¿Desexa realmente saír agora?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4287,10 +4300,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "¿A súa elección? (por omisión %s, teclee 'none' para ningunha)"
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Checo"
+msgid "Czech (QWERTZ)"
+msgstr "Checo (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Alemán"
@@ -4298,19 +4311,19 @@ msgstr "Alemán"
msgid "Dvorak"
msgstr "Teclado dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Español"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finlandés"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Francés"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Noruego"
@@ -4318,15 +4331,15 @@ msgstr "Noruego"
msgid "Polish"
msgstr "Polaco"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Ruso"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Británico"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Estadounidense"
@@ -4374,155 +4387,171 @@ msgstr "Suizo (alemán)"
msgid "Swiss (French layout)"
msgstr "Suizo (francés)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Checo (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Alemán (sen teclas de tiles)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Danés"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
#, fuzzy
msgid "Dvorak (US)"
msgstr "Teclado dvorak"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
#, fuzzy
msgid "Dvorak (Norwegian)"
msgstr "Noruego"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estonio"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Xeorxiano (cirílico)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Xeorxiano (latino)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Grego"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Húngaro"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Croata"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israelí"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israelí (Fonético)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
#, fuzzy
msgid "Iranian"
msgstr "Ucraniano"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islandés"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italiano"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr ""
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latinoamericano"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Holandés"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Lituano AZERTY (antigo)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Lituano AZERTY (novo)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituano \"ringleira de números\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituano \"fonético\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polaco (disposición qwerty)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polaco (disposición qwertz)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugués"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Canadiano (Québec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Ruso (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Sueco"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Esloveno"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Eslovaco"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Eslovaco (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Eslovaco (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Teclado Thai"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turco (tradicional modelo \"F\")"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turco (moderno modelo \"Q\")"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ucraniano"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Estadounidense (internacional)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
#, fuzzy
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Lituano \"ringleira de números\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Iugoslavo (latino)"
@@ -4538,9 +4567,10 @@ msgstr ""
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Rato xenérico"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4579,6 +4609,10 @@ msgstr "Rato de 2 botones xenérico"
msgid "Generic 3 Button Mouse"
msgstr "Rato de 3 botones xenérico"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -4636,27 +4670,27 @@ msgstr ""
msgid "Is this correct?"
msgstr "¿É isto correcto?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
#, fuzzy
msgid "Internet configuration"
msgstr "Configuración dos proxys"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
#, fuzzy
msgid "Do you want to try to connect to the Internet now?"
msgstr "¿Desexa proba-la configuración?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Configura-la rede"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Non configura-la rede"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4665,138 +4699,140 @@ msgstr "Nome da conexión"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
#, fuzzy
msgid "ISDN Configuration"
msgstr "Configuración"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
msgstr ""
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
#, fuzzy
msgid "Connection Configuration"
msgstr "Configuración dos proxys"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr ""
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr ""
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr ""
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr ""
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr ""
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr ""
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr ""
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr ""
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
#, fuzzy
msgid "Provider phone number"
msgstr "Número de teléfono"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr ""
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr ""
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
#, fuzzy
msgid "Dialing mode"
msgstr "Nome do dominio"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
#, fuzzy
msgid "Account Login (user name)"
msgstr "Punto de montaxe"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
#, fuzzy
msgid "Account Password"
msgstr "Contrasinal"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
#, fuzzy
msgid "Confirm Password"
msgstr "Contrasinal"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr ""
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr ""
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
#, fuzzy
msgid "Rest of the world"
msgstr "Proba da configuración"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr ""
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
#, fuzzy
msgid "Which protocol do you want to use ?"
msgstr "¿Qué tipo de partición desexa?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
#, fuzzy
msgid "ISA / PCMCIA"
msgstr "PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
#, fuzzy
msgid "PCI"
msgstr "PCMCIA"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr ""
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
#, fuzzy
msgid "What kind of card do you have?"
msgstr "¿Qué tipo de impresora ten?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
#, fuzzy
msgid "Continue"
msgstr "¿Continuar de calquera xeito?"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr ""
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4804,313 +4840,320 @@ msgid ""
"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
msgstr ""
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
#, fuzzy
msgid "Which is your ISDN card ?"
msgstr "¿Cal é a sua zona horaria?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr ""
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
msgstr ""
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
#, fuzzy
msgid "Choose the network interface"
msgstr "Escoller o tamaño novo"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
#, fuzzy
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Escolla o porto serie ó que está conectado o seu rato."
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "¿Desexa proba-la configuración?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
#, fuzzy
msgid "ADSL configuration"
msgstr "Configuración"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
#, fuzzy
msgid "Do you want to start your connection at boot?"
msgstr "¿Quere usar aboot?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "¿Desexa que se tente atopar un módem?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Escolla o porto serie ó que está conectado o seu módem."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Opcións de chamada"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Nome da conexión"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
#, fuzzy
msgid "Phone number"
msgstr "Número de teléfono"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "ID de Login"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Autenticación"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Baseado nun script"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Baseado nun terminal"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
#, fuzzy
msgid "Domain name"
msgstr "Nome da conexión"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Primeiro Servidor DNS"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Segundo Servidor DNS"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Nome da conexión"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Configura-la rede"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Non configura-la rede"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Non configura-la rede"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Nome da conexión"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Nome da conexión"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Configura-la rede"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Conexión da Impresora"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Configura-la rede"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Configura-la rede"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr ""
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Experto"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
#, fuzzy
msgid "Connect to the Internet"
msgstr "Nome da conexión"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
#, fuzzy
msgid "What kind is your ISDN connection?"
msgstr "¿A qué porto serie está conectado o rato?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Configura-la rede"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
#, fuzzy
msgid "France"
msgstr "Cancelar"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr ""
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr ""
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr ""
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
#, fuzzy
msgid "ECI modem"
msgstr "Experto"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Configura-la rede"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
#, fuzzy
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
msgstr "¿Qué tipo de partición desexa?"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Configura-la rede"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
#, fuzzy
msgid "Configure local network"
msgstr "Configura-la rede"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Configuración da Rede"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "¿Desexa proba-la configuración?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
#, fuzzy
msgid "Disable networking"
msgstr "Configura-la rede"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Nome da conexión"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
#, fuzzy
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
msgstr "A rede local xa foi configurada. Desexa:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
#, fuzzy
msgid "How do you want to connect to the Internet?"
msgstr "¿A que disco desexa desprazala?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Configuración da Rede"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5188,6 +5231,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "As direccións IP deben estar no formato 1.2.3.4"
@@ -5322,7 +5366,7 @@ msgstr "Impresora local"
msgid "Remote printer"
msgstr "Opcións impresora remota lpd"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
#, fuzzy
msgid "Remote CUPS server"
msgstr "Fila de impresión remota"
@@ -5480,7 +5524,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Opcións da impresora"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
#, fuzzy
msgid "Port"
msgstr "Pobre"
@@ -5621,12 +5665,12 @@ msgstr "Estimando"
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Seleccionar Conexión da Impresora"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "¿Como está conectada a impresora?"
@@ -5642,11 +5686,29 @@ msgid ""
"In case of doubt, select \"Remote CUPS server\"."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP do servidor SMB"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Quitar fila"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
#, fuzzy
msgid ""
"Every printer need a name (for example lp).\n"
@@ -5659,22 +5721,22 @@ msgstr ""
"a el. ¿Qué nome e directorio quere que se utilicen para esta fila e como\n"
"está conectada a impresora?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
#, fuzzy
msgid "Name of printer"
msgstr "Impresora local"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
#, fuzzy
msgid "Description"
msgstr "Especificar as opcións"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
#, fuzzy
msgid "Location"
msgstr "Información"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5686,15 +5748,15 @@ msgstr ""
"a el. ¿Qué nome e directorio quere que se utilicen para esta fila e como\n"
"está conectada a impresora?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Nome da fila"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Directorio spool"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Conexión da Impresora"
@@ -6626,6 +6688,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "Checo"
+
+#~ msgid "Slovakian"
+#~ msgstr "Eslovaco"
+
#, fuzzy
#~ msgid "Reconfigure local network"
#~ msgstr "Reconfigura-la rede agora"
@@ -7039,9 +7107,6 @@ msgstr ""
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Rato Apple USB (3 ou máis botóns)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Rato xenérico"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
diff --git a/perl-install/share/po/hr.po b/perl-install/share/po/hr.po
index b9100aba2..418a1381e 100644
--- a/perl-install/share/po/hr.po
+++ b/perl-install/share/po/hr.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: Tue Aug 29 2000 12:52:56+0200\n"
"Last-Translator: Vladimir Vuksan <vuksan@veus.hr>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -85,23 +85,23 @@ msgstr ""
msgid "XFree configuration"
msgstr "Postava nakon instalacije"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Odaberite kolièinu memorije na grafièkoj kartici"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Postavke poslu¾itelja"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Odaberite monitor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -115,40 +115,40 @@ msgid ""
" If in doubt, choose a conservative setting."
msgstr ""
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr ""
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr ""
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Niste podesili monitor"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Niste podesili grafièku karticu"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Niste podesili rezoluciju"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Da li ¾elite isku¹ati postavu ?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Upozorenje: opasno je isku¹avati rezolucije na ovoj grafièkoj kartici"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Isku¹aj postavu"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -156,146 +156,146 @@ msgstr ""
"\n"
"provjerite parametre koje ste unjeli"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Pojavila se gre¹ka:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Zatvaram nakon %d sekundi"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Da li je ovo ispravno?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Pojavila se gre¹ka, provjerite parametre koje ste unjeli"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Rezolucija"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Odaberite rezoluciju i color depth"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Grafièka kartica: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 poslu¾itelj: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Poka¾i sve"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Rezolucije"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Raspored tipkovnice: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Vrsta mi¹a: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Ureðaj mi¹a: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitor HorizSync: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitor VertRefresh: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafièka kartica: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Grafièka memorija: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, fuzzy, c-format
msgid "Color depth: %s\n"
msgstr "Monitor VertRefresh: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, fuzzy, c-format
msgid "Resolution: %s\n"
msgstr "Rezolucije"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 poslu¾itelj: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, fuzzy, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 poslu¾itelj: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Pripremam X-Window postavu"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Promijeni monitor"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Promijeni grafièku karticu"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Promijeni postavke poslu¾itelja"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Promijeni rezoluciju"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Prika¾i informacije"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Isku¹aj ponovo"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Zavr¹i"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "©to ¾elite napraviti?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -304,20 +304,20 @@ msgid ""
"%s"
msgstr "Zadr¾i postojeæu IP postavu"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Molim ponovo se logirajte u %s kako bi aktivirali promjenjeno"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Molim prvo se odjavite te pritisnite Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X kod pokretanja sustava"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -325,11 +325,11 @@ msgstr ""
"Mogu podesiti da se X podigne automatski kod podizanja sustava.\n"
"Da li ¾elite da se X automatski pokreæe?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Auto-prijava"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -338,11 +338,11 @@ msgstr ""
"npr. neæe biti potrebno unositi nikakvu korisnièko ime ili lozinku.\n"
"Pritisnite Odustani ako ne ¾elite aktivirati automatsku prijavu ?"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Izaberite uobièajenog korisnika:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Izaberite alat koje ¾elite koristiti"
@@ -443,107 +443,116 @@ msgstr "Monitor ide do 1600x1200 na 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor ide do 1600x1200 na 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Prvi sektor boot particije"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Prvi sektor pogona (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "SILO instalacija"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Gdje ¾elite instalirati bootloader?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/grub instalacija"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Niti jedan"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Koji bootloader(e) ¾elite koristiti?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Bootloader instalacija"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Boot ureðaj"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ne radi na starim BIOSima)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Zbijeno"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "zbijeno"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr ""
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Odgoda prije bootiranja uobièajenog imagea"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Lozinka"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Lozinka(provjera)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Ogranièene opcije na komandnoj liniji"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "ogranièi"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Glavne postavke bootloadera"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Postavka ``Ogranièene opcije na komandnoj liniji'' nema svrhe ako ne unesete "
"lozinku"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Molim poku¹ajte ponovo"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Lozinke se ne podudaraju"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -551,139 +560,143 @@ msgstr ""
"Ovo su trenutni zapisi.\n"
"Mo¾ete dodati jo¹ koji ili urediti postojeæi."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Dodaj"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Gotov"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Kakvu vrstu zapisa ¾elite dodati"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Drugi OS (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Drugi OS (Windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Image"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Dodaj na kraj"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Read-write"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Tablica"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Nesigurno"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Oznaka"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Uobièajeno"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "U redu"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Ukloni zapis"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Prazna oznaka nije dozvoljena"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Ova oznaka veæ postoji"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Prona¹ao sam %s %s interfacea"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Da li imate jo¹ koji?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Da li imate %s interface?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Da"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Poka¾i info o hardveru"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instaliram upravljaèki program %s za karticu %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Koji %s upravljaèki program ¾elite isporbati?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -695,20 +708,20 @@ msgid ""
"not cause any damage."
msgstr ""
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Auto. ispitaj"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Odredi postavke"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Sada mo¾ete unijeti postavke za modul %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -719,11 +732,11 @@ msgstr ""
"Postavke su formata ``ime=vrijednost ime2=vrijednost2...''.\n"
"Na primjer, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Postavke modula:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -809,7 +822,7 @@ msgstr ""
msgid "%d seconds"
msgstr "Zatvaram nakon %d sekundi"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Napravi"
@@ -817,7 +830,7 @@ msgstr "Napravi"
msgid "Unmount"
msgstr "Demontiraj"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Obri¹i"
@@ -825,16 +838,16 @@ msgstr "Obri¹i"
msgid "Format"
msgstr "Formatiraj"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Promijeni velièinu"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Vrsta"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Toèka montiranja"
@@ -972,8 +985,8 @@ msgid "Please make a backup of your data first"
msgstr "Prvo napravite backup podataka"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Proèitajte pa¾ljivo!"
@@ -998,7 +1011,7 @@ msgstr "Budite oprezni ova operacija je opasna"
msgid "Error"
msgstr "Gre¹ka"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Mjesto montiranja:"
@@ -1109,35 +1122,35 @@ msgstr "Vrsta particijske tabele: %s\n"
msgid "on bus %d id %d\n"
msgstr "na sabirnici %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Montiraj"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktivno"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Dodaj RAID-u"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Ukloni sa RAID-a"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Promijeni RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Koristi za loopback"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Izaberite akciju"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1149,7 +1162,7 @@ msgstr ""
"Imate dvije opcije ili æe te koristiti LILO pa neæe raditi ili neæe te\n"
"koristiti LILO pa vam /boot neæe ni trebati."
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1157,23 +1170,23 @@ msgid ""
"If you plan to use the LILO boot manager, be careful to add a /boot partition"
msgstr ""
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
"So be careful to add a /boot partition"
msgstr ""
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Umjesto toga koristi ``%s''"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Prvo pritisnite ``Demontiraj''"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1181,190 +1194,190 @@ msgstr ""
"Nakon mijenjanja tipa particije %s svi podaci na ovoj particiji biti æe "
"obrisani"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Da ipak nastavim?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Da zavr¹im bez spremanja"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Da zavr¹im bez zapisivanje particijske tablice?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Mijenjam tip particije"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Kojoj particiji ¾elite promijeniti velièinu?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "ReiserFS se ne mo¾e koristiti na particijama koje su manje od 32 MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Gdje ¾elite montirati loopback datoteku %s?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Gdje ¾elite montirati ureðaj %s?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
msgstr ""
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Nakon formatiranja particije %s svi podaci na ovoj particiji biti æe obrisani"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formatiram"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatiram loopback datoteku %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Formatiram particiju %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Poslije formatiranja svih particija,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "svi podaci na ovim particijama biti æe izgubljeni"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Premjesti"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Na koji disk se ¾elite premjestiti?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Na koji se sektor ¾elite premjestiti?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Premje¹tam"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Premje¹tam particiju..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Particijska tablica pogona %s æe sada biti zapisana na disk!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Trebate ponovo pokrenuti sustav prije nego promjene postanu aktivne"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Izraèunavam granice fat datoteènog sustava"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Mijenjam velièinu"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Kojoj particiji ¾elite promijeniti velièinu?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Preporuèam da prvo backupirate sve podatke s ove particije"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Nakon mijenjanja velièine particije %s svi podaci na ovoj particiji biti æe "
"izgubljeni"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Odaberite novu velièinu"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Stvori novu particiju"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Poèetni sektor:"
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Velièina u MB:"
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Vrsta datoteènog sustava:"
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Postavke:"
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Ova particija se ne mo¾e koristiti za loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Ime loopback datoteke:"
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr ""
"Datoteku koristi neki drugi loopback. Molim izaberite neku drugu datoteku"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Datoteka veæ postoji. Da li da nju upotrijebim?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Odaberite datoteku"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1372,11 +1385,11 @@ msgstr ""
"Backup particijske tablice nema istu velièinu\n"
"Da ipak nastavim?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Upozorenje"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1384,27 +1397,27 @@ msgstr ""
"Umetnite disketu u pogon\n"
"Svi podaci na disketi biti æe izbrisani"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Poku¹avam spasiti particijsku tablicu"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "ureðaj"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr ""
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "chunk velièina"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Izaberite postojeæi RAID na koji ¾elite dodati "
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "novi"
@@ -2626,8 +2639,8 @@ msgstr "Pode¹avanje servisa"
msgid "Configure printer"
msgstr "Podesi pisaè"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Pode¹avanje root lozinke"
@@ -2655,7 +2668,7 @@ msgstr ""
msgid "Exit install"
msgstr "Izlaz iz instalacije"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Gre¹ka prilikom èitanja datoteke $f"
@@ -2756,19 +2769,19 @@ msgstr "Kojoj particiji ¾elite promijeniti velièinu?"
msgid "Computing Windows filesystem bounds"
msgstr "Izraèunavam granice fat datoteènog sustava"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
#, fuzzy
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr "Va¹e Windows particija je prefragmentirana, molim defragmentirajte ju."
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -2788,58 +2801,58 @@ msgstr ""
"Windows particije.\n"
"Kada ste sigurni da ¾elite nastaviti, pritisnite U redu."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
#, fuzzy
msgid "Which size do you want to keep for windows on"
msgstr "Na koji se sektor ¾elite premjestiti?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "particija %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Mijenjanje FAT velièine nije uspjelo: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Ukloni Windowse(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Imate vi¹e od jednog hard diska, na koji ¾elite instalirati Linux?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, fuzzy, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Svi podaci i postojeæe particije biti æe izgubljeni na disku %s"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
#, fuzzy
msgid "Expert mode"
msgstr "Vanjski modem"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Koristi diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Koristi fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -2848,30 +2861,30 @@ msgstr ""
"Sada mo¾ete razdijeliti %s.\n"
"Kada ste gotovi ne zaboravite spremiti postavu sa `w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Iskoristi slobodan prostor na FAT particiji"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Ne mogu dodati niti jednu dodatnu particiju"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, fuzzy, c-format
msgid "Partitioning failed: %s"
msgstr "Vrsta particijske tabele: %s\n"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Podi¾em mre¾u"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Onemoguæujem mre¾u"
@@ -2881,12 +2894,12 @@ msgid ""
"Continue at your own risk."
msgstr ""
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Dupliciraj mjesto monitranja %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -2894,12 +2907,12 @@ msgid ""
"Mandrake/RPMS/*.rpm\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Dobrodo¹li u %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Disketni pogon nije dostupan"
@@ -2979,7 +2992,7 @@ msgid "There was an error ordering packages:"
msgstr "Javila se gre¹ka prilikom sortiranja paketa:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Da koristim postojeæu postavu X11?"
@@ -3604,95 +3617,95 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Izaberite mirror sa kojeg ¾elite skinuti pakete"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Spajam se na mirror kako bih pribavio popis dostupnih paketa"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Odaberite pakete za instalaciju."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
#, fuzzy
msgid "Which is your timezone?"
msgstr "Koja je namjena ovog sustava ?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Da li je va¹ hardverski sat namje¹ten na GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
#, fuzzy
msgid "Which printing system do you want to use?"
msgstr "Kojoj particiji ¾elite promijeniti velièinu?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Bez lozinke"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Koristi shadow datoteku"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Koristi MD5 lozinke"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Koristi NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "yellow pages"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Ova lozinka je prejednostavna (lozinka mora sadr¾avati barem %d znakova)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Provjera autentiènosti NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS domena"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS poslu¾itelj"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Prihvati korisnika"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Dodaj korisnika"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(veæ postoji %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3702,48 +3715,48 @@ msgstr ""
"Unesite korisnika\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Puno ime"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Korisnièko ime"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Ljuska"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Lozinka je prejednostavna"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Molim dajte korisniku korisnièko ime"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Korisnièko ime mo¾e sadr¾avati samo mala slova, brojeve, `-' i `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Ovaj korisnik veæ postoji"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -3761,19 +3774,19 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Prvi disketni pogon"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Drugi disketni pogon"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Preskoèi"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -3787,113 +3800,113 @@ msgid ""
"failures. Would you like to create a bootdisk for your system?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "®alim, meðutim disketni pogon nije dostupan"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Izaberite disketni pogon koji ¾elite koristiti za izradu boot diskete"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Umetnite disketu u pogon %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Stvaram boot disketu"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Pripremam bootloader"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Da li ¾elite koristiti SILO?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
#, fuzzy
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalacija LILO-a nije uspjela. Prijavljena je slijedeæa gre¹ska:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Dobrodo¹li u Crackers"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Slab"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Nizak"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Srednji"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Visok"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoidan"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Razna pitanja"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(mo¾e uzrokovati o¹teæenje podataka)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Koristi optimizacije hard diska?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Izaberite sigurnosni nivo"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Precizna velièina RAM (pronaðeno %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Automatsko montiranje uklonjivog (removable) medija"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Ukljuèi NumLock kod pokretanja"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Upi¹ite velièinu RAM u Mb"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Ne mo¾ete koristiti supermount u najvi¹em sigurnosnom nivou"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -3902,28 +3915,28 @@ msgid ""
"You have been warned."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Umetnite praznu disketu u pogon %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
#, fuzzy
msgid "Creating auto install floppy"
msgstr "Napravi boot disketu"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -3933,7 +3946,7 @@ msgstr ""
"\n"
"®elite li zbilja zavr¹iti?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -3987,10 +4000,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Va¹ izbor? (uobièajeno %s unesite `none' za nijedan)"
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Èe¹ka"
+msgid "Czech (QWERTZ)"
+msgstr "Èe¹ka (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Njemaèka"
@@ -3998,19 +4011,19 @@ msgstr "Njemaèka"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "©panjolska"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finska"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Francuska"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norve¹ka"
@@ -4018,15 +4031,15 @@ msgstr "Norve¹ka"
msgid "Polish"
msgstr "Poljska"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Ruska"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "UK tipkovnica"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "US tipkovnica"
@@ -4074,151 +4087,167 @@ msgstr "©vicarska (Njemaèki raspored)"
msgid "Swiss (French layout)"
msgstr "©vicarska (francuski raspored)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Èe¹ka (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Njemaèka (bez mrtvih tipaka)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Danska"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (USA)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norve¹ka)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estonska"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruzijska (\"Ruski\" raspored)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruzijska (\"Latin\" raspored)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Grèka"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Maðarska"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Hrvatska"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Izraelska"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Izraelska (fonetska)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iranska"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islandska"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Talijanska"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japanska (106 tipaka)"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latino amerièka"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Nizozemska"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Lituanska AZERTY (stara)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Lituanska AZERTY (nova)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituanska \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituanska \"fonetska\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Poljska (qwerty raspored)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Poljska (qwertz raspored)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugalska"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanadska (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Ruska (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "©vedska"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slovenska"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slovaèka"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovaèka (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slovaèka (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Tajlandska tipkovnica"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turska (tradicionalni \"F\" model)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turska (moderna \"Q\" model)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukrajinska"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "US keyboard (internacionalna)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vijetnamska \"numeric row\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Jugoslavenska (latinièni raspored)"
@@ -4234,9 +4263,10 @@ msgstr ""
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Generièki mi¹"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4275,6 +4305,10 @@ msgstr "Generièki mi¹ s 2 gumba"
msgid "Generic 3 Button Mouse"
msgstr "Generièki mi¹ s 3 gumba"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -4332,25 +4366,25 @@ msgstr ""
msgid "Is this correct?"
msgstr "Da li je ovo ispravno?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Postava Interneta"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Da li ¾elite poku¹ati spajanje na Internet ?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Postavke Internet veze"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Ne spajaj se na Internet"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4359,11 +4393,13 @@ msgstr "Spoji se na Internet"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "ISDN postavke"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -4371,121 +4407,121 @@ msgstr ""
"Izaberite va¹eg pru¾atelja Internet usluga.\n"
" Ako nije na popisu odaberite Drugi"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
#, fuzzy
msgid "Connection Configuration"
msgstr "Postava Interneta"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Molim ispunite ili provjerite vrijednost doljnjeg polja"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ kartice"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Memorija kartice (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "IO kartice"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
#, fuzzy
msgid "Card IO_0"
msgstr "IO kartice"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
#, fuzzy
msgid "Card IO_1"
msgstr "IO kartice"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Va¹ telefonski broj"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Ime ISP pru¾atelja npr. provider.hr"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Telef. broj pru¾atelja"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "Pru¾ateljev DNS 1"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "Pru¾ateljev DNS 2"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Naèin biranja"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
#, fuzzy
msgid "Account Login (user name)"
msgstr "Korisnièko ime"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Lozinka"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Potvrda lozinke"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Europa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Europa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
#, fuzzy
msgid "Rest of the world"
msgstr "Isku¹aj postavu"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Ostatak svijeta - bez D-kanala (za iznajmljene linije)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Koji protokol ¾elite koristiti ?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Ne znam"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Kakvu karticu posjedujete?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
#, fuzzy
msgid "Continue"
msgstr "Da ipak nastavim?"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Prekini"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4493,15 +4529,15 @@ msgid ""
"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
msgstr ""
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Kakvu ISDN karticu imate?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Prona¹ao sam ISDN karticu:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -4509,301 +4545,308 @@ msgstr ""
"Prona¹ao sam ISDN PCI karticu meðutim ne znam kojeg je tipa. Molim izaberite "
"va¹u PCI karticu na slijedeæem ekranu."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Nisam na¹ao niti jednu ISDN PCI karticu. Molim izaberite va¹u PCI karticu na "
"slijedeæem ekranu."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
msgstr ""
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
#, fuzzy
msgid "Choose the network interface"
msgstr "Odaberite novu velièinu"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
#, fuzzy
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Izaberite na kojem serijskom portu je mi¹ prikljuèen."
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Da li ¾elite isku¹ati postavu ?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
#, fuzzy
msgid "ADSL configuration"
msgstr "ISDN postavke"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr ""
"Da li ¾elite da se sustav ve¾e na Internet kod svakog podizanja (boot) "
"sustava ?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Da poku¹am pronaæi modem?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Izaberite serijski port na kojemu se nalazi modem."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Podesi dialup"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Ime veze"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
#, fuzzy
msgid "Phone number"
msgstr "Telef. broj pru¾atelja"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Prijavno ime"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Provjera autentiènosti"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Temeljem skripta"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Terminal-zasnovano"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
#, fuzzy
msgid "Domain name"
msgstr "Ime veze"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Prvi DNS poslu¾itelj"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Drugi DNS poslu¾itelj"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Spoji se na Internet"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Postavke Internet veze"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Ne spajaj se na Internet"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Ne spajaj se na Internet"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Spoji se na Internet"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Prekini vezu na Internet"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Postavke Internet veze"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Internet veza & postava"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Postavke Internet veze"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Postavke Internet veze"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Interna ISDN kartica"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Vanjski modem"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Spoji se na Internet"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Kakav tip ISDN veze koristite ?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Postavke Internet veze"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Francuska"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Ostale zemlje"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
#, fuzzy
msgid "In which country are you located ?"
msgstr "U kojoj se dr¾avi nalazite ?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
#, fuzzy
msgid "Alcatel modem"
msgstr "Vanjski modem"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
#, fuzzy
msgid "ECI modem"
msgstr "Vanjski modem"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
#, fuzzy
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
"Ako je va¹ modem adsl modem od alcatela one izaberite pptp alcatel. Ako "
"nije, izaberite pppoe."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Postavke Internet veze"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
#, fuzzy
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
msgstr "Koji protokol ¾elite koristiti ?"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Postavke Internet veze"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
#, fuzzy
msgid "Configure local network"
msgstr "Podesi mre¾u"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Mre¾ne postavke"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Da li ¾elite isku¹ati postavu ?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
#, fuzzy
msgid "Disable networking"
msgstr "Podesi mre¾u"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Spoji se na Internet"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
#, fuzzy
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
msgstr "Lokalna mre¾a je veæ pode¹ena. Da li ¾elite:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Kako se ¾elite spojiti na Internet?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Mre¾ne postavke"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -4881,6 +4924,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa treba biti oblika 1.2.3.4"
@@ -5015,7 +5059,7 @@ msgstr "Lokalni pisaè"
msgid "Remote printer"
msgstr "Postavke udaljenog lpd pisaèa"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
#, fuzzy
msgid "Remote CUPS server"
msgstr "Udaljeni red"
@@ -5160,7 +5204,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Postavke pisaèa"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
#, fuzzy
msgid "Port"
msgstr "Slab"
@@ -5301,12 +5345,12 @@ msgstr "Procjenjujem"
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Odaberi vezu pisaèa"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Kako je pisaè povezan?"
@@ -5322,11 +5366,29 @@ msgid ""
"In case of doubt, select \"Remote CUPS server\"."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP SMB poslu¾itelja"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Ukloni red"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5334,22 +5396,22 @@ msgid ""
"how is the printer connected?"
msgstr ""
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
#, fuzzy
msgid "Name of printer"
msgstr "Lokalni pisaè"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
#, fuzzy
msgid "Description"
msgstr "Odredi postavke"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
#, fuzzy
msgid "Location"
msgstr "Informacije"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5357,15 +5419,15 @@ msgid ""
"connected?"
msgstr ""
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Ime reda"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Posrednièki direktorij"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Veza pisaèa"
@@ -6216,6 +6278,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "Èe¹ka"
+
+#~ msgid "Slovakian"
+#~ msgstr "Slovaèka"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "Ne mogu instalirati ipchains RPM s urpmi-em."
@@ -6409,9 +6477,6 @@ msgstr ""
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Apple USB mi¹ (3 gumba i vi¹e)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Generièki mi¹"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
diff --git a/perl-install/share/po/hu.po b/perl-install/share/po/hu.po
index 718e99a84..3f665645e 100644
--- a/perl-install/share/po/hu.po
+++ b/perl-install/share/po/hu.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-09-01 12:56+0200\n"
"Last-Translator: KOVACS Emese Alexandra <emese@itp.hu>\n"
"Language-Team: hungarian\n"
@@ -90,23 +90,23 @@ msgstr "XFree %s KÍSÉRLETI 3D hardver gyorsítással"
msgid "XFree configuration"
msgstr "XFree beállítások"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Válaszd ki a grafikus kártya memóriaméretét"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Válassz a következõ lehetõségek közül"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Válassz monitort"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -129,40 +129,40 @@ msgstr ""
"képességeit.\n"
"Ha kétségeid vannak, válaszd inkább az alacsonyabb értéket."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Vízszintes frissítés"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Függõleges frissítés"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "A monitor nincs beállítva"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "A grafikus kártya nincs beállítva"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Nem választottál még felbontást"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Leteszteled a beállításokat?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
"Figyelmeztetés: a videokártya tesztelése lefagyaszthatja a számítógéped"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Beállítások tesztelése"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -170,146 +170,146 @@ msgstr ""
"\n"
"változtass meg pár paramétert"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Hiba történt:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Kilépés %d másodpercen belül"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Jó lesz ez a beállítás?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Hiba lépett fel, változtass meg pár paramétert"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Felbontás"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Válassz felbontást és színmélységet"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Videókártya: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 szerver: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Mindent mutat"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Felbontások"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Billentyûzetkiosztás: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Egér típusa: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Egérhez rendelt eszköz: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitor sorfrekvenciája: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitor képfrekvenciája: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Videókártya: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Grafikus memória: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Színmélység: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Felbontás: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 szerver: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 driver: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "X-Window beállításának elõkészítése"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Monitor megváltoztatása"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Videokártya megváltoztatása"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Szerver beállításainak megváltoztatása"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Felbontás megváltoztatása"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Adatok megjelenítése"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Újra tesztel"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Kilépés"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Mit szeretnél tenni?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -322,22 +322,22 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr ""
"Kérlek jelentkezz be újra a(z) %s -be, hogy a változások érvényre jussanak"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
"Kérlek lépj ki, majd használd a Ctrl-Alt-BackSpace billentyûkombinációt"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "Grafikus bejelentkezés"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -345,11 +345,11 @@ msgstr ""
"Be tudom állítani, hogy rendszerindításkor az X automatikusan elinduljon.\n"
"Beállítsam?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Automatikus belépés"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -358,11 +358,11 @@ msgstr ""
"automatikusanbejelentkezzen.\n"
"Ha nem akarod ezt a lehetõséget kihasználni, kattints a CANCEL gombra."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Add meg az alapértelmezett felhasználót:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Válaszd ki az ablakkezelõt, amit használni szeretnél:"
@@ -462,88 +462,95 @@ msgstr "Olyan monitor, amely tud 1600x1200-at 70 Hz-en"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Olyan monitor, amely tud 1600x1200-at 76 Hz-en"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "A boot partíció elsõ szektora"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "A lemez elsõ szektora (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "SILO telepítése"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Hova szeretnéd telepíteni a bootloader-t?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/grub telepítése"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Egyiket sem"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Melyik bootloader-t szeretnéd használni?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Bootloader telepítés"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Boot eszköz"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (nem mûködik régi BIOS-okkal)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Compact"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "compact"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Videómód"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Késleltetés az alapértelmezett image betöltése elõtt"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Jelszó"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Jelszó (újra)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Parancssorban átadható paraméterek korlátozása"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "korlátozott"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "A bootloader fõbb opciói"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
@@ -551,19 +558,21 @@ msgstr ""
"nélkül\n"
"nincs értelme"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Próbálkozz újra"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "A jelszavak nem egyeznek"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -571,139 +580,143 @@ msgstr ""
"Itt vannak a jelenlegi bejegyzések.\n"
"Adhatsz a meglévõkhöz újakat, vagy módosíthatod a régieket."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Hozzáad"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Kész"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Milyen bejegyzést szeretnél hozzáadni?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Egyéb op. rendszer (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Egyéb op. rendszer (Windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Image"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Írás-olvasás (read-write)"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Tábla (table)"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Nem biztonságos (unsafe)"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Címke (label)"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Alapértelmezett (default)"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Ok"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Bejegyzés eltávolítása"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Üres címke nem engedélyezett"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Már van ilyen nevû címke"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Találtam %s %s csatolót"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Van másik is?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Van valamilyen %s csatolód?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Nem"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Igen"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Hardver infó megjelenítése"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Driver telepítése a(z) %s kártyához (%s)"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(%s modul)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Melyik %s driver-t próbáljam meg?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -721,20 +734,20 @@ msgstr ""
"információt? Esetenként az automatikus keresés lefagyaszthatja a\n"
"számítógépet, de ez semmilyen károsodással nem jár."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Automatikus keresés"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Részletes beállítások"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Most megadhatod a %s modul paramétereit."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -745,11 +758,11 @@ msgstr ""
"A paraméterek szintaktikája: `név=érték név2=érték2 ...'.\n"
"Például: `io=0x300 irq=7'"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Modul beállítások:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -871,7 +884,7 @@ msgstr "1 perc"
msgid "%d seconds"
msgstr "%d másodperc"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Létrehoz"
@@ -879,7 +892,7 @@ msgstr "Létrehoz"
msgid "Unmount"
msgstr "Lecsatol"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Töröl"
@@ -887,16 +900,16 @@ msgstr "Töröl"
msgid "Format"
msgstr "Formáz"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Átméretez"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Típus"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Csatolási pont"
@@ -1033,8 +1046,8 @@ msgid "Please make a backup of your data first"
msgstr "Kérlek elõször mentsd le az adatokat"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Figyelmesen olvasd el!"
@@ -1059,7 +1072,7 @@ msgstr "Vigyázz! Ez a mûvelet veszélyes."
msgid "Error"
msgstr "Hiba"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Csatolási pont: "
@@ -1170,35 +1183,35 @@ msgstr "Partíciós tábla típusa: %s\n"
msgid "on bus %d id %d\n"
msgstr "%d buszon, %d id-vel\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Felcsatol"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktív"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "RAID-hez hozzáad"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "RAID-bõl eltávolít"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "RAID módosítása"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Loopback-hez használva"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Válassz"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1210,7 +1223,7 @@ msgstr ""
"Vagy használod a LILO-t, és nem fog mûködni, vagy nem használod a LILO-t, de "
"akkor nem kell a /boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1221,7 +1234,7 @@ msgstr ""
"után található, miközben nincs /boot partíciód.\n"
"Ha a LILO -t szeretnéd használni, készíts egy /boot partíciót"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1231,16 +1244,16 @@ msgstr ""
"Egyik rendszerbetöltõ sem tudja ezt kezelni /boot partíció nélkül.\n"
"Ezért létre kell hoznod egy /boot partíciót."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Használd inkább a(z) \"%s\"-t"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Használd elõször a \"Lecsatol\"-t"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1248,42 +1261,42 @@ msgstr ""
"A(z) %s partíció típusának megváltoztatása után a partíción minden adat "
"elvész"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Ettõl függetlenül folytassam?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Kilépés mentés nélkül"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Kilépsz a programból a partíciós tábla elmentése nélkül?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Partíció típusának változtatása"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Melyiket választod?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Nem lehet ReiserFS-t használni 32 MB-nál kisebb partíción"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Hová akarod felcsatolni a(z) %s loopback fájlt?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Hová akarod felcsatolni a(z) %s eszközt?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1291,145 +1304,145 @@ msgstr ""
"Nem tudom megszüntetni a csatolási pontot, mert a partíciót loopback fogja.\n"
"Szüntesd meg elõször a loopback-et."
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "A(z) %s partíció formázása után a partíción minden adat elvész"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formázás"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "A(z) %s loopback fájl formázása"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "A(z) %s partíció formázása"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Az összes partíció formázása után "
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "minden adat elvész a partíciókról"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Áthelyez"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Melyik diszkre akarod áthelyezni?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Szektor"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Melyik szektorra akarod áthelyezni?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Áthelyezem"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Partíció áthelyezése..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "A(z) %s meghajtó partíciós tábláját menteni fogom!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Újra kell indítanod a rendszert, hogy a változások érvényesüljenek"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Fájlrendszer-jellemzõk kiszámítása"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Átméretezem"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Melyik partíciót szeretnéd átméretezni?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Errõl a partícióról minden adatot le kellene menteni"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "A(z) %s partíció átméretezése után a partíción minden adat elvész"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Add meg az új méretet"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Új partíció létrehozása"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Kezdõszektor: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Méret MB-ban: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Fájlrendszer típusa: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Beállítások: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Ezt a partíciót nem használhatod loopback-hez"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Loopback fájl neve: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Ez a fájl másik loopback-hez van rendelve, válassz másikat"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "A fájl már létezik. Használjam?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Fájl kiválasztása"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1437,11 +1450,11 @@ msgstr ""
"A partíciós tábla biztonsági másolatának a mérete eltér!\n"
"Biztos, hogy folytassam?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Figyelmeztetés"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1449,27 +1462,27 @@ msgstr ""
"Helyezz be egy lemezt a meghajtóba!\n"
"A lemezen minden adat elvész"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Megpróbálom visszaállítani a partíciós táblát"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "eszköz"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "level"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "szelet méret"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Válassz ki egy már létezõ RAID-et, ehhez adom a diszket"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "új"
@@ -2894,8 +2907,8 @@ msgstr "Szolgáltatások beállítása"
msgid "Configure printer"
msgstr "Nyomtató beállítása"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Root jelszó beállítása"
@@ -2923,7 +2936,7 @@ msgstr "Automatikus telepítõlemez"
msgid "Exit install"
msgstr "Kilépés a telepítõbõl"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Olvasási hiba a $f fájlnál"
@@ -3024,7 +3037,7 @@ msgid "Computing Windows filesystem bounds"
msgstr ""
# msgstr "A Windows fájlrendszer bounds kiszámítása"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3033,11 +3046,11 @@ msgstr ""
"A FAT átméretezõ nem tudja kezelni a partíciót.\n"
"A következõ hiba keletkezett : %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr "A FAT partíció túlzottan töredezett. Használd a `defrag'-ot elõbb"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3055,21 +3068,21 @@ msgstr ""
"Mentsd le az adatokat, majd indítsd újra a telepítõt.\n"
"Ha tudod, hogy mit teszel, nyomd meg az \"OK\"-ot."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Mekkora helyet akarsz a Windows-nak fenntartani?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "%s partíció"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "A FAT átméretezés sikertelen: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3077,36 +3090,36 @@ msgstr ""
"Az átméretezni kívánt partíció nem FAT típusú, esetleg egy loopback "
"használja (vagy nincs elég hely)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Teljes lemez törlése"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "A Windows eltávolítása"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Több merevlemezed van! Melyikre telepítsem a Linux-ot?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "MINDEN létezõ partíció és rajtuk minden adat elvész a %s meghajtón"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Haladó mód"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "diskdrake használata"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "fdisk használata"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3115,30 +3128,30 @@ msgstr ""
"Most a %s partícionálása folyik.\n"
"Ha kész, ne felejtsd el elmenteni a változásokat a \"w\"-vel"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "A Windows partíción lévõ szabad hely használata"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Nem hozható létre több partíció"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "A DrakX Partícionáló varázslója a következõképpen döntött:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Hiba a partícionálásban: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Hálózat indítása"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Hálózat leállítása"
@@ -3150,12 +3163,12 @@ msgstr ""
"Hiba történt, de nem tudom normálisan lekezelni :-(\n"
"Folytatás csak saját felelõsségedre!"
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "A %s mount pont kétszer van megadva"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3168,12 +3181,12 @@ msgstr ""
"parancs segítségével tesztelheted:\n"
"\"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Üdv, itt a(z) %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Nincs elérhetõ floppy-meghajtó"
@@ -3254,7 +3267,7 @@ msgid "There was an error ordering packages:"
msgstr "Hiba történt a csomagok rendezésekor:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Használjam a már meglévõ X11 beállításokat?"
@@ -3941,96 +3954,96 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Válassz tükörkiszolgálót, ahonnan letöltöd a csomagokat"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr ""
"Kapcsolatfelvétel a tükörkiszolgálóval, elérhetõ csomagok listájának "
"letöltése"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Válaszd ki a telepítendõ csomagokat."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
#, fuzzy
msgid "Which is your timezone?"
msgstr "Milyen célra szeretnéd használni a gépet?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "A hardver-órád GMT idõt mutat?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
#, fuzzy
msgid "Which printing system do you want to use?"
msgstr "Milyen partíció-típust szeretnél?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Nincs jelszó"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "\"Shadow\" fájl alkalmazása"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "MD5 jelszavak alkalmazása"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "NIS használata"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "yellow pages"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Ez a jelszó túl egyszerû (legalább %d karaktert adj meg)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "NIS azonosítás"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS tartomány"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS szerver"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Felhasználó elfogadása"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Felhasználó hozzáadása"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(már hozzáadtam %s -t)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4040,37 +4053,37 @@ msgstr ""
"Adj meg egy felhasználót\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Valódi név"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Felhasználónév"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Ikon"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Ez a jelszó túl egyszerû"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Kérlek írj be egy felhasználónevet"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
@@ -4078,12 +4091,12 @@ msgstr ""
"A felhasználónév a következõket tartalmazhatja: kisbetûk, számok, \"-\" "
"és\"_\""
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Már van ilyen felhasználónév"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4109,19 +4122,19 @@ msgstr ""
"kijavítani a rendszer súlyos beállítási hibáit. Szeretnél most indítólemezt\n"
"készíteni a rendszeredhez?"
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Elsõ floppy-meghajtó"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Második floppy-meghajtó"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Átlép"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4142,35 +4155,35 @@ msgstr ""
"kijavítani a rendszer súlyos beállítási hibáit. Szeretnél most indítólemezt\n"
"készíteni a rendszeredhez?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Sajnos nincs elérhetõ floppy-meghajtó"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Válaszd ki azt a floppy-meghajtót, amelyiket használni akarod a boot-diszk "
"készítéshez"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Tegyél egy floppy-t a(z) %s meghajtóba"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Boot-diszk készül"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Rendszerbetöltõ elõkészítése"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Szeretnéd az aboot-ot használni?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4179,80 +4192,80 @@ msgstr ""
"próbáljam újra a telepítést akkor is, ha ez esetleg tönkreteszi az elsõ "
"partíciót?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "A rendszerbetöltõ telepítése nem sikerült. A hiba a következõ:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Cracker Paradicsom!"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Silány"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Alacsony"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Közepes"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Magas"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoiás vagy..."
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Egyéb kérdések"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(adatvesztést okozhat)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Használjak merevlemez-optimalizálást?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Válaszd ki a biztonsági szintet"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Fizikai RAM mérete (jelenleg %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Eltávolítható média automatikus felcsatolása"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "/tmp törlése minden újrainduláskor"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Multi profile-ok engedélyezése"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Num Lock bekapcsolása boot-oláskor"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Add meg a fizikai memória méretét MB-ban"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Nem lehet a supermount-ot használni ilyen magas biztonsági szinten"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4267,27 +4280,27 @@ msgstr ""
"your machine for anything but as a server.\n"
"You have been warned."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr "Szeretnél automatikus telepítéshez telepítõlemezt készíteni?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Tegyél egy üres floppy-t a(z) %s meghajtóba"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Automatikus telepítõ floppy készítése"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4297,7 +4310,7 @@ msgstr ""
"\n"
"Biztos, hogy ki akarsz lépni?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4359,10 +4372,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Mit választasz? (alapértelmezés: %s, írd `none' a semmihez) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Cseh"
+msgid "Czech (QWERTZ)"
+msgstr "Cseh (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Német"
@@ -4370,19 +4383,19 @@ msgstr "Német"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Spanyol"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finn"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Francia"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norvég"
@@ -4390,15 +4403,15 @@ msgstr "Norvég"
msgid "Polish"
msgstr "Lengyel"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Orosz"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Angol (UK) billentyûzet"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "USA-billentyûzet"
@@ -4446,151 +4459,167 @@ msgstr "Svájci (német kiosztás)"
msgid "Swiss (French layout)"
msgstr "Svájci (francia kiosztás)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Cseh (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Német (\"dead key\" nélkül)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Dán"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (Amerikai)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norvég)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Észt"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Grúz (\"Orosz\" kiosztás)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Grúz (\"Latin\" kiosztás)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Görög"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Magyar"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Horvát"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Izraeli"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Izraeli (Fonetikus)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iráni"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Izlandi"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Olasz"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japán 106 billentyûs"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latin-amerikai"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Holland"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Litván AZERTY (régi)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Litván AZERTY (új)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litván \"számsor\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litván \"fonetikus\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Lengyel (qwerty kiosztás)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Lengyel (qwertz kiosztás)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugál"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanadai (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Orosz (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Svéd"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Szlovén"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Szlovák"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Szlovák (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Szlovák (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Thai billentyûzet"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Török (hagyományos \"F\" modell)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Török (modern \"Q\" modell)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukrán"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "USA-billentyûzet (nemzetközi)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnámi \"számsor\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Jugoszláv (latin kiosztás)"
@@ -4606,9 +4635,10 @@ msgstr "Szabványos"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+ egér"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Általános egér (PS/2)"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4646,6 +4676,10 @@ msgstr "Általános 2 gombos egér"
msgid "Generic 3 Button Mouse"
msgstr "Általános 3 gombos egér"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan egér"
@@ -4703,25 +4737,25 @@ msgstr "Következõ ->"
msgid "Is this correct?"
msgstr "Rendben?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Internet beállítások"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Kipróbáljuk az Internet kapcsolatot most?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Internet kapcsolat beállítása"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Ne állítsd be a hálózatot"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4730,11 +4764,13 @@ msgstr "Internet kapcsolat / Helyi hálózat beállítása"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "ISDN Beállítások"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -4742,116 +4778,116 @@ msgstr ""
"Add meg a Szolgáltatód nevét!\n"
"Ha nincs az alábbi listában, válaszd az \"Unlisted\"-et"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Kapcsolat beállítása"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Töltsd ki vagy ellenõrizd le az alábbi mezõket"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "Kártya IRQ"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Kártya DMA"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "Kártya IO"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "Kártya IO_0"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "Kártya IO_1"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Saját telefonszámod"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Szolgáltató neve (provider.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Szolgáltató telefonszáma"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "Elsõdleges névkiszolgáló"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "Másodlagos névkiszolgáló"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Tárcsázási mód"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Felhasználó név"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Jelszó"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Jelszó (mégegyszer)"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Európa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Európa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr ""
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr ""
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Milyen protokoll-t szeretnél használni?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Nem tudom"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Milyen típusú kártyád van?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
#, fuzzy
msgid "Continue"
msgstr "Ettõl függetlenül folytassam?"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Megszakítás"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4862,16 +4898,16 @@ msgstr ""
"Amennyiben ISA kártyád van, a következõ képernyõn látható értékek fontosak.\n"
"Ha PCMCIA kártyád van, tudnod kell a kártya IRQ és IO értékeit.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
#, fuzzy
msgid "Which is your ISDN card ?"
msgstr "Milyen ISDN kártyád van?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Találtam egy ISDN kártyát:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -4879,11 +4915,11 @@ msgstr ""
"Érzékeltem egy ISDN PCI kártyát, de nem ismertem fel a típusát. Kérem "
"válassz ki egy PCI kártyát a következõ képernyõn."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Nem találtam ISDN PCI kártyát. Válassz ki egyet a következõ képernyõn"
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
#, fuzzy
msgid ""
"No ethernet network adapter has been detected on your system.\n"
@@ -4892,269 +4928,276 @@ msgstr ""
"Nem tatálható Ethernet hálózati adapter a rendszerben. Futtasd a \"Hadver "
"konfigurációs eszköz\"-t."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
#, fuzzy
msgid "Choose the network interface"
msgstr "Hálózati interfész kiválasztása"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
#, fuzzy
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Válaszd ki, hogy melyik interfészt használod az Internet kapcsolathoz"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Hálózati interfész"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Újra kell indítani a hálózati interfészt. Mehet?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "ADSL beállítások"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
#, fuzzy
msgid "Do you want to start your connection at boot?"
msgstr "Az Internet kapcsolat elinduljon a rendszer indulásakor?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Megkeressem a modemet?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Válaszd ki, hogy melyik soros portra csatlakozik a modemed."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Modemes csatlakozás beállításai"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Csatlakozás neve"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Telefonszám"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Felhasználói név"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Autentikáció"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Szkript alapú"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Terminálon keresztüli"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Tartománynév"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Elsõdleges névkiszolgáló"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Másodlagos névkiszolgáló"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Internet kapcsolat / Helyi hálózat beállítása"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Internet kapcsolat beállítása"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Ne állítsd be a hálózatot"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Ne állítsd be a hálózatot"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Csatlakozás az Internethez"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Internet kapcsolat megszakítása"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Internet kapcsolat beállítása"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Internet kapcsolat & beállítás"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
#, fuzzy
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr "Újra kell indítani a hálózati interfészt. Mehet?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Internet kapcsolat beállítása"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Internet kapcsolat beállítása"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Belsõ ISDN kártya"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Külsõ modem"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Kapcsolat az Internethez"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
#, fuzzy
msgid "What kind is your ISDN connection?"
msgstr "Milyen fajta az ISDN kapcsolatod?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Internet kapcsolat beállítása"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
#, fuzzy
msgid "France"
msgstr "Francia"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Egyéb nemzetek"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "Melyik országban élsz?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel modem"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI modem"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
"Ha az DSL modemed Alcatel one, válaszd az Alcatel-t. Egyébként az ECI-t."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "pppoe használata"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "ne használja a pppoe-t"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Internet kapcsolat beállítása"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
#, fuzzy
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
msgstr "Milyen protokoll-t szeretnél használni?"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Internet kapcsolat beállítása"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
#, fuzzy
msgid "Configure local network"
msgstr "Helyi hálózat beállítása"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Hálózati beállítás"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Leteszteled a beállításokat?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
#, fuzzy
msgid "Disable networking"
msgstr "Hálózat kikapcsolása"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Internet kapcsolat / Helyi hálózat beállítása"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
#, fuzzy
msgid ""
"Local networking has already been configured.\n"
@@ -5163,16 +5206,16 @@ msgstr ""
"A lokális hálózat már be van állítva.\n"
"Szeretnéd:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
#, fuzzy
msgid "How do you want to connect to the Internet?"
msgstr "Hogyan akarsz kapcsolódni az Internet-re?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Hálózati beállítás"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5249,6 +5292,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-cím, a formátuma 192.168.10.11"
@@ -5382,7 +5426,7 @@ msgstr "Helyi nyomtató"
msgid "Remote printer"
msgstr "Távoli nyomtató"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
#, fuzzy
msgid "Remote CUPS server"
msgstr "Távoli CUPS szerver"
@@ -5537,7 +5581,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Nyomtató gépneve"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
#, fuzzy
msgid "Port"
msgstr "Port"
@@ -5677,12 +5721,12 @@ msgstr ""
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Válassz nyomtató-kapcsolatot"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Hogyan van a nyomtató csatlakoztatva?"
@@ -5698,11 +5742,29 @@ msgid ""
"In case of doubt, select \"Remote CUPS server\"."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "SMB szerver IP címe"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Nyomtatósor törlése"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
#, fuzzy
msgid ""
"Every printer need a name (for example lp).\n"
@@ -5715,21 +5777,21 @@ msgstr ""
"és\n"
"könyvtárnevet állítsak be ehhez a nyomtatósorhoz?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
#, fuzzy
msgid "Name of printer"
msgstr "Helyi nyomtató"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
#, fuzzy
msgid "Description"
msgstr "Részletes beállítások"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr ""
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5741,15 +5803,15 @@ msgstr ""
"és\n"
"könyvtárnevet állítsak be ehhez a nyomtatósorhoz?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Nyomtatósor neve"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Spool könyvtár"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Nyomtató-kapcsolat"
@@ -6696,6 +6758,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "Cseh"
+
+#~ msgid "Slovakian"
+#~ msgstr "Szlovák"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "Nem tudom telepíteni az ipcahains RPM-et az urpmi-vel."
@@ -7124,10 +7192,6 @@ msgstr ""
#~ msgstr "Apple USB egér (3 vagy több gomb)"
#, fuzzy
-#~ msgid "Generic Mouse"
-#~ msgstr "Általános egér (PS/2)"
-
-#, fuzzy
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse (PS/2)"
diff --git a/perl-install/share/po/id.po b/perl-install/share/po/id.po
index ee9f14969..e0e2c4e0a 100644
--- a/perl-install/share/po/id.po
+++ b/perl-install/share/po/id.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-07-04 14:40+0700\n"
"Last-Translator: Mohammad DAMT <mdamt@cdl2000.com>\n"
"Language-Team: Indonesian <i18n@i18n.linux.or.id>\n"
@@ -84,23 +84,23 @@ msgstr ""
msgid "XFree configuration"
msgstr "Konfigurasi Instalasi akhir"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Pilih memori kartu grafis Anda"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Pilih opsi untk server"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Pilih jenis monitor anda"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -122,40 +122,40 @@ msgstr ""
"Anda akan rusak berat.\n"
"Kalau Anda ragu, gunakan setting yang umum saja."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Laju refresh horisontal"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Laju refresh vertikal"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Monitor tidak dikonfigurasi"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Kartu grafis belum dikonfigurasi"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Resolusi belum ditentukan"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Anda ingin test konfigurasi ini?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Awas: testing ini berbahaya untuk card grafik"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Test konfigurasi"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -163,146 +163,146 @@ msgstr ""
"\n"
"coba ubah beberapa parameter"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Ada error nih:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Cabut dalam %d detik"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Apa sudah sesuai settingnya?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Ada kesalahan, coba ubah beberapa parameter"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Resolusi"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Pilih resolusi dan kedalaman warna"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Card Grafik: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Server XFree86: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Tunjukan seluruhnya"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Resolusi"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Layout Keyboard: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Jenis Mouse: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Device Mouse: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "HorizSync Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "VertRefresh Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Card Grafik: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Memori Grafik: %s KB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, fuzzy, c-format
msgid "Color depth: %s\n"
msgstr "Pilihan kedalaman warna"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, fuzzy, c-format
msgid "Resolution: %s\n"
msgstr "Resolusi"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Server XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, fuzzy, c-format
msgid "XFree86 driver: %s\n"
msgstr "Server XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Siap-siap konfigurasikan X "
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Ubah Monitor"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Ubah kartu grafis"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Ubah Parameter Server"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Ubah Resolusi"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Lihat info"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Test lagi"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Keluar"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Apa yang akan anda mau?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -311,20 +311,20 @@ msgid ""
"%s"
msgstr "Biarkan konfigurasi IP sekarang"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Silahkan masuk lagi ke %s untuk mengaktifkan perubahan"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Silahkan log out dan tekan Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X saat startup"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -332,11 +332,11 @@ msgstr ""
"Saya bisa bikin komputermu akan menjalankan X saat booting.\n"
"Kamu mau fasilitas ini ?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -345,12 +345,12 @@ msgstr ""
"Saya bisa bikin komputermu akan menjalankan X saat booting.\n"
"Kamu mau fasilitas ini ?"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
#, fuzzy
msgid "Choose the default user:"
msgstr "Pilih ukuran baru"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Pilih tool yang hendak digunakan"
@@ -451,106 +451,115 @@ msgstr "Monitor yang dapat mencapai 1600x1200 pada 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor yang dapat mencapai 1600x1200 pada 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Sektor pertama di partisi boot"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Sektor pertama di drive (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "Instalasi SILO"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Bootloader akan diinstall di mana?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Instalasi LILO/grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Tidak ada"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Bootloader mana yang hendak digunakan"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Instalasi Bootloader"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Device boot"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (tidak bisa dipakai pada BIOS kuno)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Compact"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "compact"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Mode video"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Delay sebelum boot ke image default"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Password"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Password (lagi)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Batasi parameter command line"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "batasi"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Parameter Bootloader utama"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Pilihan ``Batasi parameter command line'' tidak ada gunanya tanpa password"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Silahkan ulangi"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Password tidak sama"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -558,139 +567,143 @@ msgstr ""
"Ini adalah entri yang lain lagi.\n"
"Anda boleh tambahkan atau mengubah yang sudah ada."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Tambah"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Selesai"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Tipe entri mana yang hendak ditambahkan"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "OS Lain (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "OS Lain (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Image"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Sambung"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Read-write"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Table"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Tidak aman"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Label"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Default"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Ok"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Hapus entri"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Label tidak boleh kosong"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Label ini sudah dipakai"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Ketemu interface %s %s"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Anda punya lagi?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Punya %s interface?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Tidak"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Ya"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Lihat info hardware"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Menginstall driver untuk card %s %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(module %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Driver %s mana yang hendak saya coba?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -707,20 +720,20 @@ msgstr ""
"deteksi sendiri parameternya? Biasanya, autodetek akan membuat kompputer\n"
"jadi hengki (baca: hang), tapi biasanya sih nggak ngerusak hardwarenya."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Probe otomatis"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Tuliskan optionnya"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Sekarang Anda boleh berikan parameter untuk module %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -731,11 +744,11 @@ msgstr ""
"Parameter biasanya dalam format ``nama=nilai nama2=nilai2...''.\n"
"Misalnya, ``io=0x300 irq=8''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Pilihan Module:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -823,7 +836,7 @@ msgstr ""
msgid "%d seconds"
msgstr "Cabut dalam %d detik"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Buat"
@@ -831,7 +844,7 @@ msgstr "Buat"
msgid "Unmount"
msgstr "Unmount"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Hapus"
@@ -839,16 +852,16 @@ msgstr "Hapus"
msgid "Format"
msgstr "Format"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Ubah ukuran"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Tipe"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Posisi mount"
@@ -984,8 +997,8 @@ msgid "Please make a backup of your data first"
msgstr "Mohon untuk membackup data Anda dulu"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Baca dengan seksama!"
@@ -1010,7 +1023,7 @@ msgstr "Hati-hati nih: operasi ini sangat berbuahayyya"
msgid "Error"
msgstr "Ada Kesalahan"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Posisi mount: "
@@ -1121,35 +1134,35 @@ msgstr "Partisi tipe: %s\n"
msgid "on bus %d id %d\n"
msgstr "pada bus %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Mount"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktif"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Tambahkan ke RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Hapus dari RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Ganti RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "digunakan untuk loopback"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Pilih maunya apa"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1160,7 +1173,7 @@ msgstr ""
"Kalau Anda pakai LILO dan nggak jalan, atau Anda nggak mau LILO dan nggak "
"mau /boot juga"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1171,7 +1184,7 @@ msgstr ""
"dan anda tidak memiliki partisi /boot. Apabila anda akan menggunakan lilo\n"
"(boot manager), hati-hati dalam menambahkan partisi /boot"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1181,60 +1194,60 @@ msgstr ""
"Sekarang bootloader nggak ada yang bisa handel tanpa partisi /boot.\n"
"Jadi hati-hati yah untuk tambahkan partisi /boot"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Gunakan ``%s'' saja"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Gunakan ``unmount'' terlebih dahulu"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Setelah mengganti tipe partisi %s, semua data pada partisi ini akan hilang"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Cuek aja?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Keluar tanpa menyimpan"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Keluar dari program tanpa menyimpan dalam tabel partisi?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Merubah tipe partisi"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Bahasa apa yang anda inginkan"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
"Nggak bisa pakai ReiserFS buat partisi yang ukurannya lebih kecil dari 32 MB "
"nih"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Device loopback %s akan di mount ke mana?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Mount device %s akan di mount ke mana?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1242,145 +1255,145 @@ msgstr ""
"Nggak bisa unset mount point karena partisi ini sudah digunakan untuk\n"
"loopback. Hapus dulu loopbacknya kalau mau begitu."
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Sehabis memformat partisi %s semua data pada partisi ini akan hilang"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "sedang memformat"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Sekarang sedang memformat file loopback %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Melakukan format partisi %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Setelah melakukan format semua partisi,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "seluruh data dalam partisi-partisi ini akan hilang"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Pindah"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Disk mana yang hendak dipindah?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Sektor mana yang hendak dipindah"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Pindah"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Memindahkan partisi..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Tabel partisi pada drive %s akan ditulis ke disk!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Anda harus reboot agar perubahan table partisi dapat berlaku"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Sedang menghitung bound filesystem fat"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Sedang merubah ukuran"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Tipe partisi yang anda diinginkan?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "semua data pada partisi ini sebaiknya dibackup dulu"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Sehabis meresize partisi %s, semua data pada partisi ini akan hilang"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Pilih ukuran baru"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Membuat partisi baru"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Sektor awal: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Ukuran dalam MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Tipe filesystem: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Seting:"
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Partisi ini nggak bisa dipakai sebagai loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Nama file loopback: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "File sudah digunakan loopback yang lain, pilih yang lainnya dong"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "File sudah ada. Gunakan file ini ?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Pilih file"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1388,11 +1401,11 @@ msgstr ""
"Backup tabel partisi tidak memiliki ukuran yg sama\n"
"Cuek saja?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Awas"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1400,27 +1413,27 @@ msgstr ""
"Maukkan disket di drive\n"
"semua data pada disket ini akan hilang"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Sedang mencoba menyelamatkan tabel partisi"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "device"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "level"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "ukuran chunk"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Pilih RAID yang ada untuk ditambahkan ke"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "baru"
@@ -2838,8 +2851,8 @@ msgstr "Konfigurasi service"
msgid "Configure printer"
msgstr "Konfigurasi printer"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Set password root"
@@ -2867,7 +2880,7 @@ msgstr "Disket auto install"
msgid "Exit install"
msgstr "Keluar dari proses instal"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Error saat membaca file $f"
@@ -2971,18 +2984,18 @@ msgstr "Tipe partisi yang anda diinginkan?"
msgid "Computing Windows filesystem bounds"
msgstr "Sedang menghitung bound filesystem fat"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
#, fuzzy
msgid ""
"WARNING!\n"
@@ -3000,58 +3013,58 @@ msgstr ""
"untuk scandisk dulu (dan defrag juga) di partisi ini lalu backup datanya.\n"
"Habis itu yakin dulu, baru tekan Ok."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
#, fuzzy
msgid "Which size do you want to keep for windows on"
msgstr "Sektor mana yang hendak dipindah"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, fuzzy, c-format
msgid "partition %s"
msgstr "Partisi"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, fuzzy, c-format
msgid "FAT resizing failed: %s"
msgstr "Resize otomatis gagal"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr ""
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, fuzzy, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Sehabis meresize partisi %s, semua data pada partisi ini akan hilang"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
#, fuzzy
msgid "Expert mode"
msgstr "Ahli"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr ""
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr ""
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, fuzzy, c-format
msgid ""
"You can now partition %s.\n"
@@ -3060,30 +3073,30 @@ msgstr ""
"Anda bisa buat partisi di hard disk %s \n"
"Habis itu, jangan lupa simpan dengan menekan tombol `w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Eh, kamu kan nggak punya partisi windows!"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Aku tak bisa menambah partisi lagi"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, fuzzy, c-format
msgid "Partitioning failed: %s"
msgstr "Partisi tipe: %s\n"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Up-kan Jaringan"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Matikan Jaringan"
@@ -3095,12 +3108,12 @@ msgstr ""
"Ada error nih, tapi aku nggak tahu cara mengatasinya.\n"
"Lanjutkan saja, tapi resiko tanggung sendiri yah."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Lokasi mount %s ada dua"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3112,12 +3125,12 @@ msgstr ""
"Cek dulu cdromnya di komputer yang sudah terinstall Linux dengan\n"
"perintah \"rpm -qpl Mandrake/RPMS/*.rpm\" dulu gih\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Selamat Datang di %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Wah maaf nih, nggak ada floppy drive yah ?"
@@ -3197,7 +3210,7 @@ msgid "There was an error ordering packages:"
msgstr "Ada error mengurutkan paket"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Gunakan konfigurasi X11 yang ada?"
@@ -3868,94 +3881,94 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Pilih mirror tempat Anda ingin mengambil paket program"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Saya sedang mencek mirror untuk mengambil daftar paket yang tersedia"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Pilih paket yang akan diinstal"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
#, fuzzy
msgid "Which is your timezone?"
msgstr "Ngomong-ngomong, sistem Anda nanti dipakai untuk apa?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Apakah jam hardwarenya di set ke GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
#, fuzzy
msgid "Which printing system do you want to use?"
msgstr "Tipe partisi yang anda diinginkan?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Tak berpassword"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Gunakan file shadow"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Password pakai MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Gunakan NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "yellow pages"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Passwordnya terlalu mudah (harus paling tidak %d karakter)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Autentikasi NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "Domain NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "Server NIS"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Terima user"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Menambah user"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(Sudah ditambahkan %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3965,48 +3978,48 @@ msgstr ""
"Masukkan user\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Nama sebenarnya"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Nama user"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Ikon"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Password ini terlalu sederhana"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Silahkan memberikan nama user"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Nama user hanya boleh terdiri dari huruf, angka, `-' dan `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "User ini sudah ada sebelumnya"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
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 "
@@ -4032,19 +4045,19 @@ msgstr ""
"dengan image rescue Mandrake, yang memudahkan kita untuk merecover sistem\n"
"dari kegagalan. Sekarang, saya mau tanya nih... mau bikin bootdisk nggak ?"
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Drive Disket Pertama"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Drive disket kedua"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Lewatkan"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
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 "
@@ -4066,33 +4079,33 @@ msgstr ""
"dengan image rescue Mandrake, yang memudahkan kita untuk merecover sistem\n"
"dari kegagalan. Sekarang, saya mau tanya nih... mau bikin bootdisk nggak ?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Wah maaf nih, nggak ada floppy drive yah ?"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Pilih drive floppy untuk membuat bootdisk"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Masukkan disket di drive %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Membuat bootdisk"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Membuat bootloader"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Mau pakai SILO saja?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4100,81 +4113,81 @@ msgstr ""
"Wah ada error saat install aboot,\n"
"Paksakan instalasi nggak walaupun nanti bisa merusak partisi awal?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
#, fuzzy
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalasi LILO gagal. Ada kesalahan berikut:"